Hi All
Firstly thanks for the great pruduct.
I have a vast music library, according to subsonic:
4,562 artists
5,248 albums
41,838 songs
199.84 GB (~ 3,104 hours)
OK so its not that big but it is above average...
My main problem is browsing around, one thing I thought may be a tag cloud that has become very popular.
If there is an API I can use to get the data I dont mind giving a crack at the coding myself.
I thought that clouds can be based on the following:
plays (number of times they keyword has been played),
finds (number of times the keyword has been searched),
occurrences (number of times the keyword appears in file/tag etc)
I have already found a javascript to generate the tag cloud, now all I need is to use an ajax call to retrieve the tags and their rating.
Regards
GX