Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-19 Thread mherger

Triode;663954 Wrote: 
 The backtrace shows where  _localizeMenuItemText makes some strange
 assumptions about when text should be translated...

Indeed...


Code:

Index: Jive.pm
  ===
  --- Jive.pm   (revision 33606)
  +++ Jive.pm   (working copy)
  @@ -3034,14 +3034,14 @@
my $clone = Storable::dclone($item);

if ( $clone-{stringToken} ) {
  - if ( $clone-{stringToken} eq uc( $clone-{stringToken} ) ) {
  + if ( $clone-{stringToken} eq uc( $clone-{stringToken} )  
Slim::Utils::Strings::stringExists( $clone-{stringToken} ) ) {
$clone-{text} = $client-string( delete 
$clone-{stringToken} );
}
else {
$clone-{text} = delete $clone-{stringToken};
}
}
  - elsif ( $clone-{text}  $clone-{text} eq uc( $clone-{text} ) ) {
  + elsif ( $clone-{text}  $clone-{text} eq uc( $clone-{text} )  
Slim::Utils::Strings::stringExists( $clone-{text} ) ) {
$clone-{text} = $client-string( $clone-{text} );
}

  



Would this silence the backtrace?


-- 
mherger

Michael

-
http://www.herger.net/slim-plugins - AlbumReview, Biography,
MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=90954

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-19 Thread ltsv38

I tried RC6 it's still impossible to perform a scan including videos
and/or images on Linux (but it's still OK on my spare Windows 7
computer)

Code:

Discovering files/directories: /mnt/Music/Music/Blues   (335 of 335)   
Complete  00:00:00
  Scanning new media files: /mnt/Video   (0 of 0)   Complete  00:00:01
  
  Media scan terminated unexpectedly (Scanning Progress)
  Total Time: 00:00:01 (Wednesday 19 October 2011 / 11:36:11)




Code:

[11-10-19 11:36:10.9386] main::main (340) Error: Failed when running main 
scan: [argument does not have a struct associated with it at 
/usr/share/squeezeboxserver/CPAN/Media/Scan.pm line 155.
(in cleanup) s does not have a struct associated with it at 
/usr/libexec/squeezeboxserver-scanner line 338.
  [11-10-19 11:36:10.9396] main::main (341) Error: Skipping post-process  Not 
updating lastRescanTime!



-- 
ltsv38

Pierre (Grenoble - France)

ltsv38's Profile: http://forums.slimdevices.com/member.php?userid=18584
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-19 Thread Triode

mherger;664202 Wrote: 
 Indeed...
 
  
Code:

  Index: Jive.pm
   ===
   --- Jive.pm (revision 33606)
   +++ Jive.pm (working copy)
   @@ -3034,14 +3034,14 @@
   my $clone = Storable::dclone($item);
   
   if ( $clone-{stringToken} ) {
   -   if ( $clone-{stringToken} eq uc( $clone-{stringToken} ) ) {
   +   if ( $clone-{stringToken} eq uc( $clone-{stringToken} )  
Slim::Utils::Strings::stringExists( $clone-{stringToken} ) ) {
   $clone-{text} = $client-string( delete 
$clone-{stringToken} );
   }
   else {
   $clone-{text} = delete $clone-{stringToken};
   }
   }
   -   elsif ( $clone-{text}  $clone-{text} eq uc( $clone-{text} ) ) {
   +   elsif ( $clone-{text}  $clone-{text} eq uc( $clone-{text} )  
Slim::Utils::Strings::stringExists( $clone-{text} ) ) {
   $clone-{text} = $client-string( $clone-{text} );
   }
   
   

  
 
 Would this silence the backtrace?

I suspect it would - could also just use S:U:Strings::getString too?

Still a problem if real text clashes with tokens, but I supect this
does not occur.


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=90954

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-19 Thread Michael Herger
- if ( $clone-{stringToken} eq uc( $clone-{stringToken} ) ) {
+ if ( $clone-{stringToken} eq uc( $clone-{stringToken} )   
 Slim::Utils::Strings::stringExists( $clone-{stringToken} ) ) {
  $clone-{text} = $client-string( delete 
 $clone-{stringToken} );

 Would this silence the backtrace?

 I suspect it would - could also just use S:U:Strings::getString too?

the $client object doesn't support the getString method

 Still a problem if real text clashes with tokens, but I supect this
 does not occur.

Clearly shouldn't. I better double check the MOG plugin...

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-18 Thread Mnyb

A bug for the segfaults ,when scanning a music folders.

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


Btw:
17657  17639  are set to invalid by me they cause is unfortunate
interaction with erlands plugins


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Michael Herger
 A new one:

 Scan for playlist only does a scan for new and changed music
 http://bugs.slimdevices.com/show_bug.cgi?id=17657

 I wonder if not both 17657 and 17639 can be connected by an even
 simpler factor ?

Don't get me wrong, but I'm really stumped with your issues... Could you  
please send me your server.prefs file (michael ät slimdevices dot com)? I  
think there must be something odd going on with your setup.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

mherger;663766 Wrote: 
  A new one:
 
  Scan for playlist only does a scan for new and changed music
  http://bugs.slimdevices.com/show_bug.cgi?id=17657
 
  I wonder if not both 17657 and 17639 can be connected by an even
  simpler factor ?
 
 Don't get me wrong, but I'm really stumped with your issues... Could
 you  
 please send me your server.prefs file (michael ät slimdevices dot com)?
 I  
 think there must be something odd going on with your setup.
 
 -- 
 
 Michael

In the afternoon I'll upload to that bug, I just arrived at work .
firewalls/it at work means that I can't ssh or scp to my server from
here.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-17 Thread bpa

None of the 3rd party App or plugins have BBC as a string to be
translated.

I have seen this often but it is cosmetic and so I have ignored it.

This is from the BBC (and occasionally the CBC) app.  Ever since the
BBC app was created this has happened. It seems to be connected with
the connection to mysb.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=90954

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-17 Thread Michael Herger
 This is from the BBC (and occasionally the CBC) app.  Ever since the
 BBC app was created this has happened. It seems to be connected with
 the connection to mysb.

I'm wondering whether SP is assuming an all uppercase string always a  
string token.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Michael Herger
 Sorry to say this, but this didn't solve the issue.
 I even deleted the whole squeezecenter service from the ReadyNAS using
 the uninstall option which resulted in a full delete of the directory
 /var/lib/squeezecenter. But this didn't help either.
 The most curious thing is, that the squeezecenter service starts and
 seems to behave as usual after a restart of the ReadyNAS?!

Maybe it failed to stop the previous server instance?

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-17 Thread bpa

I don't think the problem is just associated with SP.

If you're looking at this problem - you could update the channels in
BBC App as BBC 7 has been gone a long time replaced by BBC Radio 4
Extra )although BBC has supported the BBC7 URL) also fix the World
Service URL so that it plays the 24hr stream.  These are annoyances for
new users.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=90954

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-17 Thread Michael Herger
 If you're looking at this problem - you could update the channels in
 BBC App as BBC 7 has been gone a long time replaced by BBC Radio 4
 Extra )although BBC has supported the BBC7 URL) also fix the World
 Service URL so that it plays the 24hr stream.  These are annoyances for
 new users.

Do you have any information about what URLs should be used for these new  
items? Do you know whether there's a bug reported associated with this?

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Michael Herger
 In the afternoon I'll upload to that bug, I just arrived at work .
 firewalls/it at work means that I can't ssh or scp to my server from
 here.

Please turn off 3rd party plugins while running these tests. From your log  
file it looks like the server is locking up due to TrackStat trying to  
write to the DB while the scan is running. That's another open issue.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

mherger;663789 Wrote: 
  In the afternoon I'll upload to that bug, I just arrived at work .
  firewalls/it at work means that I can't ssh or scp to my server from
  here.
 
 Please turn off 3rd party plugins while running these tests. From your
 log  
 file it looks like the server is locking up due to TrackStat trying to 
 
 write to the DB while the scan is running. That's another open issue.
 
 -- 
 
 Michael

I know that's when I forget to stop the music while I'm scanning :-/
it usually works fine if you clear all playlist and don't play music.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-17 Thread bpa

I think this bug report deal with World service which is more important

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

I'll go find the official BBC URLs for the 4extra and World Service.

Regarding the BBC error message - I'll look into it if you give a
pointer which plugin deals with the BBC / CBC etc. stuff.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=90954

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-17 Thread bpa

This web page gives the various world service links

http://www.bbc.co.uk/worldservice/institutional/2009/10/091029_internetradiomobilelinks.shtml

I think the BBC App should have the live World service link - 
WMA http://www.bbc.co.uk/worldservice/meta/tx/nb/live/eneuk.asx
MP3 http://www.bbc.co.uk/worldservice/meta/tx/nb/live/eneuk.pls

This is the web page which gives BBC WMA stream
http://iplayerhelp.external.bbc.co.uk/help/playing_radio_progs/real_wma_streams

The text in BBC App for Radio 7 should be changed to Radio 4 Extra but
I think the URL didn't change http://bbc.co.uk/radio/listen/live/r7.asx


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=90954

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread mule

mherger;663775 Wrote: 
  Sorry to say this, but this didn't solve the issue.
  I even deleted the whole squeezecenter service from the ReadyNAS
 using
  the uninstall option which resulted in a full delete of the
 directory
  /var/lib/squeezecenter. But this didn't help either.
  The most curious thing is, that the squeezecenter service starts and
  seems to behave as usual after a restart of the ReadyNAS?!
 
 Maybe it failed to stop the previous server instance?
 
 -- 
 
 Michael

I don't think so, because i did delete the whole squeezebox service,
checked on the filesystem that everything has been deleted, rebooted
the ReadyNAS, installed the squeezebox service and then got the
mentioned error


-- 
mule

mule's Profile: http://forums.slimdevices.com/member.php?userid=30049
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread ttocsr

I have a squeezebox duet. Last night I could see the reciever with the
controller and when I tried to connect to my libraries it was able to
see the LMS server as well as my older squeezebox server 7.5 on the
same network.

I couldn't connect to either library.  I had to power cycle the
reciever to get it to connect to the library.
This happened to me once before, but that was before 7.7

What would cause this?
What should I do to collect bug data in a situation like this?


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread erland

Mnyb;663795 Wrote: 
 I know that's when I forget to stop the music while I'm scanning :-/
 it usually works fine if you clear all playlist and don't play music.
 
Just out of interest, do you have the locking issue when playing music
without TrackStat enabled ?


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))
Interested in music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

Bug 17657 is caused by either one these plugins:

* Custom Skip
* Dynamic Playlist
* TrackStat
* SQL Playlist

I havent figured which one yet


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

erland;663871 Wrote: 
 Just out of interest, do you have the locking issue when playing music
 without TrackStat enabled ?

Oh I don't have all logs left but they are seen when I scan..


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

Ok I can order picture and video and playlist scan without finding any
new content ?

But when I .

scan the music folder without new music = crash

scan the folder with new music = it finds the new music then crashes

What do I do now ? is this a known bug I can add to ?


+---+
|Filename: server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=12628|
+---+

-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

A normal scan for new and changed works fine .

But separately scanning one of my music folders makes LMS crash .

Now that I can scan separately ,. So sorry for wasting so much time
:-(

But this is maybe a better bug to try out for others too .

Create multiple music directories try to scan them separately ?

I have not created a bug report yet ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

Mnyb;663872 Wrote: 
 Bug 17657 is caused by either one these plugins:
 
 * Custom Skip
 * Dynamic Playlist
 * TrackStat
 * SQL Playlist
 
 I havent figured which one yet

Dynamic playlist alone can cause this ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

Mnyb;663885 Wrote: 
 A normal scan for new and changed works fine .
 
 But separately scanning one of my music folders makes LMS crash .
 
 Now that I can scan separately ,. So sorry for wasting so much time
 :-(
 
 But this is maybe a better bug to try out for others too .
 
 Create multiple music directories try to scan them separately ?
 
 I have not created a bug report yet ?

Tried some more times LMS crashes if one tries to scan a music
directory separately .
The debug settings used for scan does not provide any clue, as LMS just
dies ?
Some other log settings to catch a complete crash ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Michael Herger
 Tried some more times LMS crashes if one tries to scan a music
 directory separately .
 The debug settings used for scan does not provide any clue, as LMS just
 dies ?
 Some other log settings to catch a complete crash ?

Run the server from the console.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

mherger;663944 Wrote: 
  Tried some more times LMS crashes if one tries to scan a music
  directory separately .
  The debug settings used for scan does not provide any clue, as LMS
 just
  dies ?
  Some other log settings to catch a complete crash ?
 
 Run the server from the console.
 
 -- 
 
 Michael


Code:


  [root@hal /]# /usr/libexec/squeezeboxserver
  [11-10-17 23:19:16.4560] main::init (354) Starting Logitech Media Server 
(v7.7.0, r33609, Sat Oct 15 04:02:07 MDT 2011) perl 5.008008
  [11-10-17 23:19:16.4714] main::changeEffectiveUserAndGroup (966) Warning: 
Logitech Media Server must not be run as root!  Trying user squeezeboxserver 
instead.
  [11-10-17 23:19:17.1288] Slim::Music::Import::addImporter (456) Adding 
Slim::Media::MediaFolderScan Scan
  [11-10-17 23:19:17.1310] Slim::Music::Import::countImporters (525) Found 
importer: Slim::Media::MediaFolderScan
  [11-10-17 23:19:17.5239] Slim::Music::Import::addImporter (456) Adding 
Slim::Music::PlaylistFolderScan Scan
  [11-10-17 23:19:17.5256] Slim::Music::Import::countImporters (525) Found 
importer: Slim::Media::MediaFolderScan
  [11-10-17 23:19:17.5278] Slim::Music::Import::countImporters (525) Found 
importer: Slim::Media::MediaFolderScan
  [11-10-17 23:19:17.5293] Slim::Music::Import::countImporters (525) Found 
importer: Slim::Music::PlaylistFolderScan
  
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd:
 error while loading shared libraries: requires glibc 2.5 or later dynamic 
linker
  
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifydnoflac
 2.1.0 logging to /var/log/squeezeboxserver/spotifyd.log
  [11-10-17 23:20:26.7998] Slim::Music::Import::nextScanTask (702) remaining 
scans in queue:()
  [11-10-17 23:20:27.1419] Slim::Music::Import::nextScanTask (702) remaining 
scans in queue:()
  [11-10-17 23:20:37.0077] Slim::Music::Import::initScanQueue (683) initialize 
scan queue
  [11-10-17 23:20:37.0097] Slim::Music::Import::queueScanTask (740) adding scan 
rescan|full|file:///media/sda1/music1 to queue
  [11-10-17 23:20:37.0123] Slim::Music::Import::nextScanTask (697) triggering 
next scan: rescan|full|file:///media/sda1/music1
  [11-10-17 23:20:37.0166] Slim::Utils::Scanner::Local::rescan (147) Rescanning 
/media/sda1/music1
  [11-10-17 23:20:37.0298] Slim::Utils::Scanner::Local::rescan (171) 
Discovering audio files in /media/sda1/music1
  [11-10-17 23:20:37.9608] Slim::Music::Import::nextScanTask (702) remaining 
scans in queue:()
  [11-10-17 23:21:16.8720] Slim::Utils::Scanner::Local::AIO::__ANON__ (80) AIO 
scanner found 14986 files/dirs in 38.92 sec
  [11-10-17 23:21:22.5556] Slim::Utils::Scanner::Local::__ANON__ (254) Removing 
deleted audio files (0)
  [11-10-17 23:21:22.5574] Slim::Utils::Scanner::Local::__ANON__ (332) Scanning 
new audio files (0)
  [11-10-17 23:21:22.5591] Slim::Utils::Scanner::Local::__ANON__ (410) 
Rescanning changed audio files (0)
  [11-10-17 23:21:22.5733] Slim::Utils::Scanner::LMS::rescan (91) Rescanning 
  ms_add_thumbnail_spec width 160 height 160
  ms_add_thumbnail_spec width 160 height 160
  ms_add_thumbnail_spec width 41 height 41
  ms_add_thumbnail_spec width 40 height 40
  ms_add_thumbnail_spec width 100 height 100
  Thread 0xb5ed5ba0 started
  progress_update (null)
  new equeue_entry @ 0xc8aecc0 (type 2, data @ 0xe43a890)
  thread_signal - 44
  Finished scanning
  new equeue_entry @ 0xf007378 (type 4, data @ (nil))
  thread_signal - 44
  [11-10-17 23:21:22.8431] Slim::Schema::wipeCaches (2067) Wiped all in-memory 
caches.
  thread_signal_read - 41 waiting...
  thread_signal_read - 41 OK
  Got thread event, type 2 @ 0xe43a890
  Segmentation fault
  
  



-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-17 Thread Triode

mherger;663772 Wrote: 
 
 I'm wondering whether SP is assuming an all uppercase string always a 
 
 string token.

The backtrace shows where  _localizeMenuItemText makes some strange
assumptions about when text should be translated...


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=90954

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

Here is another one , the difference I used only one music folder to see
if tht mattered , does not help.

You get segfault after rescan of musicfolder only, via the rescan
button.

video or image folder rescans nicely .

[11-10-17 23:57:46.0584] Slim::Music::Import::initScanQueue (683)
initialize scan queue
[11-10-17 23:57:46.0610] Slim::Music::Import::queueScanTask (740)
adding scan rescan|full|file:///media/sda1/music1 to queue
[11-10-17 23:57:46.0642] Slim::Music::Import::nextScanTask (697)
triggering next scan: rescan|full|file:///media/sda1/music1
[11-10-17 23:57:46.0691] Slim::Utils::Scanner::Local::rescan (147)
Rescanning /media/sda1/music1
[11-10-17 23:57:46.0797] Slim::Utils::Scanner::Local::rescan (171)
Discovering audio files in /media/sda1/music1
[11-10-17 23:57:46.8663] Slim::Music::Import::nextScanTask (702)
remaining scans in queue:()
[11-10-17 23:58:28.9416] Slim::Utils::Scanner::Local::AIO::__ANON__
(80) AIO scanner found 14986 files/dirs in 42.22 sec
[11-10-17 23:58:31.5226] Slim::Utils::Scanner::Local::__ANON__ (254)
Removing deleted audio files (0)
[11-10-17 23:58:31.5254] Slim::Utils::Scanner::Local::__ANON__ (332)
Scanning new audio files (0)
[11-10-17 23:58:31.5272] Slim::Utils::Scanner::Local::__ANON__ (410)
Rescanning changed audio files (0)
[11-10-17 23:58:31.5413] Slim::Utils::Scanner::LMS::rescan (91)
Rescanning 
ms_add_thumbnail_spec width 160 height 160
ms_add_thumbnail_spec width 160 height 160
ms_add_thumbnail_spec width 41 height 41
ms_add_thumbnail_spec width 40 height 40
ms_add_thumbnail_spec width 100 height 100
Thread 0xb6337ba0 started
[11-10-17 23:58:31.5586] Slim::Schema::wipeCaches (2067) Wiped all
in-memory caches.
[11-10-17 23:58:31.5652] Slim::Schema::wipeCaches (2067) Wiped all
in-memory caches.
progress_update (null)
new equeue_entry @ 0xdb1f0b0 (type 2, data @ 0xf366060)
thread_signal - 23
Finished scanning
new equeue_entry @ 0xc62ecb8 (type 4, data @ (nil))
thread_signal - 23
[11-10-17 23:58:31.7187] Slim::Schema::wipeCaches (2067) Wiped all
in-memory caches.
thread_signal_read - 22 waiting...
thread_signal_read - 22 OK
Got thread event, type 2 @ 0xf366060
Segmentation fault


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-17 Thread Mnyb

Update on my segfault, running like this

# /usr/libexec/squeezeboxserver --noimage --novideo

Works :-) no segfault you can individually rescan folders and playlists
for music .

Reintroducing images made the segfault come back , not image library is
reduced to only 28 pics to make scan quicker.

Now to work


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-16 Thread Mnyb

Mnyb;663409 Wrote: 
 then it cleared the stats and did what looked like a new and changed
 scan on top of the full rescan to fetch the playlist.
 But this apparently cleared the stats from the full scan.
 

If I have all kinds of content folders music, pictures and video .

Then LMS can do the full scan without missing the playlists and then do
new and changed to get them .

But the two other bugs i reported are still valid .

LMS only does two types of scans a full rescan or a new and changed
for all folders .

So if I've put a new album anywhere I can do scan for playlist only
or press any rescan button for any of the folders the result is
identical a new and changed scan in all folders.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5 BBC error

2011-10-16 Thread Michael Herger
 keep getting the below in server.log ?


 Code:
 
  [11-10-15 15:11:58.3876] Slim::Display::Display::string (894) Error:  
 missing string BBC

Are you using the BBC app from mysb.com or something 3rd party?

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-15 Thread Mnyb

I redid my folder and disc mounts to test bug 17639 .

*Rescan of my new locations went fine no problems .

*You can have multiple music locations, very good , now rescan would be
even quicker if one has the music on multiple discs , you can rescan
parts of the collection excellent !

But the scan output was a bit hard to follow the statistic updated
nicely until it was time for playslist scan, then it cleared the stats
and did what looked like a new and changed scan on top of the full
rescan to fetch the playlist.
But this apparently cleared the stats from the full scan.
And it mysteriusly finds new art when scanning playlists ? and 5 new
music files it missed in the first round ?


+---+
|Filename: Screenshot.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=12612|
+---+

-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-15 Thread Meridion

Because SBS 7.6.2 did not work on Ubuntu 11.10 anymore, I upgraded to
latest 7.7.

Migration ran smooth and now everything works as expected. GREAT!

But one small thing is different:

On my Boom, the screensaver (OFF) does not display time and date
anymore, but only displays time in big letters. I tried different
configurations using date and time screensaver and Music
Information plugin. No success. Configuration seems to be correct,
though.
Previously, the Boom displayed time without date only when there was no
server connection.

When connected to mySB, date and time are properly displayed in
Standby/OFF mode.

Does anybody else with a boom see this behaviour?

Michael


-- 
Meridion

1750 Alben mit 21559 Titel von 1706 Interpreten.

Meridion's Profile: http://forums.slimdevices.com/member.php?userid=18619
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-15 Thread Mnyb

Some more test bug
http://bugs.slimdevices.com/show_bug.cgi?id=17639

Had nothing to do with my folder structure it is as broken as it ever
was .

To not scare people the actual scan works fine and are fast it just
that it does not discriminate it scans everything regardless off which
folder you select to scan .

it even finds new music when doing a playlist scan ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-15 Thread Mnyb

A new one:

Scan for playlist only does a scan for new and changed music
http://bugs.slimdevices.com/show_bug.cgi?id=17657

I wonder if not both 17657 and 17639 can be connected by an even
simpler factor ?
In all the scan test I've done I only seen two types of scans done
clear and rescan everything or scan for new and changed . No other
type of scans seems to be done even if I order a playlist scan or a
scan of a certain folder.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-15 Thread mule

mherger;663197 Wrote: 
  What is the error message you get?
 
  I also had a look at the syslog, but there is no more detail than:
 
  READYNASPro RAIDiator: ERROR: Logitech Media Server
  7.7.0~33594-i386-readynas installation failed
 
 Yeah, unfortunately ReadyNAS isn't very clear in its messaging. Could
 you  
 please try to delete contents of /var/lib/squeezecenter until it would 
 
 install? prefs last and only after taking a copy ;-).
 
 -- 
 
 Michael

Sorry to say this, but this didn't solve the issue. 
I even deleted the whole squeezecenter service from the ReadyNAS using
the uninstall option which resulted in a full delete of the directory
/var/lib/squeezecenter. But this didn't help either.
The most curious thing is, that the squeezecenter service starts and
seems to behave as usual after a restart of the ReadyNAS?!


-- 
mule

mule's Profile: http://forums.slimdevices.com/member.php?userid=30049
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-14 Thread ltsv38

ltsv38;663091 Wrote: 
 I've upgraded to RC5 and it's still impossible to scan video files on my
 Linux/Fedora 15 server with sqlite 3.7.7.1
I've also tested to add an image folder and the scanner cashes also.
Scanner only work for music files!


-- 
ltsv38

Pierre (Grenoble - France)

ltsv38's Profile: http://forums.slimdevices.com/member.php?userid=18584
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-14 Thread ttocsr

andyg;663066 Wrote: 
 On Oct 13, 2011, at 9:52 AM, ttocsr wrote:
 
  
  ttocsr;662902 Wrote: 
  
  Still would like to know the mime types being used for m2ts and
 other
  video types.  This would be very nice to be able to adjust this like
 it
  is possible on other upnp/dlna servers.
  
  I don't see the video types that were mentioned as supported in the
  types.conf file.
  
  My upnp/dlna clients can't play the content and I think this is why.
  
  I tried adding entries in the types.conf file but I was unable to
 get
  my m2ts files to work.  Is types.conf where the video mime types are
  defined or is it some place else?
 
 Video MIME types are defined as part of libmediascan, unfortunately it
 looks like m2ts and some others were left out. :(
 
 https://github.com/andygrundman/libmediascan/blob/master/src/result.c#L82

I filed a bug to track this.
http://bugs.slimdevices.com/show_bug.cgi?id=17656


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-14 Thread Mnyb

You have been working on the dlna/upnp parts .

now i tried.

Plugplayer.
8player lite.
MLPlayer lite.

On my iPad and they all work, just last week none of these worked.
All work is not shown in the change log then ?
Tried with flac music and picture shows.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread Michael Herger
 Huh? Are you saying logs are rotated on Windows? The scanner.log is
 cleared when a clear  rescan is run, but AFAIK the server.log is never
 rotated or cleared.

Rotation happens when the server is started: if the file is larger than  
100MB, it's renamed, and a new log file is created. I know you don't run a  
standard configuration. Maybe it behaves differently - I don't know.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread Mnyb

JJZolx;662992 Wrote: 
 Huh? Are you saying logs are rotated on Windows? The scanner.log is
 cleared when a clear  rescan is run, but AFAIK the server.log is never
 rotated or cleared.
 
 Edit: Ah, Ok... they're rotated if they exceed 100MB and the server is
 restarted.

Should they not Imho rotate even if the server is not restarted ? the
100mB mark must be enough, some people never reboot ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread JJZolx

mherger;662993 Wrote: 
  Huh? Are you saying logs are rotated on Windows? The scanner.log is
  cleared when a clear  rescan is run, but AFAIK the server.log is
 never
  rotated or cleared.
 
 Rotation happens when the server is started: if the file is larger than
 
 100MB, it's renamed, and a new log file is created. I know you don't
 run a  
 standard configuration. Maybe it behaves differently - I don't know.

Sorry, yeah I found some old posts alluding to that behavior. You
didn't see my edit of the last reply. I've just never seen it happen.
Working with logs more than a few MB in size tends to be difficult, so
I delete the server.log each time I do a SVN update.


-- 
JJZolx

» 
» Download 'Squeezebox Server 7.5.6 r35834'
(http://downloads.slimdevices.com/SqueezeboxServer_v7.5.6_unreleased/),
the last nightly build of SBS 7.5.
»

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread Michael Herger
 Should they not Imho rotate even if the server is not restarted ? the
 100mB mark must be enough, some people never reboot ?

The 100MB limit normally shouldn't be reached between OS updates (when a  
reboot is due). That's a lot of log file entries. Unless you set some  
chatty debug parameter and forget to disable it again, you wouldn't get  
there easily.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread JackOfAll

Andy/Michael,

I've just verified the re-scan issue I reported earlier with 7.7rc5.


Code:


  Logitech Media Server Version: 7.7.0 - r33594 @ Mon Oct 10 19:35:38 MDT 2011
  Operating system: Red Hat - EN - utf8
  Platform Architecture: x86_64-linux
  Perl Version: 5.12.4 - x86_64-linux-thread-multi
  Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
  



After running a clear library and rescan everything, I modified 245
flac files by removing their seektables


Code:


  public static void removeSeektable(LinkedListString argList) throws 
IOException, InterruptedException {
executeMetaflac(Util.getArgs(new String[] {metaflac, 
--preserve-modtime, 
--remove, 
--block-type=SEEKTABLE, 
--dont-use-padding}, 
argList));
  }
  



Then run look for new and changed media files. 1st run... 145
changes processed


Code:


  [11-10-13 13:34:21.8709] Slim::Utils::Scanner::Local::rescan (171) 
Discovering audio files in /usr/share/music/slimserver
  [11-10-13 13:35:24.1303] Slim::Utils::Scanner::Local::AIO::__ANON__ (80) AIO 
scanner found 43833 files/dirs in 61.49 sec
  [11-10-13 13:35:28.5037] Slim::Utils::Scanner::Local::__ANON__ (254) Removing 
deleted audio files (0)
  [11-10-13 13:35:28.5039] Slim::Utils::Scanner::Local::__ANON__ (332) Scanning 
new audio files (0)
  [11-10-13 13:35:28.5041] Slim::Utils::Scanner::Local::__ANON__ (410) 
Rescanning changed audio files (245)
  [11-10-13 13:35:36.5633] Slim::Utils::Scanner::Local::markDone (1017) All 
rescan tasks finished (total changes: 145)
  [11-10-13 13:35:36.7557] Slim::Music::Artwork::precacheAllArtwork (442) 
Starting precacheArtwork for 16 albums
  [11-10-13 13:35:38.9826] Slim::Music::Artwork::__ANON__ (547) precacheArtwork 
finished in 2.22650718688965
  [11-10-13 13:35:38.9829] Slim::Utils::Scanner::Local::__ANON__ (1036) Scanner 
made 145 changes, updating last rescan timestamp
  [11-10-13 13:35:38.9846] Slim::Utils::Scanner::Local::__ANON__ (1044) Scan 
change count reached 167, optimizing database
  [11-10-13 13:35:42.6766] Slim::Utils::Scanner::LMS::rescan (91) Rescanning 
  [11-10-13 13:35:42.8395] Slim::Utils::Scanner::LMS::__ANON__ (271) Finished 
scanning



Then run look for new and changed media files. 2nd run... 50
changes processed


Code:


  [11-10-13 13:48:22.8701] Slim::Utils::Scanner::Local::rescan (147) Rescanning 
/usr/share/music/slimserver
  [11-10-13 13:48:22.8715] Slim::Utils::Scanner::Local::rescan (171) 
Discovering audio files in /usr/share/music/slimserver
  [11-10-13 13:48:42.3544] Slim::Utils::Scanner::Local::AIO::__ANON__ (80) AIO 
scanner found 43833 files/dirs in 19.18 sec
  [11-10-13 13:48:43.4289] Slim::Utils::Scanner::Local::__ANON__ (254) Removing 
deleted audio files (0)
  [11-10-13 13:48:43.4290] Slim::Utils::Scanner::Local::__ANON__ (332) Scanning 
new audio files (0)
  [11-10-13 13:48:43.4294] Slim::Utils::Scanner::Local::__ANON__ (410) 
Rescanning changed audio files (100)
  [11-10-13 13:48:49.0205] Slim::Utils::Scanner::Local::markDone (999) Finished 
scan type 4 for /usr/share/music/slimserver
  [11-10-13 13:48:49.0207] Slim::Utils::Scanner::Local::markDone (1017) All 
rescan tasks finished (total changes: 50)
  [11-10-13 13:48:49.1192] Slim::Music::Artwork::precacheAllArtwork (442) 
Starting precacheArtwork for 5 albums
  [11-10-13 13:48:49.6996] Slim::Music::Artwork::__ANON__ (547) precacheArtwork 
finished in 0.57998514175415
  [11-10-13 13:48:49.6998] Slim::Utils::Scanner::Local::__ANON__ (1036) Scanner 
made 50 changes, updating last rescan timestamp
  [11-10-13 13:48:49.7031] Slim::Utils::Scanner::LMS::rescan (91) Rescanning 
  [11-10-13 13:48:50.3098] Slim::Utils::Scanner::LMS::__ANON__ (271) Finished 
scanning



Then run look for new and changed media files. 3rd run... 50
changes processed


Code:


  [11-10-13 13:50:33.6813] Slim::Web::Settings::Server::Basic::handler (63) 
Initiating scan of type: rescan
  [11-10-13 13:50:33.6830] Slim::Utils::Scanner::Local::rescan (147) Rescanning 
/usr/share/music/slimserver
  [11-10-13 13:50:33.6853] Slim::Utils::Scanner::Local::rescan (171) 
Discovering audio files in /usr/share/music/slimserver
  [11-10-13 13:50:34.9138] Plugins::Spotify::Radio::commandCallback (563) 
[playlist newsong] slave source: 
  [11-10-13 13:50:55.3766] Slim::Utils::Scanner::Local::AIO::__ANON__ (80) AIO 
scanner found 43833 files/dirs in 21.37 sec
  [11-10-13 13:50:56.4383] Slim::Utils::Scanner::Local::__ANON__ (254) Removing 
deleted audio files (0)
  [11-10-13 13:50:56.4385] Slim::Utils::Scanner::Local::__ANON__ (332) Scanning 
new audio files (0)
  [11-10-13 13:50:56.4386] Slim::Utils::Scanner::Local::__ANON__ (410) 
Rescanning changed 

Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread ttocsr

ttocsr;662902 Wrote: 
 
 Still would like to know the mime types being used for m2ts and other
 video types.  This would be very nice to be able to adjust this like it
 is possible on other upnp/dlna servers.

I don't see the video types that were mentioned as supported in the
types.conf file.

My upnp/dlna clients can't play the content and I think this is why.

I tried adding entries in the types.conf file but I was unable to get
my m2ts files to work.  Is types.conf where the video mime types are
defined or is it some place else?


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread Andy Grundman

On Oct 13, 2011, at 9:52 AM, ttocsr wrote:

 
 ttocsr;662902 Wrote: 
 
 Still would like to know the mime types being used for m2ts and other
 video types.  This would be very nice to be able to adjust this like it
 is possible on other upnp/dlna servers.
 
 I don't see the video types that were mentioned as supported in the
 types.conf file.
 
 My upnp/dlna clients can't play the content and I think this is why.
 
 I tried adding entries in the types.conf file but I was unable to get
 my m2ts files to work.  Is types.conf where the video mime types are
 defined or is it some place else?

Video MIME types are defined as part of libmediascan, unfortunately it looks 
like m2ts and some others were left out. :(

https://github.com/andygrundman/libmediascan/blob/master/src/result.c#L82

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread tamanaco

Still having the same issue that I reported with rc4. When I use My
Revue to navigate to LMS Media Server/Video/Video Folder/Moviename
Folder/moviefilename.mp4 Every time I leave and re-enter the same
folder a new copy of the moviefilename.mp4 is created. This also
happens if I navigate LMS Media Server/Video/All Videos When I leave
and re-enter this folder all the moviefilename files are duplicated.
I'm using a Revue running Firmware version 2.1-update1. Selecting any
of the files plays the movie just fine. I have to Rescan Sources from
the Revue to clear the duplicates.


-- 
tamanaco

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

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread Andy Grundman

On Oct 13, 2011, at 11:26 AM, ttocsr wrote:

 
 andyg;663066 Wrote: 
 On Oct 13, 2011, at 9:52 AM, ttocsr wrote:
 [color=blue]
 Video MIME types are defined as part of libmediascan, unfortunately it
 looks like m2ts and some others were left out. :(
 
 https://github.com/andygrundman/libmediascan/blob/master/src/result.c#L82
 
 Thanks Andy.  Is there any chance this might be considered to be
 changed to user configurable attributes, either through the gui or a
 .conf?
 My thoughts here is I know LMS is geared to logitech products, but it
 would be nice to be able to modify this to make all clients in the home
 happy.

I don't know, I am of the opinion that there is only 1 correct MIME type for a 
particular file type. Anything else is a bug somewhere. Yes, I know there are 
problems with this view...

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread ttocsr

andyg;663066 Wrote: 
 On Oct 13, 2011, at 9:52 AM, ttocsr wrote:
 [color=blue]
 Video MIME types are defined as part of libmediascan, unfortunately it
 looks like m2ts and some others were left out. :(
 
 https://github.com/andygrundman/libmediascan/blob/master/src/result.c#L82

Thanks Andy.  Is there any chance this might be considered to be
changed to user configurable attributes, either through the gui or a
.conf?
My thoughts here is I know LMS is geared to logitech products, but it
would be nice to be able to modify this to make all clients in the home
happy.


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread ttocsr

andyg;663078 Wrote: 
 On Oct 13, 2011, at 11:26 AM, ttocsr wrote:
 
  
  andyg;663066 Wrote: 
  On Oct 13, 2011, at 9:52 AM, ttocsr wrote:
  [color=blue]
  Video MIME types are defined as part of libmediascan, unfortunately
 it
  looks like m2ts and some others were left out. :(
  
 
 https://github.com/andygrundman/libmediascan/blob/master/src/result.c#L82
  
  Thanks Andy.  Is there any chance this might be considered to be
  changed to user configurable attributes, either through the gui or a
  .conf?
  My thoughts here is I know LMS is geared to logitech products, but
 it
  would be nice to be able to modify this to make all clients in the
 home
  happy.
 
 I don't know, I am of the opinion that there is only 1 correct MIME
 type for a particular file type. Anything else is a bug somewhere. Yes,
 I know there are problems with this view...

I agree with that... but in the case like m2ts and ts not being there,
it would be nice if the user could be able to input file types not
included.
This would be a nice advanced function.

When will you be adding ts and m2ts back?


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread ltsv38

I've upgraded to RC5 and it's still impossible to scan video files on my
Linux/Fedora 15 server with sqlite 3.7.7.1

Code:

[11-10-13 18:21:23.2231] Slim::Utils::Scanner::Local::__ANON__ (410) 
Rescanning changed audio files (0)
  [11-10-13 18:21:23.2648] main::main (340) Error: Failed when running main 
scan: [argument does not have a struct associated with it at 
/usr/share/squeezeboxserver/CPAN/Media/Scan.pm line 155.
(in cleanup) s does not have a struct associated with it at 
/usr/libexec/squeezeboxserver-scanner line 338.
  ]
  [11-10-13 18:21:23.2658] main::main (341) Error: Skipping post-process  Not 
updating lastRescanTime!


I have no problem if I scan only audio files.
My feeling was that the database structure is not correct (not updated
when migrating from SBS 7.6). So I tried to delete all the files in the
cache folder to recreate a new database. This solution didn't solve the
scan problem.

I tried also LMS 7.7 on a spare Windows7 computer using the same media
collection and the scan completed correctly!

Any idea for Linux?


-- 
ltsv38

Pierre (Grenoble - France)

ltsv38's Profile: http://forums.slimdevices.com/member.php?userid=18584
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread ttocsr

ttocsr;662902 Wrote: 
 I opened a bug for the scanner stalling when scanning large video.
 http://bugs.slimdevices.com/show_bug.cgi?id=17645
 
 Still would like to know the mime types being used for m2ts and other
 video types.  This would be very nice to be able to adjust this like it
 is possible on other upnp/dlna servers.


I've been looking at this an I'm wondering if it is a space issue.  I
have space on my drives... however

Where are the auto generated thumbnails being stored?  Is there a way
to shut this off to see if the scan will finish?


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread mule

mherger;662982 Wrote: 
   Just tried to update to RC5 on my ReadyNAS, but it once again
 failed
   with an install error.
 
 What is the error message you get?
 
I also had a look at the syslog, but there is no more detail than:

READYNASPro RAIDiator: ERROR: Logitech Media Server
7.7.0~33594-i386-readynas installation failed


-- 
mule

mule's Profile: http://forums.slimdevices.com/member.php?userid=30049
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread bits

andyg;663078 Wrote: 
 
 I don't know, I am of the opinion that there is only 1 correct MIME
 type for a particular file type. Anything else is a bug somewhere.

True but in the real world lots of media players people will want to
get to work with LMS have quirks for file format support which require
lying about the mime type to get the device to play the content.

Either caused by people milking more unofficially from a product or
simply a bug in the product, the fact is that people will want to do
this.


-- 
bits

bits's Profile: http://forums.slimdevices.com/member.php?userid=13375
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread garym

I thought I would run 7.7 through the paces with a large library. My
normal library is about 66,000 files, but I still have my original
digital copy of my library from my original ripping to mp3 days and
this is over 200,000 mp3 tracks.  (p.s. I'm working through all my
discs gradually re-ripping to FLAC, but you can see that this will take
me years!).

I did this at the office where I'm running 7.7 on a fairly new desktop
with win7(64), i7 chip. Files are on a 2TB USB 2.0 external drive.

Logitech Media Server Version: 7.7.0 - r33594 @ Mon Oct 10 18:36:13 PDT
2011
Hostname: 
Server IP Address: XXXx
Server HTTP Port Number: 9000
Operating system: Windows 7 - EN - cp1252
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
Total Players Recognized: 0

The server has finished scanning your media library.
Total Time: 03:51:55 (Thursday, October 13, 2011 / 5:11 PM)

Total Images: 0
Total Videos: 0
Total Tracks: 206,442
Total Albums: 13,688
Total Artists: 3,506
Total Genres: 446
Total Playing Time: 13725:38:27

All worked, and to me a bit less than 4 hours was quite fast!


-- 
garym

System 1: Vortexbox Appliance 6TB (1.10)  SbS 7.6.2  Transporter,
Touch, Boom, Radio w/Battery (all ethernet except Radio)
System 2: Win7(64) laptop  SbS 7.6.2  TouchBenchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio and laptop)
Retired: SB3, Duet Receiver
Controlled at both locations with: iPhone (iPeng), iPad (iPengHD 
SqueezePad), CONTROLLER, or SqueezePlay 7.6 on Win7(64) laptop
Ripping (FLAC) - dbpoweramp, Additional Tagging - mp3tag

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread Mnyb

Regarding bug.
http://bugs.slimdevices.com/show_bug.cgi?id=17639

I had a direct question about my folder structure:

/media/music

/media/music/Mina bilder (pictures)

/media/music/Playlists

Is this kind of folder structure suported by LMS ?
Should this kind of folder structure be suported ?
Should I fix it ?

Any other opinion ? Is my way of doing it unique, one of a kind or is
it something other users have done.
The latest advice have been to have a separate playlist folder which
I have sort of.
7.5 had no problem with it, then there was some bugs regarding that and
is was fixed or ?

In LMS is it still required that playlist folder is separate from the
music folder for scan to function ?

I started to supect that this is why I have this bug, there is only one
voter for the bug, me .


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-13 Thread Michael Herger
 What is the error message you get?

 I also had a look at the syslog, but there is no more detail than:

 READYNASPro RAIDiator: ERROR: Logitech Media Server
 7.7.0~33594-i386-readynas installation failed

Yeah, unfortunately ReadyNAS isn't very clear in its messaging. Could you  
please try to delete contents of /var/lib/squeezecenter until it would  
install? prefs last and only after taking a copy ;-).

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread JackOfAll

Re-scanning, only half the changed files processed per rescan

 
 [11-10-12 13:01:48.8154] Slim::Utils::Scanner::Local::rescan (147)
 Rescanning /usr/share/music/slimserver
 [11-10-12 13:01:48.8172] Slim::Utils::Scanner::Local::rescan (171)
 Discovering audio files in /usr/share/music/slimserver
 [11-10-12 13:02:30.2752] Slim::Utils::Scanner::Local::AIO::__ANON__
 (80) AIO scanner found 43756 files/dirs in 41.04 sec
 [11-10-12 13:02:31.6311] Slim::Utils::Scanner::Local::__ANON__ (254)
 Removing deleted audio files (0)
 [11-10-12 13:02:31.6313] Slim::Utils::Scanner::Local::__ANON__ (332)
 Scanning new audio files (0)
 [11-10-12 13:02:31.6314] Slim::Utils::Scanner::Local::__ANON__ (410)
 Rescanning changed audio files (5745)
 [11-10-12 13:05:25.2506] Slim::Utils::Scanner::Local::markDone (999)
 Finished scan type 4 for /usr/share/music/slimserver
 [11-10-12 13:05:25.2509] Slim::Utils::Scanner::Local::markDone (1017)
 All rescan tasks finished (total changes: 2895)
 [11-10-12 13:05:25.3879] Slim::Music::Artwork::precacheAllArtwork (442)
 Starting precacheArtwork for 345 albums
 [11-10-12 13:05:46.7186] Slim::Music::Artwork::__ANON__ (547)
 precacheArtwork finished in 21.3303780555725
 [11-10-12 13:05:46.7188] Slim::Utils::Scanner::Local::__ANON__ (1036)
 Scanner made 2895 changes, updating last rescan timestamp
 [11-10-12 13:05:46.7206] Slim::Utils::Scanner::Local::__ANON__ (1044)
 Scan change count reached 2895, optimizing database
 [11-10-12 13:05:48.5267] Slim::Utils::Scanner::LMS::rescan (91)
 Rescanning 
 [11-10-12 13:05:49.2106] Slim::Utils::Scanner::LMS::__ANON__ (271)
 Finished scanning
 
 [11-10-12 13:06:40.0015] Slim::Utils::Scanner::Local::rescan (147)
 Rescanning /usr/share/music/slimserver
 [11-10-12 13:06:40.0040] Slim::Utils::Scanner::Local::rescan (171)
 Discovering audio files in /usr/share/music/slimserver
 [11-10-12 13:07:04.8996] Slim::Utils::Scanner::Local::AIO::__ANON__
 (80) AIO scanner found 43756 files/dirs in 24.55 sec
 [11-10-12 13:07:05.9593] Slim::Utils::Scanner::Local::__ANON__ (254)
 Removing deleted audio files (0)
 [11-10-12 13:07:06.1410] Slim::Utils::Scanner::Local::__ANON__ (332)
 Scanning new audio files (0)
 [11-10-12 13:07:06.1411] Slim::Utils::Scanner::Local::__ANON__ (410)
 Rescanning changed audio files (2850)
 [11-10-12 13:08:25.5327] Slim::Utils::Scanner::Local::markDone (999)
 Finished scan type 4 for /usr/share/music/slimserver
 [11-10-12 13:08:25.5329] Slim::Utils::Scanner::Local::markDone (1017)
 All rescan tasks finished (total changes: 1450)
 [11-10-12 13:08:25.6543] Slim::Music::Artwork::precacheAllArtwork (442)
 Starting precacheArtwork for 172 albums
 [11-10-12 13:08:35.5093] Slim::Music::Artwork::__ANON__ (547)
 precacheArtwork finished in 9.85474610328674
 [11-10-12 13:08:35.5095] Slim::Utils::Scanner::Local::__ANON__ (1036)
 Scanner made 1450 changes, updating last rescan timestamp
 [11-10-12 13:08:35.5110] Slim::Utils::Scanner::Local::__ANON__ (1044)
 Scan change count reached 1450, optimizing database
 [11-10-12 13:08:39.2541] Slim::Utils::Scanner::LMS::rescan (91)
 Rescanning 
 [11-10-12 13:08:39.9410] Slim::Utils::Scanner::LMS::__ANON__ (271)
 Finished scanning
 
 [11-10-12 13:10:43.9573] Slim::Web::Settings::Server::Basic::handler
 (63) Initiating scan of type: rescan
 [11-10-12 13:10:43.9585] Slim::Utils::Scanner::Local::rescan (147)
 Rescanning /usr/share/music/slimserver
 [11-10-12 13:10:43.9599] Slim::Utils::Scanner::Local::rescan (171)
 Discovering audio files in /usr/share/music/slimserver
 [11-10-12 13:11:14.2242] Slim::Utils::Scanner::Local::AIO::__ANON__
 (80) AIO scanner found 43756 files/dirs in 29.93 sec
 [11-10-12 13:11:15.3373] Slim::Utils::Scanner::Local::__ANON__ (254)
 Removing deleted audio files (0)
 [11-10-12 13:11:15.3375] Slim::Utils::Scanner::Local::__ANON__ (332)
 Scanning new audio files (0)
 [11-10-12 13:11:15.3376] Slim::Utils::Scanner::Local::__ANON__ (410)
 Rescanning changed audio files (1400)
 [11-10-12 13:11:56.9494] Slim::Utils::Scanner::Local::markDone (999)
 Finished scan type 4 for /usr/share/music/slimserver
 [11-10-12 13:11:56.9496] Slim::Utils::Scanner::Local::markDone (1017)
 All rescan tasks finished (total changes: 700)
 [11-10-12 13:11:57.0514] Slim::Music::Artwork::precacheAllArtwork (442)
 Starting precacheArtwork for 78 albums
 [11-10-12 13:12:02.9695] Slim::Music::Artwork::__ANON__ (547)
 precacheArtwork finished in 5.91766595840454
 [11-10-12 13:12:02.9696] Slim::Utils::Scanner::Local::__ANON__ (1036)
 Scanner made 700 changes, updating last rescan timestamp
 [11-10-12 13:12:02.9713] Slim::Utils::Scanner::Local::__ANON__ (1044)
 Scan change count reached 700, optimizing database
 [11-10-12 13:12:04.2018] Slim::Utils::Scanner::LMS::rescan (91)
 Rescanning 
 [11-10-12 13:12:04.8718] Slim::Utils::Scanner::LMS::__ANON__ (271)
 Finished scanning



-- 
JackOfAll

JackOfAll's Profile: 

Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Mnyb

I notice that some album artwork is missing in some sizes only ? I
assume that a full clean and rescan would fix it ? Why is this
happening.
It's not many I still have 99.9% of my art.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread JackOfAll

Something else I've just noticed with rc5 that I don't remember
happening with rc4.

WebUI, when you append an album to a player using the + icon, the
WebUI drills down into the album as if you had clicked on the album
title/graphic, rather than just the + icon. Annoying..


-- 
JackOfAll

JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread verypsb

Noticed this behaviour too...


-- 
verypsb

1x Boom, 1x Classic, 2x Controller, 2x Receiver, 1x Touch
Please vote for bug 17205: Artists with accented characters not
correctly sorted in pagebar.
http://bugs.slimdevices.com/show_bug.cgi?id=17205

verypsb's Profile: http://forums.slimdevices.com/member.php?userid=17295
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Michael Herger
 WebUI, when you append an album to a player using the + icon, the
 WebUI drills down into the album as if you had clicked on the album
 title/graphic, rather than just the + icon. Annoying..

Could you please file a bug report for this? If this is a regression, I'll  
have to fix it.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Michael Herger
 Re-scanning, only half the changed files processed per rescan

Is this using rc5 or a nightly?

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread mule

Just tried to update to RC5 on my ReadyNAS, but it once again failed
with an install error. Does it have to do anything with bug 17618 which
may not fix the issue or does i have to do anything special before
installation of RC5?


-- 
mule

mule's Profile: http://forums.slimdevices.com/member.php?userid=30049
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread ttocsr

I opened a bug for the scanner stalling when scanning large video.
http://bugs.slimdevices.com/show_bug.cgi?id=17645

Still would like to know the mime types being used for m2ts and other
video types.  This would be very nice to be able to adjust this like it
is possible on other upnp/dlna servers.


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread castalla

I've encountered a strange error message (from Windows) which simply
states that starthidden.exe can't be found.   A consequence is that the
tray icon then disappears.

Latest occurence was followed by the PC going into standby!

Puzzled.


-- 
castalla

1 Touch - cheap unbranded optical cable - old Sony Microsystem -
Aqustics Q10 speakers - 2 duff ears - purrfekt!

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Mnyb

castalla;662939 Wrote: 
 I've encountered a strange error message (from Windows) which simply
 states that starthidden.exe can't be found.   A consequence is that the
 tray icon then disappears.
 
 Latest occurence was followed by the PC going into standby!
 
 Puzzled.

This may be a part of the SrvrPowerCtrl plugin I think ? Is it working
in 7.7 ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread castalla

Oh ... you're probably correct.  I thought I'd disabled it.  I'll
check.

Thanks.


-- 
castalla

1 Touch - cheap unbranded optical cable - old Sony Microsystem -
Aqustics Q10 speakers - 2 duff ears - purrfekt!

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread mule

mherger;662926 Wrote: 
  Just tried to update to RC5 on my ReadyNAS, but it once again failed
  with an install error. Does it have to do anything with bug 17618
 which
  may not fix the issue or does i have to do anything special before
  installation of RC5?
 
 Could you please check your free disk space? If you let LMS scan a
 large  
 collection, potentially including images and videos, you might run out
 of  
 disk space...
 
 http://bugs.slimdevices.com/show_bug.cgi?id=17644
 
 What ReadyNAS are you using, and how large is its root partition?
 
 -- 
 
 Michael

Hi Michael,

I'm using a ReadyNAS Pro. Disk space is not the reason for the issue:
FilesystemSize  Used Avail Use% Mounted on
/dev/md0  4.0G  1.8G  2.1G  47% /
/dev/c/c  7.7T  7.1T  664G  92% /c

Even deleting the sql database before installation doesn't solve the
issue. 

Christian


-- 
mule

mule's Profile: http://forums.slimdevices.com/member.php?userid=30049
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Mnyb

regarding log sizes , what is the normal size limit ? And have many
backlogs do you save ?

How many Gb can the cache folder grow to ? Does it uses some temp files
while scanning and temporarirly need more space.
i still have 50% left of my system drive , I have yet to crash for that
reason :)
My install is on an 8Gb SSD , some is boot partition and 2gb swap which
leaves rest for the OS and LMS


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread JackOfAll

mherger;662889 Wrote: 
  Re-scanning, only half the changed files processed per rescan
 
 Is this using rc5 or a nightly?
 

Yes, it's with 7.7 rc5. Seem to recall something very similar, if not
exactly the same behaviour, in one of the candidates prior to the 7.6
release.


-- 
JackOfAll

JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread JackOfAll

mherger;662897 Wrote: 
  Could you please file a bug report for this? If this is a regression, 
 
  I'll have to fix it.
 
 nm.: should be fixed in r33595

I wont bother filing a bug then. ;) Ta.


-- 
JackOfAll

JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Michael Herger
  Just tried to update to RC5 on my ReadyNAS, but it once again failed
  with an install error.

What is the error message you get?

 I'm using a ReadyNAS Pro. Disk space is not the reason for the issue:
 FilesystemSize  Used Avail Use% Mounted on
 /dev/md0  4.0G  1.8G  2.1G  47% /

Ok, that shouldn't be the problem then. Thanks for checking.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Michael Herger
 regarding log sizes , what is the normal size limit ? And have many
 backlogs do you save ?

100MB per file, 2 files max. But we only do the rotation ourselves on  
Windows and OSX. On Linux based systems we rely on the system's log  
rotation. That was probably wrong in the case of ReadyNAS.

 How many Gb can the cache folder grow to ? Does it uses some temp files
 while scanning and temporarirly need more space.

Yes, the DB does use the temporary folder. There's another bug filed  
against this issue which causes scans to fail on some NAS devices  
(http://bugs.slimdevices.com/show_bug.cgi?id=17471)

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Michael Herger
  Could you please file a bug report for this? If this is a regression,

  I'll have to fix it.

 nm.: should be fixed in r33595

 I wont bother filing a bug then. ;) Ta.

For your reference: http://bugs.slimdevices.com/show_bug.cgi?id=17646 -  
filed it after the fix, for the bureaucrats...

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread JJZolx

mherger;662983 Wrote: 
 
  regarding log sizes , what is the normal size limit ? And have many
  backlogs do you save ?
 
 100MB per file, 2 files max. But we only do the rotation ourselves on 
 
 Windows and OSX.

Not on Windows.


-- 
JJZolx

» 
» Download 'Squeezebox Server 7.5.6 r35834'
(http://downloads.slimdevices.com/SqueezeboxServer_v7.5.6_unreleased/),
the last nightly build of SBS 7.5.
»

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Michael Herger
 Windows and OSX.

 Not on Windows.

Not for JJZolx.

-- 

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread Mnyb

I supect that  Browse Music Folder  initiate scans on already scanned
content ?
I have one occurence in my logs somewhere.
i'll see if I can provoke the behaviur this afternoon...

i do not use bmf much, sometimes to scan a new album as it is faster.
It has always baffled me why there is no scan for new but only  scan
for new and changed .
Where it waste 2 minutes checking my 32k files for news then 3 sec to
add the one new album.

I'm not the lone  una bomber type  with only untagged wav files :P so
I don't expect bmf to be fantastic btw. As it is not used often I prefer
the tagged based views or search.
Sometimes it's good to find things you misplaced wo proper tags and if
you have a test file of some kind or other temp stuff you want to
play.

Another bizarre thing i noticed about your scanning progress
entertainment in the web-UI , is that it always reports 15 new files
for a new album regardless of actual numbers of songs in that album,
the scan itself is ok, it just this statistic.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-12 Thread JJZolx

mherger;662990 Wrote: 
 
  Windows and OSX.
 
  Not on Windows.
 
 Not for JJZolx.

Huh? Are you saying logs are rotated on Windows? The scanner.log is
cleared when a clear  rescan is run, but AFAIK the server.log is never
rotated or cleared.


-- 
JJZolx

» 
» Download 'Squeezebox Server 7.5.6 r35834'
(http://downloads.slimdevices.com/SqueezeboxServer_v7.5.6_unreleased/),
the last nightly build of SBS 7.5.
»

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread Mnyb

Is this the same as nightly  7.7.0-0.1.33594


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread andyg

Mnyb;662621 Wrote: 
 Is this the same as nightly  7.7.0-0.1.33594

Yes.


-- 
andyg

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

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread netchord

Hi Andy- can you clarify what's meant by MOG support?  i'm a subscriber,
love the service- is there a plugin available now?


-- 
netchord

--
4 TB Drobo--FW 800--mac mini--Ethernet
Transporter-- Wireworld Eclipse 6 coax--Meridian G61
G61-- Nordost Red Dawn--Primare 30.3
Primare--Ocos--Vienna Acoustics Beethoven/Maestro

netchord's Profile: http://forums.slimdevices.com/member.php?userid=21002
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread andyg

See this thread for more about MOG:
http://forums.slimdevices.com/showthread.php?t=90645


-- 
andyg

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

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread erland

Do you expect RC5 to be the final release candidate ? If so, do you have
any information which date the release is planned to happen ?


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))
Interested in music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread andyg

Release is scheduled for the week of the 24th. I don't know whether this
will be the last RC or not, depends on bugs found.


-- 
andyg

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

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread ttocsr

I fully removed LMS RC3 and installed LMS RC5.

For the scan I selected clear library and rescan everything.
The scanner gets stuck on the 66th item in my video directory.

Scanning new media files: /shares/Public/Shared Videos   (66 of 93)  
Running  00:41:10

The first thing it scans is the music folder and it found 690 tracks
without issue.

The log file has no error.  For the first 20 or 30 minutes it showed
data then it was blank.  I noticed in the log directory the log was
there in scanner.log.1.gz.  The log looked clean... or normal.  Here
are the last log lines I see.

[11-10-11 10:47:04.2907] Slim::Utils::Scanner::LMS::__ANON__ (800)
Handling new video /shares/Public/Shared Videos/Frozen 1080p24 DD
5.1.m2ts
[11-10-11 10:47:04.3091] Slim::Utils::SQLiteHelper::updateProgress
(398) Notify to server: [
progress:1318351386.29499||importer||/shares/Public/Shared
Videos|directory_media||66||93||,
]
[11-10-11 10:47:04.3395] Slim::Utils::SQLiteHelper::updateProgress
(422) Notify to server OK

The size of the video is 7.3GB.  It already scanned much larger files
in that directory.


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread ttocsr

now i can't stop the scan.
every abort gives a new entry in the server log with the following
lines.  The scanner never stops.

[11-10-11 12:59:58.8865] Slim::Music::Import::clearScanQueue (758)
clearing queue:()
[11-10-11 13:00:00.2042] Slim::Schema::wipeCaches (2067) Wiped all
in-memory caches.
[11-10-11 13:00:01.0256] Slim::Schema::wipeCaches (2067) Wiped all
in-memory caches.
[11-10-11 13:00:01.0444] Slim::Schema::wipeCaches (2067) Wiped all
in-memory caches.


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread ttocsr

Ok, even so... the other issue i have..If I purge everything and
reinstall, I still can only get the media/Video scan to get 66 items,
then the scan stalls.  I even removed the file it stalled on the first
time.


Logitech Media Server StatusLogitech Media Server Version: 7.7.0 -
r33594 @ Mon Oct 10 18:22:53 PDT 2011
Operating system: Debian - EN - utf8 
Platform Architecture: ppc-linux
Perl Version: 5.10.1 - powerpc-linux-gnu-thread-multi
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
Total Players Recognized: 1

Library StatisticsTotal Images: 0
Total Videos: 66
Total Tracks: 689
Total Albums: 51
Total Artists: 33
Total Genres: 11
Total Playing Time: 42:39:03

Media Scan DetailsScanning new media files: /shares/Public/Shared
Videos   (0 of 93)   Running  00:40:38
/shares/Public/Shared Videos

The server has finished scanning your media library.
Total Time: 00:40:38


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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


Re: [SlimDevices: Beta] LMS 7.7 rc5

2011-10-11 Thread ttocsr

I tried to play the 66 files that do scan. But I'm having issues.
The PS3 says Unsupported Data type, so im guessing a mime issue.
What is the mime type LMS uses for .m2ts?  Is it video/mpeg?
If it is not, is there a config file that I can change for this file
type?


-- 
ttocsr

ttocsr's Profile: http://forums.slimdevices.com/member.php?userid=49951
View this thread: http://forums.slimdevices.com/showthread.php?t=90839

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