Page 1 of 1

Comment search

PostPosted: Wed Feb 09, 2011 12:57 am
by PasteEater
Hi!

I'm new to Subsonic, and the program is great. Great job!

However, I do have a feature request. I would like the ability to search by ID3 comment tags. I don't think this information is read by Subsonic, so I guess the first order of business would be to somehow get the info into Subsonic, followed by the ability to search through it.

I am setting up a music server for my company (advertising), and the ability to search through the metadata this way would be our killer feature. There's tons of useful info in our comment tags, so adding this ability would make our lives much, much better.

Thanks for your time!

PostPosted: Wed Feb 09, 2011 1:20 am
by dcuellar
The ID3 tags have been requested a lot lately. I hope this is being taken into consideration. It would really help improve the apps using their api also. iSub is awesome, but this is something it lacks in comparison to other music streaming apps. Add this feature and both iSub and Subsonic will benefit.

PostPosted: Sun Feb 13, 2011 10:19 pm
by 3R3
+1
maybe even for quasi standard tags like replay gain and last played or first played...play counter and rating tags come to mind too :)
aaah, theres a whole new world waiting if tags could be handled flexibly.

Re: Comment search

PostPosted: Fri Jan 06, 2012 2:04 pm
by tsquillario
+1 for the Comment field being read from the ID3 tag. I'm sure this is possible just needs to be added.

In particular I'd like to see it in the API, these are the only fields returned, in JSON format.

Code: Select all
    "album": "Back In Black",
    "artist": "AC/DC",
    "bitRate": 112,
    "contentType": "audio/mpeg",
    "coverArt": "443a5c4d757369635c6954756e65735c41435f44435c4261636b20496e20426c61636b5c466f6c6465722e6a7067",
    "duration": 313,
    "genre": "Hard Rock",
    "id": "443a5c4d757369635c6954756e65735c41435f44435c4261636b20496e20426c61636b5c30312048656c6c732042656c6c732e6d7033",
    "isDir": false,
    "isVideo": false,
    "parent": "443a5c4d757369635c6954756e65735c41435f44435c4261636b20496e20426c61636b",
    "path": "AC_DC/Back In Black/01 Hells Bells.mp3",
    "size": 4405791,
    "suffix": "mp3",
    "title": "Hells Bells",
    "track": 1,
    "year": 1980

Re: Comment search

PostPosted: Fri Jan 06, 2012 2:14 pm
by BKKKPewsey
If we could add the lyrics tag to that list as well that would be 8)
A little pop up lyrics and comment viewer comes to mind :wink: