songdetails icon indicating copy to clipboard operation
songdetails copied to clipboard

Pure Python package called `songdetails`, licensed under FreeBSD License. Can update and retrieve song details such as artist, title, album, duration... Uses pytagger, and mpeg1audio, only supported...

Results 3 songdetails issues
Sort by recently updated
recently updated
newest added

Running `songdetails.scan(songfilename)` causes the file causes it to be locked up an a file in use type error to occur on it when trying to, for example, rename the file....

I am running into this issue when trying to `scan` for an existing MP3 file: ![image](https://cloud.githubusercontent.com/assets/9018827/21533672/d08a89e6-cd65-11e6-9515-717781a51908.png) ![image](https://cloud.githubusercontent.com/assets/9018827/21533707/3622523e-cd66-11e6-91c0-5b91b6ebe80d.png) It seem like [this line](https://github.com/Ciantic/songdetails/blob/master/src/songdetails/scanners.py#L132) is importing `scan` although it does not exist.

Error when trying to install: ``` Lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for...