Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-04 Thread steffen
mherger wrote: First i thought that any locales are broken. But i checked them and even the mounted Samba-Share has correct Characters. My setup is: Sheevaplug wheezy hosts the LMS. Music is mounted from my Synology (latest DSM) via SMB. Corrected locales, rebooted and made a clean

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-04 Thread Michael Herger
i have some news. made some tests with one album which contains Special  Characters.  1. iTunes Library via Samba - Album not found  2. local Library directly in file System - works!  3. local Library via Samba - works!  Scanner gives some weird output at least at (3):  /mnt/nas/test/Chilltronica

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-03 Thread steffen
mherger wrote: No. What version have you been using before? Where is your LMS running? Are you scanning iTunes only? Should be any version of 7.8 in the late summer/fall. (sorry did not keep the last installation file). I am using 7.8 for a long time now. First i thought that any

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-03 Thread Michael Herger
First i thought that any locales are broken. But i checked them and even the mounted Samba-Share has correct Characters. My setup is: Sheevaplug wheezy hosts the LMS. Music is mounted from my Synology (latest DSM) via SMB. Corrected locales, rebooted and made a clean Library also. My

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-03 Thread JJZolx
Just so I have this straight... Using --novideo --noimage on the command line results in something different than simply disabling the UPnP plugin? JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-03 Thread Michael Herger
Using --novideo --noimage on the command line results in something different than simply disabling the UPnP plugin? From the user’s point of view they’re almost identical. But from a runtime pov they’re not: the command line parameters are interpreted like pre-compiler statements. The code

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-02 Thread Michael Herger
Tried out the Build from 11/29. Look for new Music works now fine with my iTunes Library, which is mounted via SMB on my Sheevaplug :cool: But Albums, Tracks with German Umlauts or Special Characters are not found by the scanner any more (where the filename has some special Chars) Did you

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-01 Thread justwords
I use Lms on a WD MyBookLive NAS (unsupported install via SSN). Two questions: 1. can i just install this over the existing Lms 7.8 from earlier this Year? Or do i have to delete the Old version? 2. i would like to do a clean install of my NAS Firmware. Where (directories or files) can i find the

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-12-01 Thread steffen
I like the new Changes of the LMS :) Tried out the Build from 11/29. Look for new Music works now fine with my iTunes Library, which is mounted via SMB on my Sheevaplug :cool: But Albums, Tracks with German Umlauts or Special Characters are not found by the scanner any more (where the

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-11-29 Thread Wirrunna
7.8.0 - 1385569630, Win7/64, MusicIP, no UPNP, Music Artist Info, Spicefly SugarCube. Ran a new and changed that appeared to work fine and then a clear rescan overnight. All appeared to work, playing music now. Settings, Basic Settings screen looks cleaner. A camel is a racehorse designed by

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-11-28 Thread DJanGo
Mnyb wrote: FYI I've been using --noimage --novideo in my settings for a very long time , ever since a lot of bizarre things happend with the media scan in 7.6 :) so all of my beta testing with 7.8 and you plugins have been with these things disabled . +1:D @ Michael: did you notice that

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-11-28 Thread Michael Herger
did you notice that the Wipe Scan makes some strange things? (That i didnt understand) It's not that strange (and shouldn't bother you anyway). The IDs are given by the DB automatically. It's just a number which is incremented whenever a new record is created. As we don't drop the DB, but

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-11-28 Thread DJanGo
mherger wrote: As we don't drop the DB, but only delete the records upon rescans ill noticed that (but you mean drop the table[s] not dropping the db):cool: [even when everyone knew whats the meaning of db - its just a catalog - duck under my chair cause i had some knowledge about big (2 gb)

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-11-28 Thread gharris999
DJanGo wrote: ill noticed that (but you mean drop the table[s] not dropping the db):cool: [even when everyone knew whats the meaning of db - its just a catalog - duck under my chair cause i had some knowledge about big (2 gb) Dbs i always use drop, create table - cause of its much faster

[SlimDevices: Beta] Changes to the media scanner handling

2013-11-27 Thread Michael Herger
I've changed a few details wrt. to the scanner and media folder handling in 7.8: - if you disable the UPnP plugin, this should disable all video/photo related code. No more checkboxes on the media folder settings, no more media scan besides audio etc. - the server did initialize some

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-11-27 Thread Mnyb
FYI I've been using --noimage --novideo in my settings for a very long time , ever since a lot of bizarre things happend with the media scan in 7.6 :) so all of my beta testing with 7.8 and you plugins have been with these things disabled .

Re: [SlimDevices: Beta] Changes to the media scanner handling

2013-11-27 Thread Michael Herger
FYI I've been using --noimage --novideo in my settings for a very long time , ever since a lot of bizarre things happend with the media scan in 7.6 :) so all of my beta testing with 7.8 and you plugins have been with these things disabled . Yeah, I'm doing the same on my production server.