Home of the Squeezebox™ & Transporter® network music players.
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    I had the same problem with 7.5 embedded and 7.6 on WHS.

    In the scanner file it hints me to the conclusion that it gets the path to the files wrong. Instead of file:\\share\musik.mp3 the scanner log states that it can't find file:\\\\share\musik.mp3 while scanning playlists. And musik itself does not get detected at all.
    So my guess is the WHS build has a bug that introduces 2 backslashes that are too much and therefore no files can be found.
    I tried to enter the path to the shares without the 2 backslashes in front but then I get the message that the path is wrong.

    Hope this helps...
    SBS 7.5.0 on "Squeezeplug" with WD My Passport Essential SE 750GB attached
    1 SB Classic / 1 SB Radio
    www.squeezeplug.de - SBS on SheevaPlug, the greenest SBS around

  2. #12
    formerly known as Fletch
    Join Date
    May 2005
    Location
    Lake Oswego, OR
    Posts
    2,162
    Running 7.6 on a Sheevaplug (Ubuntu 9.04 ARM) installed via the DEB package with no major problems. The only issues I've had are:
    - The scanner finds no files if the music and playlists folders are set to the same directory. This used to work with 7.4, but I'm not sure if I've tried it since then.
    - There are errors due to the missing 7.6 firmware update directory and my controllers (which are running a very recent 7.5 firmware) are prompting me to upgrade to older 7.4.1 or 7.4.2 firmware.

  3. #13
    Junior Member
    Join Date
    Apr 2010
    Posts
    1
    i am using 7.6.0~30465 on ubuntu 10.4 and everything except the automatic rescanning is working great. i have a pretty large database (squeezebox.db is 139M, squeezebox-persistent.db is 46M) and the squeezebox process has 100% cpu usage after renaming a few folders in my archive, to the point where the music that is playing skips and pauses.

    server.log output looks like this during that time:
    Code:
    [10-04-03 00:56:38.7030] Slim::Utils::Scanner::Local::rescan (138) Discovering files in /home/uwe/music/...
    [10-04-03 00:56:42.8448] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-03 00:56:42.8450] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (5)
    [10-04-03 00:56:42.9960] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-03 00:56:43.2036] Slim::Utils::Scanner::Local::rescan (138) Discovering files in /home/uwe/music/...
    [10-04-03 00:56:46.8209] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (2)
    [10-04-03 00:56:49.0792] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-03 00:56:49.0794] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-03 00:56:50.1325] Slim::Utils::Scanner::Local::rescan (138) Discovering files in /home/uwe/music/...
    [10-04-03 00:56:55.0469] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (5)
    [10-04-03 00:56:56.9954] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-03 00:56:56.9956] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-03 00:57:01.1037] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-03 00:57:01.1426] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (5)
    [10-04-03 00:57:01.2897] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    this is an strace overview. it seems like it is mostly reading the db file?
    Code:
    uwe@milkplus ~ $ sudo strace -c -v -f -p `pidof perl /usr/sbin/squeezeboxserver`
    Process 19513 attached with 5 threads - interrupt to quit
    Process 19513 detached
    Process 24136 detached
    Process 24326 detached
    Process 24332 detached
    Process 24333 detached
    % time     seconds  usecs/call     calls    errors syscall
    ------ ----------- ----------- --------- --------- ----------------
     54.24    0.004643           0     41334           read
     41.83    0.003581           0     42763           _llseek
      3.93    0.000336           0      1429           write
      0.00    0.000000           0         3         3 restart_syscall
      0.00    0.000000           0         3           clock_gettime
    ------ ----------- ----------- --------- --------- ----------------
    100.00    0.008560                 85532         3 total
    strace output looks like this:
    Code:
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 21923840, [21923840], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 21947392, [21947392], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 116025344, [116025344], SEEK_SET) = 0
    read(10, "\2\0\0\0\5\0^\0\0\1\272\317\0^\0\317\1\232\2c\0035\0W\0\0\0\0\0\0\0\0"..., 1024) = 1024
    _llseek(10, 116045824, [116045824], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 116024320, [116024320], SEEK_SET) = 0
    read(10, "\n\0\0\0\t\0+\0\0+\0\230\1\5\1r\1\337\2L\2\271\3&\3\223\3s\3\216\3\254"..., 1024) = 1024
    _llseek(10, 116035584, [116035584], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 116029440, [116029440], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 116028416, [116028416], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 21972992, [21972992], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 42032128, [42032128], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    _llseek(10, 116032512, [116032512], SEEK_SET) = 0
    read(10, "\0\0\0\0ed%20,%20john%20cale%20&%20n"..., 1024) = 1024
    hope this is helpful!

  4. #14
    Junior Member
    Join Date
    Oct 2009
    Posts
    18
    tried an upgrade, no files or music, tried rescan of everything, it doesn't scan a thing

    checked forum and saw there was an issue with upgrading & previous MySQL conf

    uninstalled, deleted prefs, and tried fresh install, still same issue

    it doesn't scan anything

    when i choose 'clear library and rescan everything' it does 'discovering files' then 'directory scan' and seconds later returns, without having scanned a thing

    should there be an SQLite service running or something, like there was a SqueezeMySQL service in 7.5?

    the only reason i want to use it is for the apparent bug fix FINALLY with fastforward/rewind .cue, as it's really annoying not being able to do this

    any ideas how to get the SQLite db working and scanning my music pls?

    the scanner log looks ok, except for it reporting (0) files...

    [10-04-10 11:08:14.5000] main::main (202) Starting Squeezebox Server scanner (v7.6.0, r30516, Fri Apr 9 01:08:51 PDT 2010) perl 5.010000
    [10-04-10 11:08:15.2970] Slim::Music::Import::runImporter (473) Starting Slim::Music::MusicFolderScan scan
    [10-04-10 11:08:15.3003] Slim::Utils::Scanner::Local::rescan (138) Discovering files in \\homesvr\Music\CD's
    [10-04-10 11:08:16.5092] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-10 11:08:16.5098] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-10 11:08:16.5102] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-10 11:08:16.5108] Slim::Music::Import::endImporter (607) Completed Slim::Music::MusicFolderScan Scan in 1 seconds.
    [10-04-10 11:08:16.5119] Slim::Music::Import::runImporter (473) Starting Slim::Music::PlaylistFolderScan scan
    [10-04-10 11:08:16.5156] Slim::Utils::Scanner::Local::rescan (138) Discovering files in \\homesvr\Music\Playlists
    [10-04-10 11:08:16.5781] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-10 11:08:16.5787] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-10 11:08:16.5792] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-10 11:08:16.5805] Slim::Music::Artwork:recacheAllArtwork (426) Starting precacheArtwork for 0 albums
    [10-04-10 11:08:16.5811] Slim::Music::Import::endImporter (607) Completed precacheArtwork Scan in 0 seconds.
    [10-04-10 11:08:16.5823] Slim::Music::Import::runScanPostProcessing (390) Starting Database optimization.
    [10-04-10 11:08:16.5837] Slim::Music::Import::endImporter (607) Completed dbOptimize Scan in 0 seconds.

  5. #15
    Senior Member Themis's Avatar
    Join Date
    Dec 2007
    Location
    Montpellier, France
    Posts
    920
    I tried yesterday with the latest build (30539), and I have the same behavior (no files scanned, but no errors) on WHS.
    This time, contrarily to the initial 7.6 version, SQLite migration was successful.

    Code:
    [10-04-11 07:56:03.1718] main::main (202) Starting Squeezebox Server scanner (v7.6.0, r30539, Sat Apr 10 01:08:51 PDT 2010) perl 5.010000
    [10-04-11 07:56:04.1878] Slim::Music::Import::runImporter (473) Starting Slim::Music::MusicFolderScan scan
    [10-04-11 07:56:04.1886] Slim::Utils::Scanner::Local::rescan (138) Discovering files in D:\shares\Musique\SqueezeCenter
    [10-04-11 07:56:04.3239] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-11 07:56:04.3244] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-11 07:56:04.3248] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-11 07:56:04.3253] Slim::Utils::Scanner::Local::rescan (138) Discovering files in \\Serveur\Musique\CD numerisés\FLAC
    [10-04-11 07:56:04.9325] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-11 07:56:04.9329] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-11 07:56:04.9333] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-11 07:56:04.9339] Slim::Utils::Scanner::Local::rescan (138) Discovering files in \\Serveur\Musique\CD numerisés\wav
    [10-04-11 07:56:04.9559] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-11 07:56:04.9564] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-11 07:56:04.9568] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-11 07:56:04.9573] Slim::Utils::Scanner::Local::rescan (138) Discovering files in \\Serveur\Musique\CD numerisés\WMA Lossless
    [10-04-11 07:56:04.9825] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-11 07:56:04.9829] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-11 07:56:04.9833] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-11 07:56:04.9839] Slim::Utils::Scanner::Local::rescan (138) Discovering files in \\SERVEUR\Musique\Fichiers compressés\Avec DRM\FLAC transformés
    [10-04-11 07:56:05.0045] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-11 07:56:05.0050] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-11 07:56:05.0054] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-11 07:56:05.0059] Slim::Utils::Scanner::Local::rescan (138) Discovering files in \\SERVEUR\Musique\Fichiers compressés\Sans DRM
    [10-04-11 07:56:05.0294] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-11 07:56:05.0299] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (0)
    [10-04-11 07:56:05.0303] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-11 07:56:05.0309] Slim::Music::Import::endImporter (607) Completed Slim::Music::MusicFolderScan Scan in 0 seconds.
    [10-04-11 07:56:05.0321] Slim::Music::Import::runImporter (473) Starting Slim::Music::PlaylistFolderScan scan
    [10-04-11 07:56:05.0343] Slim::Utils::Scanner::Local::rescan (138) Discovering files in \\serveur\Musique\Playlists
    [10-04-11 07:56:05.3245] Slim::Utils::Scanner::Local::__ANON__ (209) Removing deleted files (0)
    [10-04-11 07:56:05.3251] Slim::Utils::Scanner::Local::__ANON__ (262) Scanning new files (1)
    [10-04-11 07:56:05.3432] Slim::Utils::Scanner::Local::new (637) Handling new playlist file:////serveur/Musique/Playlists/Top.m3u
    [10-04-11 07:56:11.6193] Slim::Utils::Scanner::Local::__ANON__ (315) Rescanning changed files (0)
    [10-04-11 07:56:11.6225] Slim::Music::Artwork::precacheAllArtwork (426) Starting precacheArtwork for 77 albums
    [10-04-11 07:56:22.2534] Slim::Music::Artwork::__ANON__ (519) precacheArtwork finished in 10.6207120418549
    [10-04-11 07:56:22.2539] Slim::Music::Import::endImporter (607) Completed precacheArtwork Scan in 10 seconds.
    [10-04-11 07:56:22.2553] Slim::Music::Import::runScanPostProcessing (378) Migrating persistent track information from MySQL
    [10-04-11 07:56:24.7812] Slim::Music::Import::runScanPostProcessing (390) Starting Database optimization.
    [10-04-11 07:56:24.7826] Slim::Music::Import::endImporter (607) Completed dbOptimize Scan in 0 seconds.
    Last edited by Themis; 2010-04-10 at 23:14.
    SBT - North Star dac 192 - Croft 25Pre and Series 7 power - Sonus Faber Grand Piano Domus

  6. #16
    Junior Member
    Join Date
    Oct 2009
    Posts
    18
    good to know it's not me doing something daft then!

    i just want to be able to fast fwd/rewind through mixes with .cue files... i can jump tracks, but can't skip through them

    it's a pretty basic thing, i'm surprised it's taken this long to 'fix' it

    if 7.6 is still bunk, any chance of getting the bug fix (#10805 http://bugs.slimdevices.com/show_bug.cgi?id=10805) into 7.5.1 please dev?

    i'm hoping this will also fix the issue with the end of a continuous mix with .cue file coming to an abrupt finish... i.e the sound stops short a good min or so before the end of the mix

    most annoying

  7. #17
    I had the same problem it's probably the path thing hinted to in this thread. I changed my library location from \\servername\music to d:\shares\music at it found everything

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •