03-02-2025, 12:07 PM
(03-02-2025, 11:27 AM)romain Wrote:(03-02-2025, 11:10 AM)Tim Curtis Wrote:(03-02-2025, 10:27 AM)romain Wrote: Hello,
it would also be nice to get rid of that "Unknown" source format or replace it by something useful when streaming to moOde from Tidal via BubbleUPnP, screenshot attached.
Thanks,
Romain
Sure, I can add to the TODO list.
What would the "something useful" be?
Maybe display something like "{SOURCE FORMAT} {BIT DEPTH}/{SAMPLING RATE}, {CHANNELS} ({STREAMING PLATFORM})" and have the HD tag displayed before the song title too when source > 16/44.1 KHz ...if possible
For example "FLAC 24/48 KHz, 2ch (Tidal)"
How would that information be obtained from a remote track?
Have a look at /var/www/inc/music-library.php around line 700.
Code:
} else if (substr($songData['file'], 0, 4) == 'http' && isset($songData['Artist'])) {
// UPnP file
$encodedAt = 'Unknown';