I've abandoned inotifywait in favor of incron.
For reference, easily watch directories for changes with incron.
Incron has it's own daemon, permits easily passing parameters and executing scripts.
Type: Posts; User: bixtool
I've abandoned inotifywait in favor of incron.
For reference, easily watch directories for changes with incron.
Incron has it's own daemon, permits easily passing parameters and executing scripts.
I just discovered incron. This may be the solution.
Hi,
My script notifies me by email when a new movie has been downloaded; sending the movie poster and other details (plot, year, etc).
inotifywait watches my movie path for new directories...
Hi All,
I have compiled a small script I would like to run as a service. The script is using inotifywait to monitor a directory. inotifywait has an option to run as daemon ( switch -d), but all...
Oh I do apologize. It was problems caused by notepad. I had been using a kb and monitor on my box, but I followed your advise and used CryptoTerm; much easier.
After removing the coachpotato file, I...
A little more advise, please.
I followed the wiki
(mostly. I was lazy, so I created the bash script in windows notepad and copied it to my Vortexbox. I opened it with nano but there were no...
Wow, you saved me hours of cobbling togather and testing code (not to mention oodles of more support questions. lol). I will implement your wiki this evening. Many thanks.
I found this link which may help.
http://forums.amahi.org/viewtopic.php?f=26&t=2594
It has a script file for Coachpotato.
What do you think?
Thanks for the direction. I'll blunder on and try to cobble something togather. Please let me know if you set up a wiki. My solution may work, but it won't be elegant at my experience level.
Also,...
Hi,
I'm attempting to run CouchPotato, a python script, since no package yet exists for Fedora 16/Vortexbox.
The application instructions are very sparse:
1. extract anywhere
2. run "python...
Thanks Divreg,
Your solution worked perfectly.
Thanks once again. I will try that approach after work today.
I googled editors for Fedora; so I used: vi /var/lib/transmission/.config/transmission/settings.json
I saved the file when I had...
Hey
Thanks for the quick response. That code looks promising. I edited the settings.json as you indicated, but my changes disappeared on reboot. I guess I'm missing something. Any thoughts?
I'd like to setup automatically adding torrents from a watched directory in Transmission on my Vortexbox. This option is not available from the web gui.
Can someone explain how I can enable and set...
BTW: I already deleted the exising partition using fdisk. fdisk -l shows no partition for device dev/sdb
I just purchased an external drive to add to Vortexbox. I followed the online tutorial available in the documentation section to add another drive. I cannot complete this command: mkfs -t xfs...
I cheated:
I edited index.php (Vortexbox). I changed:
I have a similiar problem: Azureus HTML WebUI
This works: http://vortexbox:6886/
This does Not: http://127.0.0.1:6886/
The second link is what I get when I choose the Azureus icon/link...
Worked great. Thanks.
I see how the file structure works now.
I've just installed VB and ripped my first cd.
VB correctly identified the artist, album and titles, but downloaded the artwork from another album bt the same artist.
How can I...