- January 23, 2008
- 182
- 37
- Home Country
- Germany
Sure we can add the ability to turn off the importer in the GUI. Both the option to auto start it or not and the option to turn it on and off from the GUI. Issue for the enhancement here. Sorry for the trouble with the connection being kept alive (so your media PC can't shut down). Moving Pictures right now monitors for file system changes in the background. It just plugs into the OS, so it should really not affect system resources, but I am not surprised it keeps a network connection open with a periodic ping like that.Really nice Plugin!
But one Problem: MovingPicture automatic updates the database (it looks for new/removed files) when I start Mediaportal. I have all my movies on a network server and the server has to wake up every time when Mediaportal starts and MovingPicture Plugin is enabled.
Is it possible to update the database manually or only if I enter in MovingPictures inside Mediaportal?
In TVSeries Plugin, i can adjust this with a simple click! It would be very nice to have the same option in Moving Pictures. Please, could you improve this?!
Thank's fforde for your fast reply and for adding the issue. I hope it won't take too much time and extra work for you to implement it.
My Movies are stored on a second PC (NetworkServer) which starts when an other PC pings it. The NetworkServer gets in sleep when there is no network traffic within 15 minutes. [...] I think other people have a similar problem, when they use a network storage! It causes unnecessarily energy cost, because the server has to run and the HDDs spins the whole time without use
Hi jojo1411, sorry for being offtopic, but can you guide me to more detailed information how you realized this? I use also separate machine but only spin down HDs for energy saving - this way shares are always accessible on demand. Don't you have timeouts when accessing the network shares while the server is sleeping (and takes 2 minutes to come up)? tnx in advance
Hi Guzzi. I build up a low power pc with 4 hdds that work in a RAID5 array. The operating system is Ubuntu Linux. I wrote a simple batch script that monitors the network connection, so i can easily set up the time when the pc will automatically go in S3 standby mode if there is no network traffic between the storage server and other clients. In S3 mode the server needs only 1Watt Power! The pc wakes up by pinging it from another mashine (wake up on lan). It needs approximately 3-4 seconds till i have access to the server over lan So there are no timeouts!
I don't know if it's the best solution but if you are interested in I can send you my batch script and give you support by some questions.
A better solution could be to wake up the server by magic packet. It's more relyable. But I don't know how teach Mediaportal to automatically send a magic packet before connecting to a network share.
If there is a better solution, feel free to tell me!