Search found 4 matches

by archrival
18 May 2013, 12:22
Forum: Feature Requests 5.x
Topic: Multiple artist ID3 tag support
Replies: 0
Views: 1849

Multiple artist ID3 tag support

The ID3 specification allows for placing more than one artist in an artist field. ID3v2.3 (Section 4.2.1) says that a forward slash "/" is the delimiter and ID3v2.4 (Section 4.2) says that a null character is the delimiter. Not many applications make use of this (amazingly Windows does as ...
by archrival
18 May 2013, 12:11
Forum: Bug Reports 5.x
Topic: ID3 tag REST API call issues in 5.0 Beta2 Build 3490
Replies: 1
Views: 3301

ID3 tag REST API call issues in 5.0 Beta2 Build 3490

I have noticed issues with the ID3 based REST API calls. For example, getArtist in Madsonic will return something like this: <subsonic-response xmlns="http://madsonic.org/restapi" status="ok" version="1.10.1"> <artist id="816" name="Incubus" coverArt...
by archrival
15 May 2013, 05:18
Forum: Bug Reports 5.x
Topic: Memory leak in Madsonic Server 5.0 Beta2 Build 3480
Replies: 1
Views: 3019

Memory leak in Madsonic Server 5.0 Beta2 Build 3480

My server stopped responding today. So I did some investigation and I see all sorts of messages in the catalina.log file: SEVERE: The web application [/subsonic] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1b33c59]) and a value of type [org.acegisecur...
by archrival
09 May 2013, 08:19
Forum: Bug Reports 5.x
Topic: REST API Bugs in 5.0 Beta2 Build 3480
Replies: 1
Views: 4462

REST API Bugs in 5.0 Beta2 Build 3480

Adding this random songs bug to the appropriate place It looks like getRandomSongs.view will return an empty result set more often than not. I've been passing no other parameters other than the required u, p, c and v: getRandomSongs.view?u=user&p=password&c=test&v=1.9.0 <subsonic-respons...