Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread oreillymj

BTW - The scanner.exe I've been using from the 4th May won't display the
contents any of the playlists I have for radio stations consisting of
urls.

The name of the playlist file is displayed, but is empty when I click
on them.


-- 
oreillymj

oreillymj's Profile: http://forums.slimdevices.com/member.php?userid=699
View this thread: http://forums.slimdevices.com/showthread.php?t=47490

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


Re: [SlimDevices: Beta] flac files and embedded cue sheets

2008-05-13 Thread gharris999

If the file in question is too large to attach directly to the bug, you
might try to use metaflac to dump all the metadata from the flac file
and attach the dump output.  Use a command like:

echo Metadata from flac file: >flacfile.tags.UTF8.txt
metaflac.exe --list --no-utf8-convert flacfile.flac
>>flacfile.tags.UTF8.txt


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=43640

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


Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread slimkid

andyg;301545 Wrote: 
> On May 13, 2008, at 9:48 AM, PSSO wrote:
> 
> >
> > andyg;301540 Wrote:
> >> Hmm?  The command-line options should be exactly the same from  
> >> 7.0.1 to
> >> 7.1.
> >
> > This is "help" output from (the latest 7.1.0) scanner.exe
> >
> > C:\Program Files\SqueezeCenter\server>scanner_7.1.exe --help
> > The following CPAN modules were found but cannot work with
> > SqueezeCenter:
> > Net::DNS (loaded , need 0.58)
> 
> Ah OK, maybe there is something broken in the build process.

probably just the build process, since 'perl scanner.pl' works fine in
7.1, (windows perl version 5.8.8).

K


-- 
slimkid

The sound stage will open up, bass will tighten and the imaging will
improve. DVD performance will also increase substantially.

http://www.youtube.com/watch?v=7iAj2aPdQnk
http://www.youtube.com/watch?v=VvMNuuFSvN0
http://www.youtube.com/watch?v=BDRhRv4q_SI
http://youtube.com/watch?v=nlrpe8Ig5m8
http://youtube.com/watch?v=dC9tGlwPln8

slimkid's Profile: http://forums.slimdevices.com/member.php?userid=8881
View this thread: http://forums.slimdevices.com/showthread.php?t=47490

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


Re: [SlimDevices: Beta] Script to download nightly builds?

2008-05-13 Thread Fletch

Robin Bowes;301496 Wrote: 
> How about:
> 
> wget \
>   --mirror \
>   --accept=*.rpm \
>   -e robots=off \
>   http://www.slimdevices.com/downloads/nightly/latest/7.1/

Cool.  Thanks Robin.


-- 
Fletch

Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=47391

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


Re: [SlimDevices: Beta] flac files and embedded cue sheets

2008-05-13 Thread Andy Grundman

On May 13, 2008, at 12:30 PM, BlueDonkey wrote:

>
> gharris999;271000 Wrote:
>> Slimserver/Squeezecenter shouldn't have any problems reading your  
>> tags
>> then, as long as you have a well-formed cuesheet, that is.
>
> I have used autoFlac and EAC to create a flac file which includes both
> vorbis comment CUESHEET tag, and segment 5 METADATA_CUESHEET_BLOCK
> information.  I have written a program that parses the metadata
> segments, and everything looks like it should be ok, but SqueezeCentre
> doesn't pickup the track names from the vorbis comment CUESHEET tag.
> It just picks up the track boundaries.
>
> The vorbis comment looks like this...
>
>
> Code:
> 
>CUESHEET=CATALOG 0724358222128
>  PERFORMER 'Billy Idol'
>  TITLE 'Billy Idol Songs - 11 Of The Best'
>  FILE 'DUMMY' WAVE
>  TRACK 01 AUDIO
>  TITLE 'Rebel Yell'
>  PERFORMER 'Billy Idol'
>  ISRC USCH38400024
>  INDEX 00 00:00:00
>  INDEX 01 00:00:20
>  TRACK 02 AUDIO
>  TITLE 'Hot In The City'
>  PERFORMER 'Billy Idol'
>  ISRC USCH38400019
>  INDEX 01 03:45:13
> 
>
>
> Do you have any ideas what may be causing squeezeCentre to ignore the
> CUESHEET?  I hate the idea of having to have a separate cuesheet to  
> the
> audio as there is always a chance of them getting separated or out of
> sync.
>
> Any help gratefully received.

Can you file a bug and attach the file in question?
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


Re: [SlimDevices: Beta] flac files and embedded cue sheets

2008-05-13 Thread BlueDonkey

gharris999;271000 Wrote: 
> Slimserver/Squeezecenter shouldn't have any problems reading your tags
> then, as long as you have a well-formed cuesheet, that is.

I have used autoFlac and EAC to create a flac file which includes both
vorbis comment CUESHEET tag, and segment 5 METADATA_CUESHEET_BLOCK
information.  I have written a program that parses the metadata
segments, and everything looks like it should be ok, but SqueezeCentre
doesn't pickup the track names from the vorbis comment CUESHEET tag. 
It just picks up the track boundaries.

The vorbis comment looks like this...


Code:

CUESHEET=CATALOG 0724358222128
  PERFORMER 'Billy Idol'
  TITLE 'Billy Idol Songs - 11 Of The Best'
  FILE 'DUMMY' WAVE
  TRACK 01 AUDIO
  TITLE 'Rebel Yell'
  PERFORMER 'Billy Idol'
  ISRC USCH38400024
  INDEX 00 00:00:00
  INDEX 01 00:00:20
  TRACK 02 AUDIO
  TITLE 'Hot In The City'
  PERFORMER 'Billy Idol'
  ISRC USCH38400019
  INDEX 01 03:45:13



Do you have any ideas what may be causing squeezeCentre to ignore the
CUESHEET?  I hate the idea of having to have a separate cuesheet to the
audio as there is always a chance of them getting separated or out of
sync.

Any help gratefully received.


-- 
BlueDonkey

BlueDonkey's Profile: http://forums.slimdevices.com/member.php?userid=6751
View this thread: http://forums.slimdevices.com/showthread.php?t=43640

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


Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread tamanaco

PSSO;301542 Wrote: 
> This is "help" output from (the latest 7.1.0) scanner.exe
> 
> C:\Program Files\SqueezeCenter\server>scanner_7.1.exe --help
> The following CPAN modules were found but cannot work with
> SqueezeCenter:
> Net::DNS (loaded , need 0.58)
> 
> To fix this problem you have several options:
> 1. Install the latest version of the module(s) using CPAN: sudo cpan
> Some::Modul
> e
> 2. Update the module's package using apt-get, yum, etc.
> 3. Run the .tar.gz version of SqueezeCenter which includes all required
> CPAN mod
> ules.

This is exactly what I got when I tried to run it from the command
prompt... Since I had not run scanner.exe in such a long time I figure
I just forgot how to run it... My memory no longer retains executables
manes or command parameters... Just too old for that stuff.


-- 
tamanaco

tamanaco's Profile: http://forums.slimdevices.com/member.php?userid=4620
View this thread: http://forums.slimdevices.com/showthread.php?t=47490

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


Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread PSSO

> Ah OK, maybe there is something broken in the build process.

That would be great if you could fix that. This is also related to bug
8098


-- 
PSSO

Ole

PSSO's Profile: http://forums.slimdevices.com/member.php?userid=11678
View this thread: http://forums.slimdevices.com/showthread.php?t=47490

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


Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread Andy Grundman

On May 13, 2008, at 9:48 AM, PSSO wrote:

>
> andyg;301540 Wrote:
>> Hmm?  The command-line options should be exactly the same from  
>> 7.0.1 to
>> 7.1.
>
> This is "help" output from (the latest 7.1.0) scanner.exe
>
> C:\Program Files\SqueezeCenter\server>scanner_7.1.exe --help
> The following CPAN modules were found but cannot work with
> SqueezeCenter:
> Net::DNS (loaded , need 0.58)

Ah OK, maybe there is something broken in the build process.
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread PSSO

andyg;301540 Wrote: 
> Hmm?  The command-line options should be exactly the same from 7.0.1 to
> 7.1.

This is "help" output from (the latest 7.1.0) scanner.exe

C:\Program Files\SqueezeCenter\server>scanner_7.1.exe --help
The following CPAN modules were found but cannot work with
SqueezeCenter:
Net::DNS (loaded , need 0.58)

To fix this problem you have several options:
1. Install the latest version of the module(s) using CPAN: sudo cpan
Some::Modul
e
2. Update the module's package using apt-get, yum, etc.
3. Run the .tar.gz version of SqueezeCenter which includes all required
CPAN mod
ules.


-- 
PSSO

Ole

PSSO's Profile: http://forums.slimdevices.com/member.php?userid=11678
View this thread: http://forums.slimdevices.com/showthread.php?t=47490

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


Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread PSSO

> I wanted to test scanner.exe via the command line, but I don't know what
> parameters to use. 

You can use scanner.exe --help to see the options, if you use the 7.0.1
version.
No command lines are possible with scanner.exe from version 7.1.0 or
they don't work at moment


-- 
PSSO

Ole

PSSO's Profile: http://forums.slimdevices.com/member.php?userid=11678
View this thread: http://forums.slimdevices.com/showthread.php?t=47490

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


Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread andyg

PSSO;301539 Wrote: 
> You can use scanner.exe --help to see the options, if you use the 7.0.1
> version.
> No command lines are possible with scanner.exe from version 7.1.0 or
> they don't work at moment

Hmm?  The command-line options should be exactly the same from 7.0.1 to
7.1.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=47490

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


Re: [SlimDevices: Beta] SC 7.1-19573 Won't Do Scan

2008-05-13 Thread tamanaco

andyg;301395 Wrote: 
> Has anyone posted a log of what they are seeing with scanning in 7.1?  I
> did a full rescan just today with 7.1 and it worked fine.  The log in
> the original post doesn't contain any scanner-related errors, just
> network errors.
> 
> My changes should have only affected remote scanning, and not changed
> the way local file scanning operates.

Andy, I just downloaded and installed last night's 7.1 "Windows" built
and the scanner.exe process dies soon after it starts. Once I click
clear and scan I can see the process start and die via Process
Explorer. It leaves no footprint in the server log. In the lower left
side the Web UI displays the message "Rescanning Music Library..." even
after the proecess has died. The Music Scan Details in the setting page
does not start progress bar. I wanted to test scanner.exe via the
command line, but I don't know what parameters to use. As suggested in
this thread, by browsing my new albums I added via folder navigation I
was able to get the new tracks added to SC library. 

I also find the performance of the 7.1 Web UI a little slow as I
compare it to 7.0.1, but I guess this is an "Alpha" side effect.


-- 
tamanaco

tamanaco's Profile: http://forums.slimdevices.com/member.php?userid=4620
View this thread: http://forums.slimdevices.com/showthread.php?t=47490

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


Re: [SlimDevices: Beta] Script to download nightly builds?

2008-05-13 Thread Robin Bowes
flipflip wrote:
> Ah, it's "-A *.rpm" (tried "-A rpm")..
> The fun factor with sed and pipes is higher IMHO :-)

Yeah, but *ew*, it looks so ugly!

My general rule-of-thumb is that if it looks ugly you must be doing 
something wrong. :)

R.

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


Re: [SlimDevices: Beta] Script to download nightly builds?

2008-05-13 Thread flipflip

Ah, it's "-A *.rpm" (tried "-A rpm")..
The fun factor with sed and pipes is higher IMHO :-)


-- 
flipflip

Check out flipflip's 'SlimServer On DiskStation (SSODS)'
(http://oinkzwurgl.org/ssods/)!

flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223
View this thread: http://forums.slimdevices.com/showthread.php?t=47391

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


Re: [SlimDevices: Beta] Script to download nightly builds?

2008-05-13 Thread Robin Bowes
flipflip wrote:
> What about this?
> 
> 
> Code: 
> 
> BASE=http://www.slimdevices.com/downloads/nightly/SqueezeCenter_trunk_v`date
> +%Y-%m-%d`; wget -O- -q $BASE | sed -nr
> '/\.rpm/s/.*href="([^"]*).*/\1/p' | wget --base=$BASE/ -i- -c


How about:

wget \
--mirror \
--accept=*.rpm \
-e robots=off \
http://www.slimdevices.com/downloads/nightly/latest/7.1/

R>

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


Re: [SlimDevices: Beta] Script to download nightly builds?

2008-05-13 Thread flipflip

What about this?


Code:


  BASE=http://www.slimdevices.com/downloads/nightly/SqueezeCenter_trunk_v`date 
+%Y-%m-%d`; wget -O- -q $BASE | sed -nr '/\.rpm/s/.*href="([^"]*).*/\1/p' | 
wget --base=$BASE/ -i- -c
  



-- 
flipflip

Check out flipflip's 'SlimServer On DiskStation (SSODS)'
(http://oinkzwurgl.org/ssods/)!

flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223
View this thread: http://forums.slimdevices.com/showthread.php?t=47391

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


Re: [SlimDevices: Beta] Synch Problems with SC 7.0.1

2008-05-13 Thread awy

pippin;298386 Wrote: 
> 
> This can't be the expected behavior, can't it? I'm currently on 7.01
> 19177

Changes 19504 and 19481 fixed a couple of issues in this area.


-- 
awy

awy's Profile: http://forums.slimdevices.com/member.php?userid=7480
View this thread: http://forums.slimdevices.com/showthread.php?t=47176

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


Re: [SlimDevices: Beta] Synchronized player won't turn off... restarts

2008-05-13 Thread awy

Fixed in a recent change on the 7.0.1 branch.


-- 
awy

awy's Profile: http://forums.slimdevices.com/member.php?userid=7480
View this thread: http://forums.slimdevices.com/showthread.php?t=47355

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