Hi,

Have been playing with what I'm trying to do and am having difficulty. When doing a get on a tune (not a playlist) with &ext=.xml, an m3u playlist is output. Is it possible to change this behaviour so that the XML information of just that tune is output?

Perhaps in the form:

<item stylesheet="/path/to/style.xsl" host="hostname" allow_files="1" allow_commands="1" type="tune" tagfid="tagfid" fid="fid" year="year" options="options" genre="genre" title="title" artist="artist" source="source" comment="comment" length="length" tracknr="tracknr" bitrate="bitrate" samplerate="samplerate" codec="codec" duration="duration" offset="offset"/>

with no other <playlist> or <items> tags.

OR

In the regular format of "<playlist ...> <items> <item> ... </item> </items> </playlist>" but with that single tune being the only <item>.


Thanks,
Aragon