Skip to content

A Python script using the MusicBrainz API to return a numbered track list for any given album.

Notifications You must be signed in to change notification settings

xannythepleb/TracklistGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TracklistGrabber

This creatively named Python script uses the MusicBrainz API to fetch a numbered track list of a specific album given the artist's name and the album title. It's a simple yet effective tool for music enthusiasts and developers interested in integrating music data into their projects.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Python 3.x.

  • You have installed the musicbrainzngs Python library. You can install it using pip:

    pip install musicbrainzngs
    

Example Output

Enter the artist name: Travis Scott
Enter the album name: Utopia
Tracks found:
1. HYAENA
2. THANK GOD
3. MODERN JAM
4. MY EYES
5. GOD’S COUNTRY
6. SIRENS
7. MELTDOWN
8. FE!N
9. DELRESTO (ECHOES)
10. I KNOW ?
11. TOPIA TWINS
12. CIRCUS MAXIMUS
13. PARASAIL
14. SKITZO
15. LOST FOREVER
16. LOOOVE
17. K‐POP
18. TELEKINESIS
19. TIL FURTHER NOTICE

About

A Python script using the MusicBrainz API to return a numbered track list for any given album.

Topics

Resources

Stars

Watchers

Forks

Languages