##No longer in progress TCGPlayer doesn't have any way to access the internal IDs used as a seller.
Only way to access them is paid method.
Could also probably manually create a database by exporting a csv of every card from TCGplayer, and using a script to make one from the CSV.
Might be difficult, it mostly would be easy or hard on how long it would take to enter the cards into the inventory.
Python based script that downloads discographies and applies tags according to Discogs
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Code has various modes to find songs to download, and tag based on information on Discogs.com. When using Cache or Search Modes, mp3s downloaded should have
- Album Name
- Album Artwork
- Song Name
- Track Number
- Artist Name
In the mp3 file. Also has url mode to support downloading a YouTube video as an mp3 directly, and Update will check for previously undownloaded releases from any artists that you've used this script for before.
For more projects, check out my github.io.
To get a local copy up and running follow these simple example steps.
Currently working on getting a release. Current version can be hard to work with:
-
Be sure python and all the above libraries are installed
-
Run the script
-
Search an artist or release on Discogs - results are pulled directly from that site.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - hello@tylerhanyinwang.com
Project Link: https://github.com/Clockknight/album-downloader