![]() |
|
Possible to show music file encoding details? - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Possible to show music file encoding details? (/showthread.php?tid=2380) |
RE: Possible to show music file encoding details? - DavidHB - 22-04-2015 15:06 (22-04-2015 14:36)tboooe Wrote: Also, why doesnt #audiodata show bit depth? Good question. The User Guide says that "The special value #AudioData indexes the audio data for the file (sample bit depth, sample rate and bit rate)." David RE: Possible to show music file encoding details? - tboooe - 22-04-2015 15:38 (22-04-2015 15:06)DavidHB Wrote:(22-04-2015 14:36)tboooe Wrote: Also, why doesnt #audiodata show bit depth? I just checked with another control point (Kazoo) and its also only showing sample rate. EDIT...seems like #audiodata is working for files except MP3. I checked FLAC, DSF, DFF, WAV. Any idea why MP3 does not work? RE: Possible to show music file encoding details? - simoncn - 22-04-2015 19:37 (22-04-2015 14:36)tboooe Wrote: Minimserver just finished rescanning and everything looks great except that the song length is now after the audioformat and audiodata info. Right now here is whats displayed: How are you getting the song length to display? Is this something that the control point is adding? Which control point are you using? For lossy files, #AudioData shows the bit rate. For lossless files, it shows the bit depth and sample rate. RE: Possible to show music file encoding details? - tboooe - 22-04-2015 20:18 Thank you Simon. Yeah I figured out that MP3s dont show bit depth. As for song length, it is displayed in BubbleUPnP (but not in Kazoo). I thought it was information Minimserver passes to the control point. RE: Possible to show music file encoding details? - simoncn - 22-04-2015 20:43 (22-04-2015 20:18)tboooe Wrote: Thank you Simon. Yeah I figured out that MP3s dont show bit depth. This isn't coming from MinimServer. I presume it is being added by BubbleUPnP at the end of the title information that MinimServer sends. RE: Possible to show music file encoding details? - tboooe - 22-04-2015 21:00 I wonder where BubbleUpnP is getting the song length info then? RE: Possible to show music file encoding details? - simoncn - 22-04-2015 22:32 (22-04-2015 21:00)tboooe Wrote: I wonder where BubbleUpnP is getting the song length info then? It is part of the UPnP metadata that the server sends to the control point. RE: Possible to show music file encoding details? - tboooe - 22-04-2015 22:39 So in BubbleUPnP there is an option to not display song length. Can I instead use Title.displayformat and add it? Is there a tag for song length? I couldnt find it in the manual. RE: Possible to show music file encoding details? - simoncn - 22-04-2015 23:04 (22-04-2015 22:39)tboooe Wrote: So in BubbleUPnP there is an option to not display song length. Can I instead use Title.displayformat and add it? Is there a tag for song length? I couldnt find it in the manual. This isn't possible at present. I will add it to the list of requested enhancements for a future release. RE: Possible to show music file encoding details? - tboooe - 25-04-2015 17:53 Simon, it would be nice if Minimserver could shorten the sample rate instead of displaying the complete number. For example, instead of displaying 44100 show 44.1 instead. When displaying DSF sample rates, the number gets long! 2822400! |