FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Any way to stop Firefly from scanning on startup?
- This topic has 9 replies, 3 voices, and was last updated 16 years, 7 months ago by
toecheese.
-
AuthorPosts
-
18/10/2006 at 12:08 AM #686
toecheese
ParticipantEvery time I reboot my Windows machine, Firefly seems to be scanning for files (massive disk activity for 5-10 minutes) and the system is very slow, it takes forever for programs to load. I prefer to have Firefly running at bootup but I’d rather it didn’t scan for files right away. Is ther a way to disable scanning at startup?
18/10/2006 at 3:11 AM #6833rpedde
Participant@toecheese wrote:
Every time I reboot my Windows machine, Firefly seems to be scanning for files (massive disk activity for 5-10 minutes) and the system is very slow, it takes forever for programs to load. I prefer to have Firefly running at bootup but I’d rather it didn’t scan for files right away. Is ther a way to disable scanning at startup?
You can set your scan interval to 0. You’d have to manually scan whenever you added files, but that would work.
That’s how I run it.
Also, make sure you aren’t running 1313, as it scans *really* *slowly*.
— Ron
18/10/2006 at 3:25 AM #6834toecheese
ParticipantOK, thanks. As a feature request, it would be nice to be able to leave scanning on but set a delay for the first scan at bootup. There is so much stuff happening at bootup, virus scanners loading, firewalls, all kind of stuff, that it would be nice to be able to tell Firefly to start its first scan of the session after x minutes.
18/10/2006 at 5:33 AM #6835fizze
Participantwell, just dont start the service on startup then, but wait like a few minutes.
This sounds like a task / skript on windoze to me 😉21/10/2006 at 5:23 PM #6836toecheese
ParticipantI can barely get my wife to figure out the Soundbridge, let alone to have to explain how to open Firefly and start it scanning when she adds a song to iTunes!
24/10/2006 at 6:22 AM #6837fizze
ParticipantCheck out this:
http://www.windowsitpro.com/Article/ArticleID/22582/22582.htmla script like:
sleep 120
"c:program filesfireflyfirefly.exe"
(or however to start firefly on win32)
the “sleep 120” part will the script cause to be paused for 120 seconds.
[/code]24/10/2006 at 6:24 AM #6838rpedde
Participant@fizze wrote:
Check out this:
http://www.windowsitpro.com/Article/ArticleID/22582/22582.htmla script like:
sleep 120
"c:program filesfireflyfirefly.exe"
(or however to start firefly on win32)
the “sleep 120” part will the script cause to be paused for 120 seconds.
[/code]probably:
net start "Firefly Media Server"
.. would be the way to start it on win32. You’d want to set the service to manual rather than automatic in control panel -> admin tools -> services.
— Ron
24/10/2006 at 6:27 AM #6839rpedde
Participant@toecheese wrote:
Every time I reboot my Windows machine, Firefly seems to be scanning for files (massive disk activity for 5-10 minutes) and the system is very slow, it takes forever for programs to load. I prefer to have Firefly running at bootup but I’d rather it didn’t scan for files right away. Is ther a way to disable scanning at startup?
This is tracked as Ticket 208, btw.
— Ron
27/10/2006 at 8:42 PM #6840rpedde
Participantr1415 adds an option (scanning/skip_first) that will skip the first scan. It will be available in the next nightlies.
— Ron
28/10/2006 at 12:25 AM #6841toecheese
Participantcool! Thanks.
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.