Moode Forum
[PROBLEM] DSD sample rate display ? - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] DSD sample rate display ? (/showthread.php?tid=4865)

Pages: 1 2


RE: DSD sample rate display ? - OldNick - 05-15-2022

(05-14-2022, 11:38 PM)OldNick Wrote:
(05-14-2022, 11:12 PM)Tim Curtis Wrote: Take the double quotes off the file path since it has some backslash \ escaped spaces.

Ah! Ok.  Will take another bang at it in the morning, thanks 

N.

Code:
General
Complete name                            : //media/Music/Music/Gallén, Ricardo/En Silencio/05_En-Silencio_Eudora-Records_EUDDR1801_2ch128.dsf
Format                                   : DSD
Format/Info                              : Direct Stream Digital
Format version                           : Version 1
File size                                : 122 MiB
Duration                                 : 1 min 30 s
Overall bit rate                         : 11.3 Mb/s
Album                                    : En Silencio
Album/Performer                          : Gallén, Ricardo
Track name                               : La Negra
Track name/Position                      : 5
Performer                                : Ricardo Gallén
Composer                                 : Antonio Lauro
Genre                                    : Solo
Recorded date                            : 2017

Audio
Format                                   : DSD
Format/Info                              : Direct Stream Digital
Commercial name                          : DSD128
Format settings                          : Little
Duration                                 : 1 min 30 s
Bit rate                                 : 11.3 Mb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 5 645 kHz
Compression mode                         : Lossless
Stream size                              : 122 MiB (100%)

Here's the ouput finally  Blush  Just as a sanity check, this morning I regenerated the library, tag cache and cleared browser cache..still get ? as sample rate..


RE: DSD sample rate display ? - Tim Curtis - 05-15-2022

Thats the full mediainfo output. moOde would use the output from the command below.

Code:
mediainfo --Inform="Audio;file:///var/www/mediainfo.tpl" /media/Music/Music/Gallén,\ Ricardo/En\ Silencio/05_En-Silencio_Eudora-Records_EUDDR1801_2ch128.dsf

Example:

Code:
pi@sig:~ $ mediainfo --Inform="Audio;file:///var/www/mediainfo.tpl"  '/media/VFAT128/Test_mixed/DSF/01 - The Police - Roxanne.dsf'

2822400
2
DSD
5644806

Contents of the mediainfo.tpl (template) file

Code:
pi@sig:~ $ cat /var/www/mediainfo.tpl
%BitDepth%
%SamplingRate%
%Channel(s)%
%Format%
%BitRate%
pi@sig:~ $



RE: DSD sample rate display ? - OldNick - 05-15-2022

(05-15-2022, 10:29 PM)Tim Curtis Wrote: Thats the full mediainfo output. moOde would use the output from the command below.

Code:
mediainfo --Inform="Audio;file:///var/www/mediainfo.tpl" /media/Music/Music/Gallén,\ Ricardo/En\ Silencio/05_En-Silencio_Eudora-Records_EUDDR1801_2ch128.dsf

Example:

Code:
pi@sig:~ $ mediainfo --Inform="Audio;file:///var/www/mediainfo.tpl"  '/media/VFAT128/Test_mixed/DSF/01 - The Police - Roxanne.dsf'

2822400
2
DSD
5644806

Contents of the mediainfo.tpl (template) file

Code:
pi@sig:~ $ cat /var/www/mediainfo.tpl
%BitDepth%
%SamplingRate%
%Channel(s)%
%Format%
%BitRate%
pi@sig:~ $

Tim, thanks for your patience...this is the output from your string..


Code:
5644800
2
DSD
11289570



RE: DSD sample rate display ? - Tim Curtis - 05-15-2022

Was there a blank line above the 5644800 in your output?


RE: DSD sample rate display ? - OldNick - 05-15-2022

(05-15-2022, 11:06 PM)Tim Curtis Wrote: Was there a blank line above the 5644800 in your output?

Yes, it looks like a blank line at the start


RE: DSD sample rate display ? - Tim Curtis - 05-15-2022

The output would be OK then. It's not obviously to me what might be going on.


RE: DSD sample rate display ? - OldNick - 05-15-2022

(05-15-2022, 11:48 PM)Tim Curtis Wrote: The output would be OK then. It's not obviously to me what might be going on.

Ok, thanks for looking at it.


RE: DSD sample rate display ? - OldNick - 05-16-2022

(05-15-2022, 11:51 PM)OldNick Wrote:
(05-15-2022, 11:48 PM)Tim Curtis Wrote: The output would be OK then. It's not obviously to me what might be going on.

Ok, thanks for looking at it.

This morning's sleuthing: As the issue was common to 2 albums under the same artist folder, I renamed the folder from 'Gallén, Ricardo' to 'Gallen, Ricardo', ran library update.  The sample rate is now displayed correctly.  Confused

Any thoughts on why this should be?  I have other folders with accented letters in the name (PCM files mind you, not dsd) that do not have any trouble..