mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
add info to update meta tags for compatibility with old players
This commit is contained in:
14
README.md
14
README.md
@@ -6,7 +6,13 @@
|
||||
|
||||
◘ Downloading a song using spotify link will automatically fix its meta-tags and add a nice a albumart to the song.
|
||||
|
||||
◘ If you are an old user and want to see the meta tags with Windows Media Player and other old players; manipulate the below snippet accordingly:
|
||||
That's how your Music library will look like!
|
||||
|
||||
<img src="http://i.imgur.com/Gpch7JI.png" width="290">
|
||||
<img src="http://i.imgur.com/5vhk3HY.png" width="290">
|
||||
<img src="http://i.imgur.com/RDTCCST.png" width="290">
|
||||
|
||||
◘ If you are an old user and can't see the meta tags with Windows Media Player and other old players; manipulate and run the below snippet accordingly:
|
||||
|
||||
```
|
||||
import eyed3
|
||||
@@ -17,12 +23,6 @@ for x in os.listdir('/home/pi/Spotify-Downloader/Music/'):
|
||||
audiofile.tag.save(version=(2,3,0))
|
||||
```
|
||||
|
||||
That's how your Music library will look like!
|
||||
|
||||
<img src="http://i.imgur.com/Gpch7JI.png" width="290">
|
||||
<img src="http://i.imgur.com/5vhk3HY.png" width="290">
|
||||
<img src="http://i.imgur.com/RDTCCST.png" width="290">
|
||||
|
||||
Feel free to report issues and fork this repository!
|
||||
|
||||
## Installation & Usage:
|
||||
|
||||
Reference in New Issue
Block a user