Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

YourLibrary.json to something useful

YourLibrary.json to something useful

Hi, 

 would this be useful to anyone?

 how can I extend this to be more useful?

 

I wrote a python program that inputs YourLibrary.json to an alphabetical list of artists, albums, and references so I can tell at a glance what I listen to.
1. the raw json is unorganized
2. the processed file collects relevant information and presents it alphabetically
would this be useful to anybody?
sample output:
[   {'artist': '?uestlove', 'records': {}, 'references': 1},
    {   'artist': 'A Tribe Called Quest',
        'records': {   "People's Instinctive Travels and the Paths of Rhythm (25th Anniversary Edition)": 1},
        'references': 1},
    {'artist': 'ABBA', 'records': {}, 'references': 1},
    {   'artist': 'Abbey Lincoln',
        'records': {'Abbey Is Blue': 2},
        'references': 2},
    {   'artist': 'Abdullah Ibrahim',
        'records': {   'Cape Town Flowers': 1,
                       'Cape Town Revisited': 1,
                       'The Enja Heritage Collection: Banyana': 1},
        'references': 3},
    {'artist': 'AC/DC', 'records': {}, 'references': 1},
    {'artist': 'Adele', 'records': {'30': 1}, 'references': 1},
    {'artist': 'Affinity', 'records': {'Affinity': 1}, 'references': 1},
    {'artist': 'Affirmations, The', 'records': {}, 'references': 1},
    {   'artist': 'Ahmad Jamal',
        'records': {   'Live at Midem 1981': 1,
                       'Live in Paris (1971)': 1,
                       'Poinciana': 1,
                       'Selections from Emerald City Nights: Live at the Penthouse 1963-1964 (Live) (Single)': 1,
                       'Super Best': 1},
        'references': 5},

Reply
0 Replies

Suggested posts