Simple RIFF parser in Python
Needed one for m3u2metadata and had to create a simple RIFF parser (because all the other ones are sh*t) and this format isn't very well documented frankly.
See m3u2metadata for an example on changing metadata.
If you encounter a bug, submit an issue, say something, or do what you want.
No warranty, backup your files before running.
Please notice that this is part my first Python program, contanct me for advice on good practices, etc.
Copyright 2021 magohole
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.