Results 31 to 40 of 41
-
2021-03-03, 12:07 #31
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,319
-
2021-03-03, 12:28 #32
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,319
All looks OK. Not sure about LC_ALL setting.
Can you try the command below. If it works it will create a WAV file of the selected track - which should be tested . If it fails it may give an error message. Filename is very unusual so may give problems which is why I have used quotes.
Code:/usr/share/squeezeboxserver/Bin/x86_64-linux/flac -c -0 --skip=65:34.00 --until=69:08.00 -- "/storage/music/flac/16_Bit/Greek/Melina Kana - Portrait.2000 [EAC.FLAC.CUE.LOG.COVERS].by.routerjoc.HQShare.NET/CDImage.flac" >testout.wav
-
2021-03-03, 12:42 #33
- Join Date
- Sep 2018
- Posts
- 20
OK: The result:
[root@vortexbox-ionian ~]# /usr/share/squeezeboxserver/Bin/x86_64-linux/flac -c -0 --skip=65:34.00 --until=69:08.00 -- "/storage/music/flac/16_Bit/Greek/Melina Kana - Portrait.2000 [EAC.FLAC.CUE.LOG.COVERS].by.routerjoc.HQShare.NET/CDImage.flac" >testout.wav
flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
CDImage.flac: WARNING, cannot write back seekpoints when encoding to stdout
CDImage.flac: WARNING, can't use existing seektable in input FLAC since the input size is changing or unknown, dropping existing SEEKTABLE block...
CDImage.flac: wrote 23040659 bytes, ratio=0.051
[root@vortexbox-ionian ~]#Last edited by ionian; 2021-03-03 at 12:46.
Music Server (Store): LMS on VortexBox 2.5 (BETA) --- [Gigabyte GB-BACE-3000 Intel N3000 1,04 GHz + 2GB Ram + 1TB SSD] [Power: Belleson 12V]
Streamer/Player 01: PicoreP 7.0 + Pi2 + HifiBerry Digi+ Pro --- [Power: Belleson 5V]
Streamer/Player 02: Daphile on TransportPC S/PDIF -- [ESI Juli@ digital part] [PC Power: Belleson 12V - Card Power: Belleson 5V]
Switch: Zyxel GS105 V2 --- [Power: Belleson 5V]
DAC: TDA1543 NOS 16Bit R-2R DAC3 --- [Power: 9V Battery]
-
2021-03-03, 13:40 #34
- Join Date
- Jun 2017
- Posts
- 417
-
2021-03-03, 13:54 #35
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,319
-
2021-03-03, 13:55 #36
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,319
-
2021-03-03, 14:10 #37
- Join Date
- Sep 2018
- Posts
- 20
The WAV file does not appear in the folder. I guess it couldn't have been saved elsewhere.
Music Server (Store): LMS on VortexBox 2.5 (BETA) --- [Gigabyte GB-BACE-3000 Intel N3000 1,04 GHz + 2GB Ram + 1TB SSD] [Power: Belleson 12V]
Streamer/Player 01: PicoreP 7.0 + Pi2 + HifiBerry Digi+ Pro --- [Power: Belleson 5V]
Streamer/Player 02: Daphile on TransportPC S/PDIF -- [ESI Juli@ digital part] [PC Power: Belleson 12V - Card Power: Belleson 5V]
Switch: Zyxel GS105 V2 --- [Power: Belleson 5V]
DAC: TDA1543 NOS 16Bit R-2R DAC3 --- [Power: 9V Battery]
-
2021-03-03, 14:16 #38
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,319
Something looks off.
The file size is
Size: 432 MB (453.737.014 bayt)
Disc size: 433 MB (454.033.408 bayt
Flac says
DImage.flac: wrote 23040659 bytes, ratio=0.051
BTW - are you sure you do not have a non english locale somewhere- the file size numbers in the above use "." rather than "," more usual for thousands and I think "bayt" is Greek for "bytes".
-
2021-03-03, 14:29 #39
- Join Date
- Sep 2018
- Posts
- 20
Are the following settings important in this regard?
Long Date Format:
Short Date Format:
Music Server (Store): LMS on VortexBox 2.5 (BETA) --- [Gigabyte GB-BACE-3000 Intel N3000 1,04 GHz + 2GB Ram + 1TB SSD] [Power: Belleson 12V]
Streamer/Player 01: PicoreP 7.0 + Pi2 + HifiBerry Digi+ Pro --- [Power: Belleson 5V]
Streamer/Player 02: Daphile on TransportPC S/PDIF -- [ESI Juli@ digital part] [PC Power: Belleson 12V - Card Power: Belleson 5V]
Switch: Zyxel GS105 V2 --- [Power: Belleson 5V]
DAC: TDA1543 NOS 16Bit R-2R DAC3 --- [Power: 9V Battery]
-
2021-03-03, 14:32 #40
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,319
OK try the command below - it is explicit in output file name and will save in directory /tmp
Code:/usr/share/squeezeboxserver/Bin/x86_64-linux/flac -d -0 --skip=65:34.00 --until=69:08.00 -o /tmp/testout.wav -- "/storage/music/flac/16_Bit/Greek/Melina Kana - Portrait.2000 [EAC.FLAC.CUE.LOG.COVERS].by.routerjoc.HQShare.NET/CDImage.flac"