Re: [slim] Squeezebox Classic - IR remote control problem

2021-12-23 Thread StewLG


vinnielo wrote: 
> I replaced the power supply and it's working fine again.

Vinnielo, Did you find this solution was permanent?

I've been struggling with this issue now for I think years on one
Squeezebox Classic. It sure feels like hardware - I keep thinking
"There's probably a capacitor that's failed."

A few times now I've convinced myself I figured it out ("it's that
cheapo network switch", "it's this crummy network patch cable"), but
really what I'm dealing with is the failure being intermittent and
erratic. Some days the player is unusable from the remote, sometimes it
has absolutely no issues whatsoever. I too have swapped around remotes,
and am convinced it isn't a stuck button.

The way it comes and goes, like a feeble person struggling with malaria,
just screams to me "part failing in and out of spec". Not that I'm a
hardware guy, mind you.

So, has anyone reached a durable solution to this?



StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=104438

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG


philippe_44 wrote: 
> One thing you can do is limit that to the players / models you really
> need it for

The docs in convert.conf are confusing. Here it says specifically that I
can't be very specific, I just have to say "squeezebox":


Code:


  #   :  currently slimp3, squeezebox, or *.
  #  The * is a wildcard that matches all device
  #  types.
  



but above it suggests there are more types:


Code:


  # :   Destination music format:  Generally mp3, or
  #  possibly aif or others depending on the types
  #  your player supports.  SliMP3 supports only
  #  MP3.  Squeezebox currently supports mp3, aif
  #  and pcm. Squeezebox2 adds support for Flac and WMA.
  



I've been digging around in the code for a bit, and it seems like this
might come from model { }, so can I say "squeezebox2" for my two
problematic players? 

Is the full list of possible entries something like this:

slimp3
receiver
Squeezebox
squeezebox2
squeezebox3
squeezeplay
squeezeslave
transporter
boom
softsqueeze
controller
baby (Squeezebox radio)
fab4 (Squeezebox touch)



StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=115583

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG


bpa wrote: 
> IIRC That transcoding would be triggered if sample rate and/or sample
> size was not playable by the player natively.

Ah, ok. Thank you.

So I lifted that transcode entry, and just stuck it in
custom-convert.conf:


Code:


  root@waffle:/etc/squeezeboxserver# cat custom-convert.conf 
  flc flc * *
  # IFT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}E:{NOSTART=I}
  [flac] -dcs $START$ $END$ --force-raw-format --sign=signed --endian=little -- 
$FILE$ | [sox] -q -t raw --encoding signed-integer -b $SAMPLESIZE$ -r 
$SAMPLERATE$ -c $CHANNELS$ -L - -t flac $RESAMPLE$ -C 0  -
  



That then give me an additional entry for FLAC under File Types, with
the new one reading "flac/sox" for the Decoder. I enabled that one, and
disabled the original one. I left "Prefer native format" checked. Here's
what that looks like:

https://imgur.com/a/HkqiywT

This is the solution I really wanted, although again, the simple disable
described above gets you AIF (PCM) output, and that's probably fine too.

I double checked the logs, and it appears to be doing what I want now:


Code:


  21-12-17 14:56:52.7168] Slim::Player::Song::open (472) Opening stream (no 
direct streaming) using Slim::Player::Protocols::File 
[file:///mnt/ManzanitaMusic/MusicLibrary/2021/2021-12%20(Dec)/Jessy%20Lanza%20-%20DJ-Kicks-%20Jessy%20Lanza%20(2021)%20[FLAC]/CD1/09.%20Foaming%20(Mixed).flac]
  [21-12-17 14:56:52.7177] Slim::Player::Protocols::File::open (80) duration: 
[193.607] size: [18728199] endian [] offset: [0] for 
file:///mnt/ManzanitaMusic/MusicLibrary/2021/2021-12%20(Dec)/Jessy%20Lanza%20-%20DJ-Kicks-%20Jessy%20Lanza%20(2021)%20[FLAC]/CD1/09.%20Foaming%20(Mixed).flac
  [21-12-17 14:56:52.7181] Slim::Player::Protocols::File::open (97) Opening 
file /mnt/ManzanitaMusic/MusicLibrary/2021/2021-12 (Dec)/Jessy Lanza - 
DJ-Kicks- Jessy Lanza (2021) [FLAC]/CD1/09. Foaming (Mixed).flac
  [21-12-17 14:56:52.7194] Slim::Player::Protocols::File::open (189) Seeking in 
0 into /mnt/ManzanitaMusic/MusicLibrary/2021/2021-12 (Dec)/Jessy Lanza - 
DJ-Kicks- Jessy Lanza (2021) [FLAC]/CD1/09. Foaming (Mixed).flac
  [21-12-17 14:56:52.7200] Slim::Player::Song::open (502) URL is a song 
(audio): 
file:///mnt/ManzanitaMusic/MusicLibrary/2021/2021-12%20(Dec)/Jessy%20Lanza%20-%20DJ-Kicks-%20Jessy%20Lanza%20(2021)%20[FLAC]/CD1/09.%20Foaming%20(Mixed).flac,
 type=flc
  [21-12-17 14:56:52.7210] 
Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (667) Using command 
for conversion: "/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs 
--force-raw-format --sign=signed --endian=little -- - | 
"/usr/share/squeezeboxserver/Bin/x86_64-linux/sox" -q -t raw --encoding 
signed-integer -b 16 -r 44100 -c 2 -L - -t flac -C 0  -
  [21-12-17 14:56:52.7214] Slim::Player::Song::open (578) Tokenized command: 
"/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs --force-raw-format 
--sign=signed --endian=little -- - | 
"/usr/share/squeezeboxserver/Bin/x86_64-linux/sox" -q -t raw --encoding 
signed-integer -b 16 -r 44100 -c 2 -L - -t flac -C 0  -
  [21-12-17 14:56:52.7800] Slim::Player::SongStreamController::new (36) live=2
  [21-12-17 14:56:52.7824] Slim::Player::StreamingController::_Stream (1282) 
00:04:20:2a:e6:6f: stream
  [21-12-17 14:56:52.7856] Slim::Player::StreamingController::_Stream (1319) 
Song queue is now 8
  [21-12-17 14:56:52.7863] Slim::Player::StreamingController::_setPlayingState 
(2377) new playing state BUFFERING
  [21-12-17 14:56:52.7867] 
Slim::Player::StreamingController::_setStreamingState (2386) new streaming 
state STREAMING
  [21-12-17 14:56:52.7871] Slim::Player::StreamingController::_eventAction 
(302) 00:04:20:2a:e6:6f: NextTrackReady - new state BUFFERING-STREAMING
  [21-12-17 14:56:52.7877] Slim::Player::StreamingController::_eventAction 
(302) 00:04:20:2a:e6:6f: Play - new state BUFFERING-STREAMING
  



Thanks to everyone for the help. If anyone sees room for further
improvement, let me know.



StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=115583

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG


Apesbrain wrote: 
> This command:
> \"/USR/SHARE/SQUEEZEBOXSERVER/BIN/X86_64-LINUX/FLAC\" -DCS
> --FORCE-RAW-FORMAT --ENDIAN=BIG --SIGN=SIGNED -- -
> 
> Is telling LMS to decode FLAC to PCM before sending to player.  You've
> done the right thing.

I agree that I've solved the problem - absolutely, sending PCM is
probably a totally acceptable solution.

But I'm still confused why this conversion never gets triggered:


Code:


  flc flc transcode *
# IFT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}E:{NOSTART=I}
[flac] -dcs $START$ $END$ --force-raw-format --sign=signed 
--endian=little -- $FILE$ | [sox] -q -t raw --encoding signed-integer -b 
$SAMPLESIZE$ -r $SAMPLERATE$ -c $CHANNELS$ -L - -t flac $RESAMPLE$ -C 0  -
  



I even tried setting all of the FLAC stream formats to "disabled", but
then it just refused to play entirely.



StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=115583

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG


bpa wrote: 
> Not sure. This is the transcoder thread with a lot of
> discussion/explanation 
> https://forums.slimdevices.com/showthread.php?113358-transcoder-order
> 
> I'd start with disabling the "native formats" check box and if that
> doesn't work try disabling "Flac-Flac" native

In the Settings > Advanced > File Types dialog (which I had forgotten
about), I tried toggling "Prefer native format (decoding on the player)
whenever possible". It made no difference that I could detect, even in
interaction with the next thing I tried.

THEN I TURNED \"FILE FORMAT: FLAC STREAM FORMAT: FLAC (I,F)\" TO
DISABLED. NOW THE CHOPPY FILE PLAYS FINE.

https://imgur.com/a/fJw5iSX

I confess I don't really understand the UI here. The UI seems to say
"Don't stream FLAC files in FLAC", yet what I'm apparently actually
doing isn't very clear.

And if I get debugging going, I find out what's actually happening:


Code:


  [21-12-17 10:56:15.9068] Slim::Player::TranscodingHelper::enabledFormat (235) 
Checking to see if flc-flc-*-* is enabled
  [21-12-17 10:56:15.9071] Slim::Player::TranscodingHelper::enabledFormat (243) 
There are 1 disabled formats...
  [21-12-17 10:56:15.9073] Slim::Player::TranscodingHelper::enabledFormat (249) 
Testing flc-flc-*-* vs flc-flc-*-*
  [21-12-17 10:56:15.9077] Slim::Player::TranscodingHelper::enabledFormat (253) 
** flc-flc-*-* Disabled **
  [21-12-17 10:56:15.9081] Slim::Player::TranscodingHelper::checkBin (268) 
Checking formats for: flc-flc-*-*
  [21-12-17 10:56:15.9085] Slim::Player::TranscodingHelper::enabledFormat (235) 
Checking to see if flc-flc-*-* is enabled
  [21-12-17 10:56:15.9118] Slim::Player::TranscodingHelper::enabledFormat (243) 
There are 1 disabled formats...
  [21-12-17 10:56:15.9121] Slim::Player::TranscodingHelper::enabledFormat (249) 
Testing flc-flc-*-* vs flc-flc-*-*
  [21-12-17 10:56:15.9125] Slim::Player::TranscodingHelper::enabledFormat (253) 
** flc-flc-*-* Disabled **
  [21-12-17 10:56:15.9130] Slim::Player::TranscodingHelper::checkBin (268) 
Checking formats for: flc-aif-*-*
  [21-12-17 10:56:15.9133] Slim::Player::TranscodingHelper::enabledFormat (235) 
Checking to see if flc-aif-*-* is enabled
  [21-12-17 10:56:15.9139] Slim::Player::TranscodingHelper::enabledFormat (243) 
There are 1 disabled formats...
  [21-12-17 10:56:15.9143] Slim::Player::TranscodingHelper::enabledFormat (249) 
Testing flc-flc-*-* vs flc-aif-*-*
  [21-12-17 10:56:15.9147] Slim::Player::TranscodingHelper::checkBin (276)
enabled
  [21-12-17 10:56:15.9152] Slim::Player::TranscodingHelper::checkBin (278)   
Found command: [flac] -dcs --force-raw-format --endian=big --sign=signed 
$START$ $END$ -- $FILE$
  [21-12-17 10:56:15.9186] Slim::Player::TranscodingHelper::getConvertCommand2 
(493) Matched: flc->aif via: [flac] -dcs --force-raw-format --endian=big 
--sign=signed $START$ $END$ -- $FILE$
  [21-12-17 10:56:15.9191] Slim::Player::Song::open (416) Transcoder: 
streamMode=I, streamformat=aif
  [21-12-17 10:56:15.9195] Slim::Player::Song::open (472) Opening stream (no 
direct streaming) using Slim::Player::Protocols::File 
[file:///mnt/ManzanitaMusic/MusicLibrary/%23%23%20Choppy%20Tracks/08.%20Freak%20Like%20U%20(Club%20Mix)%20(Mixed).flac]
  [21-12-17 10:56:15.9207] Slim::Player::Protocols::File::open (80) duration: 
[249.196] size: [28527048] endian [] offset: [0] for 
file:///mnt/ManzanitaMusic/MusicLibrary/%23%23%20Choppy%20Tracks/08.%20Freak%20Like%20U%20(Club%20Mix)%20(Mixed).flac
  [21-12-17 10:56:15.9212] Slim::Player::Protocols::File::open (97) Opening 
file /mnt/ManzanitaMusic/MusicLibrary/## Choppy Tracks/08. Freak Like U (Club 
Mix) (Mixed).flac
  [21-12-17 10:56:15.9252] Slim::Player::Protocols::File::open (189) Seeking in 
0 into /mnt/ManzanitaMusic/MusicLibrary/## Choppy Tracks/08. Freak Like U (Club 
Mix) (Mixed).flac
  [21-12-17 10:56:15.9261] Slim::Player::Song::open (502) URL is a song 
(audio): 
file:///mnt/ManzanitaMusic/MusicLibrary/%23%23%20Choppy%20Tracks/08.%20Freak%20Like%20U%20(Club%20Mix)%20(Mixed).flac,
 type=flc
  [21-12-17 10:56:15.9277] 
Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (667) Using command 
for conversion: "/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs 
--force-raw-format --endian=big --sign=signed -- -
  [21-12-17 10:56:15.9284] Slim::Player::Song::open (578) Tokenized command: 
"/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs --force-raw-format 
--endian=big --sign=signed -- -
  [21-12-17 10:56:16.0286] Slim::Player::SongStreamController::new (36) live=1
  [21-12-17 10:56:16.0331] Slim::Player::StreamingController::_Stream (1282) 
00:04:20:12:20:f1: stream
  [21-12-17 10:56:16.0440] Slim::Player::StreamingController::_Stream (1319) 
Song queue is now 0
  [21-12-17 10:56:16.0475] Slim::Player::StreamingController::_setPlayingState 
(2377) new playing state BUFFERING
  [21-12-17 10:56:16.0482] 
Slim::Player::StreamingController::_setStreamingState (2386) new streaming 
state STREAMING

Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-17 Thread StewLG


philippe_44 wrote: 
> I would need to look at the code when we added that but Im sure
> there is a forced flac to flac re-encoding for SB exactly for that
> compression level. Michael, you might have a better memory than me?

There is this at the bottom of convert.conf:


Code:


  flc flc transcode *
# IFT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}E:{NOSTART=I}
[flac] -dcs $START$ $END$ --force-raw-format --sign=signed 
--endian=little -- $FILE$ | [sox] -q -t raw --encoding signed-integer -b 
$SAMPLESIZE$ -r $SAMPLERATE$ -c $CHANNELS$ -L - -t flac $RESAMPLE$ -C 0  -  
  



I had hoped this would just start working once I installed both flac and
sox on my Ubuntu server, but my choppy test track is still choppy. I
don't see anything about transcoding in the logs.

I'm not sure what to try next.



StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=115583

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-16 Thread StewLG


bpa wrote: 
> 
> What is the source of the problem Flac files ?
> Have they been highly compressed and/or by a non stand Flac compressor.
> 

I have no idea. I buy a lot of commercial rips, and as far as I know
there is no way to tell the compression level in a given FLAC file.

bpa wrote: 
> 
> You could unpack a problem Flac file to WAV and then recompress using
> standard Flac at level 0 to see if the compression is the source of the
> issue.
> 

I think you're right - it is!

I converted a very problematic track to WAV and then back to FLAC
compression level 0, increasing a 27 mb file to 30 mb. The new, less
compressed file plays smoothly, while the original file stutters. And
now that I'm able to A-B the behavior of the two files, I strongly
believe the proc on the Squeezebox is heavily loaded with the more
compressed file. The visualizations - in my case, the two bar meter -
had a very low framerate with more compressed file, but were smooth with
the less compressed file.

I think I would have tried this sooner, but there are many historical
posts in this forum insisting that FLAC decoding can't overload any of
the Squeezebox hardware, but my experience seems to run counter to that.
Perhaps the compressors available have gotten even more aggressive as
processors sped up, obsoleting what was once totally sound thinking.

If anyone with Classic hardware wants to try to reproduce my findings,
let me know and I'll find a way to get you the two test files.

philippe_44 wrote: 
> There was a fix sometime ago where we enforce transcoding on flac for
> classic for that reason, AFAIR. What version do LMS and convet.conf do
> you have.

Logitech Media Server Version: 8.2.0 - 1627922070 @ Tue Aug 3 11:37:35
CEST 2021

I'm looking at convert.conf and it looks like it can do whatever
transcoding I need. I actually think it might make sense to convert FLAC
-> Less compressed FLAC, and just use that setup for only my two
affected players. I'll have a look at it tomorrow and try to get it
configured. 

Thanks everyone for the nudges so far.



StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=115583

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] Choppy playback on certain FLAC tracks to Squeezebox Classic (squeezebox2)

2021-12-15 Thread StewLG


I've been running LMS for many years now with minimal problems.
Recently, I've started to notice that certain tracks play back choppy on
my two Squeezebox Classics (squeezebox2). This choppiness is consistent
for a given problematic track. The tracks affected might sometimes be
high bitrate, but I have tracks that are just 44/16 FLAC that do it too.
Both Classics are hardwired to a gigabit switch.

I have several Squeezebox radios as well. One is connected via WiFi, one
is hardwired. Neither has any issues with the tracks that are
problematic on the Classics.

I only relatively recently virtualized the Ubuntu host running LMS, so I
wonder if that is involved. The Proxmox host is very lightly loaded, and
I would think well provisioned for the job, with 2x Xeon E5-2640 v3
processors. This comes out to 32 cores @ 2.6 ghz and I'm seldom loaded
any more than 15% on the virtualization host. And, again, the Radios are
unaffected so that would seem to shift blame away from the LMS server.

I would appreciate any ideas or suggestions. It makes me sad there is no
contemporary equivalent to the Squeezebox Classic available to purchase.



StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=115583

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] Squeezecenter won't play a particular FLAC

2008-06-16 Thread StewLG

SqueezeCenter won't play this FLAC file:

http://www.sirenita.com/wp-content/uploads/2008/06/01%20-%20The%20Durutti%20Column%20-%20Fidelity%20-%20SQUEEZE%20WILL%20NOT%20PLAY.flac

When I check the logs, I see this error:
[08-06-16 08:39:48.0397] Slim::Player::Source::openSong (2198) Error:
[file:///home/big_areca_raid/MP3Library/2008-06%20(Jun)/The%20Durutti%20Column%20-%20Fidelity%20(FLAC)/01%20-%20The%20Durutti%20Column%20-%20Fidelity.flac]
Unrecognized type flc
[08-06-16 08:39:48.0401] Slim::Player::Source::errorOpening (1727)
Error: While opening current track, so mark it as already played!
[08-06-16 08:39:48.0407] Slim::Player::Source::errorOpening (1727)
Backtrace:

frame 0: Slim::Utils::Log::logBacktrace
(/usr/share/perl5/Slim/Player/Source.pm line 1727)
frame 1: Slim::Player::Source::errorOpening
(/usr/share/perl5/Slim/Player/Source.pm line 2200)
frame 2: Slim::Player::Source::openSong
(/usr/share/perl5/Slim/Player/Source.pm line 377)
frame 3: Slim::Player::Source::playmode
(/usr/share/perl5/Slim/Player/Source.pm line 1302)
frame 4: Slim::Player::Source::jumpto
(/usr/share/perl5/Slim/Control/Commands.pm line 809)
frame 5: Slim::Control::Commands::__ANON__
(/usr/share/perl5/Slim/Control/Commands.pm line 865)
frame 6: Slim::Control::Commands::playlistJumpCommand
(/usr/share/perl5/Slim/Control/Request.pm line 1776)
frame 7: (eval) (/usr/share/perl5/Slim/Control/Request.pm line
1776)
frame 8: Slim::Control::Request::execute
(/usr/share/perl5/Slim/Web/JSONRPC.pm line 354)
frame 9: Slim::Web::JSONRPC::requestMethod
(/usr/share/perl5/Slim/Web/JSONRPC.pm line 201)
frame 10: (eval) (/usr/share/perl5/Slim/Web/JSONRPC.pm line 201)
frame 11: Slim::Web::JSONRPC::handleURI
(/usr/share/perl5/Slim/Web/HTTP.pm line 497)
frame 12: Slim::Web::HTTP::processHTTP
(/usr/share/perl5/Slim/Networking/Select.pm line 243)
frame 13: (eval) (/usr/share/perl5/Slim/Networking/Select.pm line
243)
frame 14: Slim::Networking::Select::select
(/usr/sbin/squeezecenter-server line 504)
frame 15: main::idle (/usr/sbin/squeezecenter-server line 454)
frame 16: main::main (/usr/sbin/squeezecenter-server line 1013)

I tried converting the file to WAV and back again - still the same
problem. All the other FLACs from the same album rip work fine. The
file plays fine in Foobar2000 on my desktop PC. 

The other files seem to play fine, but they do generate messages like
these. (I mention them only in case it is relevant - again, these files
play fine):

[08-06-16 08:38:38.7402] Slim::Formats::readTags (167) Error: While
trying to -getTag(/home/big_areca_raid/MP3Library/2008-06 (Jun)/The
Durutti Column - Fidelity (FLAC)/10 - The Durutti Column - Storm for
Steve.flac) : Can't use an undefined value as a HASH reference at
/usr/share/perl5/Slim/Formats/FLAC.pm line 885.
[08-06-16 08:38:38.7408] Slim::Formats::readTags (167) Backtrace:

frame 0: Slim::Utils::Log::logBacktrace
(/usr/share/perl5/Slim/Formats.pm line 167)
frame 1: Slim::Formats::readTags (/usr/share/perl5/Slim/Schema.pm
line 813)
frame 2: Slim::Schema::newTrack (/usr/share/perl5/Slim/Schema.pm
line 1032)
frame 3: Slim::Schema::updateOrCreate
(/usr/share/perl5/Slim/Utils/Scanner.pm line 330)
frame 4: Slim::Utils::Scanner::scanDirectory
(/usr/share/perl5/Slim/Utils/Scanner.pm line 92)
frame 5: Slim::Utils::Scanner::scanPathOrURL
(/usr/share/perl5/Slim/Control/Commands.pm line 1331)
frame 6: Slim::Control::Commands::playlistXitemCommand
(/usr/share/perl5/Slim/Control/Request.pm line 1776)
frame 7: (eval) (/usr/share/perl5/Slim/Control/Request.pm line
1776)
frame 8: Slim::Control::Request::execute
(/usr/share/perl5/Slim/Control/Request.pm line 830)
frame 9: Slim::Control::Request::executeRequest
(/usr/share/perl5/Slim/Web/HTTP.pm line 934)
frame 10: Slim::Web::HTTP::processURL
(/usr/share/perl5/Slim/Web/HTTP.pm line 749)
frame 11: Slim::Web::HTTP::processHTTP
(/usr/share/perl5/Slim/Networking/Select.pm line 243)
frame 12: (eval) (/usr/share/perl5/Slim/Networking/Select.pm line
243)
frame 13: Slim::Networking::Select::select
(/usr/sbin/squeezecenter-server line 504)
frame 14: main::idle (/usr/sbin/squeezecenter-server line 454)
frame 15: main::main (/usr/sbin/squeezecenter-server line 1013)

I'm running this version of SqueezeCenter:
SqueezeCenter Version: 7.1 - 20292 @ Thu May 29 00:32:19 PDT 2008 -
Debian - EN - iso-8859-1

Ideas?


-- 
StewLG

StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=48954

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Squeezecenter won't play a particular FLAC

2008-06-16 Thread StewLG

andyg;312568 Wrote: 
 Can you file a bug and attach the flac file in question?

Where do I do that?


-- 
StewLG

StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=48954

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Squeezecenter won't play a particular FLAC

2008-06-16 Thread StewLG

andyg;312619 Wrote: 
 http://bugs.slimdevices.com/enter_bug.cgi?product=SqueezeCenter

Done:

http://bugs.slimdevices.com/show_bug.cgi?id=8443

I couldn't get the file to work as an attachment to the database; maybe
you can do this yourself if you are local to the bug server.


-- 
StewLG

StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=48954

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Squeezecenter won't play a particular FLAC

2008-06-16 Thread StewLG

andyg;312634 Wrote: 
 Thanks, can you repost the file URL though?

http://www.sirenita.com/wp-content/uploads/2008/06/01%20-%20The%20Durutti%20Column%20-%20Fidelity%20-%20SQUEEZE%20WILL%20NOT%20PLAY.flac

or

http://tinyurl.com/526wat


-- 
StewLG

StewLG's Profile: http://forums.slimdevices.com/member.php?userid=15888
View this thread: http://forums.slimdevices.com/showthread.php?t=48954

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss