Installerade ubuntu 8.10 istället och kör verisionen som är i den repon nu. Problemet nu är att, de färdiga nerladdningarna flyttas inte. Det fungerade när jag bara använde en av on_finished raderna nämligen
Kod:
schedule = watch_directory_2,10,10,"load_start=/home/overlord/torrents/rss/tv/*.torrent,d.set_custom1=/home/overlord/torrents/seed/tv/"
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom1= ;d.set_directory=$d.get_custom1="
Såhär ser det ut nu och då fungerar det inte för någon kategori..
Kod:
schedule = watch_directory,10,10,load_start=/home/overlord/torrents/watch/*.torrent
schedule = tied_directory,10,10,start_tied=
schedule = untied_directory,10,10,close_untied=
# [XviD]
schedule = watch_directory_2,10,10,"load_start=/home/overlord/torrents/rss/xvid/*.torrent,d.set_custom2=/home/overlord/torrents/seed/xvid/"
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom2= ;d.set_directory=$d.get_custom2="
# [TV]
schedule = watch_directory_3,10,10,"load_start=/home/overlord/torrents/rss/tv/*.torrent,d.set_custom3=/home/overlord/torrents/seed/tv/"
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom3= ;d.set_directory=$d.get_custom3="
# [DVDR]
schedule = watch_directory_4,10,10,"load_start=/home/overlord/torrents/rss/dvdr/*.torrent,d.set_custom4=/home/overlord/torrents/seed/dvdr/"
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom4= ;d.set_directory=$d.get_custom4="