YourLibrary.json to something useful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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},
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page