Ruud
fc3f15e0cf
Remove dots and spaces from left movie name. fixes #1428
12 years ago
Ruud
0a7765f639
uTorrent status support. closes #1391
Thanks to Stourwalk
12 years ago
Ruud
4e45c94fc3
Renamer NTFS permission fix #778
12 years ago
Ruud
629bead919
Raise current exception
12 years ago
Ruud
9a60f6001a
Check snatched on startup
13 years ago
Ruud
4e9472f8ee
Encode path properly before using it in walk. close #978
13 years ago
Ruud
2dcc1e096e
Make path safe first
13 years ago
clinton-hall
bb7b4cbbed
Added try: except for two common errors
Does not fix the errors, but prevents the renamer being stuck as "in progress"
Allows next instance to run.
13 years ago
Ruud
929c6fe3f9
Don't run schedules when it's 0
13 years ago
Ruud
b03012e4aa
Customizable check snatched. closes #920
Thanks to @clinton-hall
13 years ago
Ruud
655e847aeb
Catch renamer.after event errors. fix #1032
13 years ago
Ruud
a86522a810
Don't download next when the release isn't found in downloaded. fix #924
13 years ago
Ruud
6f7b565103
Use multiple tag when renaming extras. fix #652
13 years ago
Ruud
ad0a1b1efe
Pass all the renamed files when adding new release
13 years ago
Ruud
d3ebe531d5
Don't use 2 events after rename
13 years ago
Ruud
269e98b049
Removed all commented out db.close
13 years ago
Ruud
7f90135947
checksnatched debug code leftover. fix #892
13 years ago
Ruud
9184a97fcd
Don't loop over releases when download doesn't support check snatched. fix #887
13 years ago
Ruud
ce0bf7b51a
Standardized checking snatched
13 years ago
clinton-hall
dc63796e48
Added nzbname
previously defined in Downloader. I forgot to bring this across.
13 years ago
clinton-hall
c6cba2f6e5
Only request SABnzbd status once
Performs the checking of queue and history here. Requests delete of failed downlaods via download.remove event.
13 years ago
Ruud
89c295b4ad
Properly get releases for check snatched
13 years ago
Ruud
3767a2411a
Movie check snatched to renamer plugin
13 years ago
Ruud
f799e70e18
Only try and remove old folders once. fix #786
13 years ago
Ruud
cf86948c13
Remove empty folder when found better quality. fix #735
13 years ago
Ruud
40daba277b
Handle permission error in shutil.move for *nix systems during the rename plugin.
13 years ago
mano3m
928c440f90
renamer cleanup
13 years ago
mano3m
4223ed4b5a
Put the renamer as a function of a download status checker in the searcher class
The changed functionality is as follows:
- the renamer is not on scheduled interval anymore
- the download status checker checks the status of all snatched releases every x minutes
- if a release has downloaded it fires up the renamer (if enabled)
- if it failed, it sets the release to ignored and snatches the next best release
With these additions the renamer wont scan your hd anymore when it is not required, and will retry failed downloads with new releases.
To do:
- the only downloader implemented is SabNZBd, for the others it defaults to the old behavior when releases are snatched (I think!?)
- a button to scan manually: Items added to the renamer folder are only picked up after a download completed
13 years ago
mano3m
4aae3c45ea
Bug fixes, it should actually restart the download now
13 years ago
mano3m
2884488338
Removed double logging, bug fixes
13 years ago
mano3m
6225ed92b1
Added failed download handling for sabnzbd.
It will check for failed downloads from the sabnzbd api and then set the failed release to ignore and try the search again.
13 years ago
Ruud
897a7ea122
Unicode errors. fix #600 #597
13 years ago
Ruud
57d3ef8058
Meta data getting renamed with sample filename. fix #467
13 years ago
Ruud
d562559562
Json & decode errors. fix #494
13 years ago
Ruud
f288cbed7a
Stop renamer on 'exists'
13 years ago
Ruud
f45a6f928c
Rename dir on fail
13 years ago
Ruud
138286722f
Log chmod error
13 years ago
Ruud
e0440d4b11
Try and encode logging messages. fix #403
13 years ago
Ruud
bd5170bc8e
Use file permissions
13 years ago
Ruud
b65923b36d
Leftover print. fix #221
13 years ago
Ruud
0a9c8abcad
Move srt files. fix #274
13 years ago
Ruud
4711e09f91
Add imdb id to renaming options
13 years ago
Ruud
082af9a307
Don't fire events for unknown movie
13 years ago
Ruud
1b9d124965
Remove first in renamer. fix #283
13 years ago
Ruud
4b5fd0d6e6
Renaming to None
13 years ago
Ruud
921a851b7e
Re-use session. fix #252
13 years ago
Ruud
4bdd23e36a
Do some title testing. fix #246 closes #238
13 years ago
Ruud
b2be9ef7c4
Remove debug lines. fixes #233
13 years ago
Ruud
d8f8f7b339
Don't error, but info log
13 years ago
Ruud
7ca509cdbe
Cleanup after database use
13 years ago