Release notes: viewtopic.php?f=4&t=9777&p=49511#p49511
This thread is for discussing the release.
Moderator: moderators
select art.artist_name, alb.album_name, mbalb.first_release_year, mbt.description, mbf.description from
(select artist_id, sum(play_count) from library.trackplaycount tpc inner join music.track t on tpc.track_id = t.id group by artist_id) pc
inner join music.artist art on pc.artist_id = art.id
inner join music.album alb on alb.artist_id = art.id
inner join music.mb_album mbalb on mbalb.album_id = alb.id
inner join music.mb_format mbf on mbalb.format_id = mbf.id
inner join music.mb_album_type mbt on mbalb.type_id = mbt.id
where not exists (select 1 from library.album where album_id = alb.id)
and mbt.description in ('album', 'ep')
order by pc.sum desc, mbalb.first_release_year limit 25;
Pcace wrote:again it is a great piece of software you wrote there!! It is nearly 20h a day used by around 20 People here my server!
One Question: Can you explain me the limitation of the 3000 Albums to check via MusicBrainz? i mean that it is time consuming is clear, but why "only" 3000?
Pcace wrote:One more question: Is there a posibility to have a global last-fm Account? -- So that there is one Account for the whole Subsonic daemon?
Or is it possible to set the last-fm account for all Users to one?
LJeneral wrote:Thanks for the reply Hakko. I didn't realize it was a limitation with the API. The track numbering 101, 201 etc is something that I did with MP3tag to allow vanilla subsonic to read the files properly for multi disc albums from one folder. If you put them CD1, CD2 it doesn't display the artwork on the phone app but does in Subsonic on the computer.
hakko wrote:I could make a workaround in the next release to return tracks as 101, 102 etc for multi-disc albums until Sindre changes the API. I don't think people should change their tags because of limitations in Subsonic - there is a disc number and a track number tag, that should be enough.
LJeneral wrote:Is this something that only Sindre could implement, or would the author of DSub be able to implement this in his app?
LJeneral wrote:In Foobar when you set it to monitor a folder it will automatically add new music as soon as it's put in a monitored folder, there is no need to do a library refresh. Is there anyway this could happen with MusicCabinet or will it always need a refresh?
LJeneral wrote:If it needs a refresh can it be done from the mobile app?
LJeneral wrote:On the left bar where all the artists are displayed it says Artists, but the drop down menu underneath displays genres not artists. I realize that this one is a little bit anal retentive, but maybe put artists under the box and change it to genres on top of the box? I have no idea how difficult this is so please forgive my ignorance.
The musicbrainz database is a nice touch but could it be moved from the bottom of the list to the top? Seems silly to click Z then scroll down to access it.
When I go to Settings\Personal and select, reluctant artists loading no, I have a suggestion. When I click on (for example) Z it drops down the artists that start with Z, the list then stays down until I click on an artist or something different, If I click on Z again it should shrink and go back to the artist letter. Just a suggestion. Clicking on the letter should make it big, and when clicked again, make it small.
I'm not sure if I've changed an option in the settings or not but when I played music on my computer before in the right panel It showed my username@home for my computer and when I used my phone, username@phone (home and phone being my designated players in the options) this no longer happens anymore and it just shows my username for both. Any way to check or correct this?
LJeneral wrote:With regards to artist tagging in, foobar you can right click on the album and have an option to tag from the discogs database, you select the artist and then the name of the album. Then you can select from the lists to choose the right album\tags. Again, I'm not sure how difficult this would be to implement so apologies
LJeneral wrote:At the moment in Settings\ General I have my Index like this # A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ) but in the left panel the # artists don't start at the top which I thought I was requesting. The # (number artists) go to the bottom after XYZ. Have I set up the Index wrong? It worked in vanilla subsonic.
Related to that last point, if I select, reluctant artists no. It displays them at the top above A under $ 1 2 3 4 which act as drop down lists but all display the same information which should be under #. I think I'm maybe not understanding how to set up the index properly. Any help would be appreciated.
Users browsing this forum: No registered users and 23 guests