Tue Mar 03, 2009 3:14 am
I actually have been monitoring the log with a tail utility. But I restarted a few minutes ago and have some evidence.
This segment shows the initial phase. It moves along at a rapid pace:
------------------------
2009-03-03 16:45:53 (d9c6e7f2): Firefly Version svn-1586: Starting with debuglevel 9
2009-03-03 16:45:53 (d9c6e7f2): Attempting to load plugin C:\Program Files\Firefly Media Server\plugins\out-daap.dll
2009-03-03 16:45:53 (d9c6e7f2): Loaded plugin C:\Program Files\Firefly Media Server\plugins\out-daap.dll (daap/svn-1586)
2009-03-03 16:45:53 (d9c6e7f2): New transcode codec list:
2009-03-03 16:45:53 (d9c6e7f2): Attempting to load plugin C:\Program Files\Firefly Media Server\plugins\rsp.dll
2009-03-03 16:45:53 (d9c6e7f2): Loaded plugin C:\Program Files\Firefly Media Server\plugins\rsp.dll (rsp/svn-1586)
2009-03-03 16:45:53 (d9c6e7f2): New transcode codec list:
2009-03-03 16:45:53 (d9c6e7f2): Attempting to load plugin C:\Program Files\Firefly Media Server\plugins\ssc-ffmpeg.dll
2009-03-03 16:45:54 (d9c6e7f2): Loaded plugin C:\Program Files\Firefly Media Server\plugins\ssc-ffmpeg.dll (ssc-ffmpeg/svn-1586)
2009-03-03 16:45:54 (d9c6e7f2): New transcode codec list: flac,alac,ogg,wma
2009-03-03 16:45:54 (d9c6e7f2): Attempting to load plugin C:\Program Files\Firefly Media Server\plugins\ssc-wma.dll
2009-03-03 16:45:54 (d9c6e7f2): Loaded plugin C:\Program Files\Firefly Media Server\plugins\ssc-wma.dll (ssc-wma/svn-1586)
2009-03-03 16:45:54 (d9c6e7f2): New transcode codec list: wma,wmal,wmap,wmav,flac,alac,ogg,wma
2009-03-03 16:45:54 (d9c6e7f2): Attempting to load plugin C:\Program Files\Firefly Media Server\plugins\w32-event.dll
2009-03-03 16:45:54 (d9c6e7f2): Loaded plugin C:\Program Files\Firefly Media Server\plugins\w32-event.dll (w32-event/svn-1586)
2009-03-03 16:45:54 (d9c6e7f2): New transcode codec list: wma,wmal,wmap,wmav,flac,alac,ogg,wma
2009-03-03 16:45:54 (d9c6e7f2): Plugin loaded: w32-event/svn-1586
2009-03-03 16:45:54 (d9c6e7f2): Plugin loaded: ssc-wma/svn-1586
2009-03-03 16:45:54 (d9c6e7f2): Plugin loaded: ssc-ffmpeg/svn-1586
2009-03-03 16:45:54 (d9c6e7f2): Plugin loaded: rsp/svn-1586
2009-03-03 16:45:54 (d9c6e7f2): Plugin loaded: daap/svn-1586
2009-03-03 16:45:54 (d9c6e7f2): Starting rendezvous daemon
2009-03-03 16:45:54 (d9c6e7f2): Building drive mapping table from C:\Program Files\Firefly Media Server\mapping.ini
2009-03-03 16:45:54 (d9c6e7f2): Mapped m to \\storage2\MUSIC\
2009-03-03 16:45:54 (d9c6e7f2): Mapped o to \\Storage2\BOOKS\
2009-03-03 16:45:54 (d9c6e7f2): Mapped r to \\storage\Radio\
2009-03-03 16:45:54 (d9c6e7f2): Mapped u to \\Storage2\BACKUPS\
2009-03-03 16:45:54 (d9c6e7f2): Mapped v to \\Storage2\VIDEO\
2009-03-03 16:45:54 (d9c6e7f2): Mapped w to \\storage\Video\
2009-03-03 16:45:54 (d9c6e7f2): Mapped x to \\Storage2\DRIVERS\
2009-03-03 16:45:54 (d9c6e7f2): Mapped z to \\Storage2\DOWNLOAD\
2009-03-03 16:45:54 (d9c6e7f2): Opening database
2009-03-03 16:45:54 (d9c6e7f2): Executing: select value from config where term='version'
2009-03-03 16:45:54 (d9c6e7f2): Results: 0
2009-03-03 16:45:54 (d9c6e7f2): Initializing database
2009-03-03 16:45:54 (d9c6e7f2): Executing: select count(*) FROM songs
2009-03-03 16:45:54 (d9c6e7f2): Executing: select value from config where term='rescan'
2009-03-03 16:45:54 (d9c6e7f2): Executing: vacuum
2009-03-03 16:46:16 (d9c6e7f2): Rows: 0
2009-03-03 16:46:16 (d9c6e7f2): Executing: create index idx_path on songs(path,idx)
2009-03-03 16:46:16 (d9c6e7f2): Query: create index idx_path on songs(path,idx)
2009-03-03 16:46:16 (d9c6e7f2): Error: index idx_path already exists
2009-03-03 16:46:16 (d9c6e7f2): Executing: create index idx_songid on playlistitems(songid)
2009-03-03 16:46:16 (d9c6e7f2): Query: create index idx_songid on playlistitems(songid)
2009-03-03 16:46:16 (d9c6e7f2): Error: index idx_songid already exists
2009-03-03 16:46:16 (d9c6e7f2): Executing: create index idx_playlistid on playlistitems(playlistid,songid)
2009-03-03 16:46:16 (d9c6e7f2): Query: create index idx_playlistid on playlistitems(playlistid,songid)
2009-03-03 16:46:16 (d9c6e7f2): Error: index idx_playlistid already exists
2009-03-03 16:46:16 (d9c6e7f2): Starting web server from C:\Program Files\Firefly Media Server\admin-root on port 9999
2009-03-03 16:46:16 (d9c6e7f2): Listening on port 9999
2009-03-03 16:46:16 (d9c6e7f2): Converting socket to fd
2009-03-03 16:46:16 (d9c6e7f2): Returning fd 512
2009-03-03 16:46:16 (d9c6e7f2): Starting server thread
2009-03-03 16:46:16 (d9c6e7f2): Registering rendezvous names
2009-03-03 16:46:16 (d9c6e7f2): Registering Marc & Jon's Music [VideoMedia:Firefly] as type (_http._tcp) on port 9999
2009-03-03 16:46:16 (d9c6e7f2): Checking w32-event/svn-1586
2009-03-03 16:46:16 (d9c6e7f2): Checking ssc-wma/svn-1586
2009-03-03 16:46:16 (d9c6e7f2): Checking ssc-ffmpeg/svn-1586
2009-03-03 16:46:16 (d9c6e7f2): Checking rsp/svn-1586
2009-03-03 16:46:16 (d9c6e7f2): Registering _rsp._tcp
2009-03-03 16:46:16 (d9c6e7f2): Registering Marc & Jon's Music [VideoMedia:Firefly] as type (_rsp._tcp) on port 9999
2009-03-03 16:46:16 (d9c6e7f2): Checking daap/svn-1586
2009-03-03 16:46:16 (d9c6e7f2): Registering _daap._tcp
2009-03-03 16:46:16 (d9c6e7f2): Registering Marc & Jon's Music [VideoMedia:Firefly] as type (_daap._tcp) on port 9999
2009-03-03 16:46:16 (d9c6e7f2): Executing: select count(*) FROM songs
2009-03-03 16:46:16 (d9c6e7f2): Serving 45349 songs. Startup complete in 23 seconds
2009-03-03 16:46:16 (d9c6e7f2): Rescanning database
2009-03-03 16:46:16 (d9c6e7f2): Starting scan_init
2009-03-03 16:46:16 (d9c6e7f2): Starting db scan
2009-03-03 16:46:16 (d9c6e7f2): Executing: drop table updated
2009-03-03 16:46:16 (d9c6e7f2): Query: drop table updated
2009-03-03 16:46:16 (d9c6e7f2): Error: no such table: updated
2009-03-03 16:46:16 (d9c6e7f2): Executing: create temp table updated (id int)
2009-03-03 16:46:16 (d9c6e7f2): Rows: 0
2009-03-03 16:46:16 (d9c6e7f2): Executing: drop table plupdated
2009-03-03 16:46:16 (d9c6e7f2): Query: drop table plupdated
2009-03-03 16:46:16 (d9c6e7f2): Error: no such table: plupdated
2009-03-03 16:46:16 (d9c6e7f2): Executing: create temp table plupdated(id int)
2009-03-03 16:46:16 (d9c6e7f2): Rows: 0
2009-03-03 16:46:16 (d9c6e7f2): Scanning for MP3s in \\pacifictime\radio
2009-03-03 16:46:17 (93aa350b): Got a reply for Marc & Jon's Music [VideoMedia:Firefly]._http._tcp.local.
2009-03-03 16:46:17 (93aa350b): Name now registered and active
2009-03-03 16:46:17 (93aa350b): Got a reply for Marc & Jon's Music [VideoMedia:Firefly]._rsp._tcp.local.
2009-03-03 16:46:17 (93aa350b): Name now registered and active
2009-03-03 16:46:17 (93aa350b): Got a reply for Marc & Jon's Music [VideoMedia:Firefly]._daap._tcp.local.
2009-03-03 16:46:17 (93aa350b): Name now registered and active
2009-03-03 16:46:21 (d9c6e7f2): Found \\pacifictime\radio/.DS_Store
2009-03-03 16:46:21 (d9c6e7f2): Found \\pacifictime\radio/.TemporaryItems
2009-03-03 16:46:21 (d9c6e7f2): Found .TemporaryItems.. recursing
2009-03-03 16:46:21 (d9c6e7f2): Found \\pacifictime\radio\.TemporaryItems/folders.501
2009-03-03 16:46:21 (d9c6e7f2): Found folders.501.. recursing
2009-03-03 16:46:21 (d9c6e7f2): Found \\pacifictime\radio/._.TemporaryItems
2009-03-03 16:46:21 (d9c6e7f2): Found \\pacifictime\radio/Cafe LA
2009-03-03 16:46:21 (d9c6e7f2): Found Cafe LA.. recursing
2009-03-03 16:46:21 (d9c6e7f2): Found \\pacifictime\radio\Cafe LA/Cafe LA 2009-03-02 [18-01] _01.mp3
2009-03-03 16:46:21 (d9c6e7f2): Executing: select * from songs where path='\\pacifictime\radio\Cafe LA\Cafe LA 2009-03-02 [18-01] _01.mp3' and idx=0
2009-03-03 16:46:21 (d9c6e7f2): Found music file: Cafe LA 2009-03-02 [18-01] _01.mp3
2009-03-03 16:46:21 (d9c6e7f2): Codec type: mpeg
2009-03-03 16:46:22 (d9c6e7f2): Genre: Replay AV
2009-03-03 16:46:22 (d9c6e7f2): Artist: Tom Schnabel