add info to update meta tags for compatibility with old players

This commit is contained in:
Ritiek Malhotra
2016-12-29 13:22:32 +05:30
committed by GitHub
parent 75920aa620
commit a44cddc2c2

View File

@@ -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: