mano3m
794efaa209
Abort rename when something fails
...
And tag the folder with failed_rename so that the release with not be
deleted later on.
2014-01-12 00:41:54 +01:00
Ruud
5cc471cc87
Remove path on fail
2014-01-11 00:05:24 +01:00
Ruud
07c7171fbb
Image download wasn't working anymore
2014-01-11 00:05:02 +01:00
Ruud
c15dd2dec9
Disable verify for now
2014-01-10 23:17:04 +01:00
Ruud
a408cc0246
Update renamer to not trigger twice
...
Keep track of status support on releases
2014-01-10 22:54:23 +01:00
Ruud
c2568432e7
Use requests lib for openurl
2014-01-10 14:04:16 +01:00
Ruud
4cdf71513f
Clean tags from beginning of string. fix #2654
2014-01-06 22:24:34 +01:00
Ruud
7e6d9c02f6
Add quality test name. closes #2664
2014-01-06 21:53:29 +01:00
Ruud
afc4f73e36
Don't try wait when not between time is given
2014-01-05 23:46:42 +01:00
Ruud
5ef0c52277
Create reusable url opener
2014-01-05 22:17:16 +01:00
mano3m
f08d34b816
Add a trailing separator for windows drive path
...
Fixes #2581 , #2526
2013-12-29 23:25:53 +01:00
mano3m
1cea50bcfb
Added logging
2013-12-27 19:34:53 +01:00
mano3m
55483cf736
Consider try_next as failed
2013-12-27 19:09:39 +01:00
Joel Kåberg
fe397caafc
better score forumla for seeding/leeching
2013-12-20 02:08:20 +01:00
Joel Kåberg
dafa70b7e3
fix seed/lech score formula, fix #2605
2013-12-19 21:41:17 +01:00
Joel Kåberg
32b9bc3345
Merge pull request #2612 from RuudBurger/manual_scan
...
Manual scan
2013-12-19 10:30:41 -08:00
mano3m
69569758d9
Make sure we return true on success
2013-12-16 22:51:04 +01:00
mano3m
55777531d5
Clean-up and dont mark status twice
2013-12-16 22:43:05 +01:00
Joel Kåberg
99ce8dacbf
added api calls for manual scan (kudos to @mano3m)
2013-12-16 17:07:34 +01:00
mano3m
e9a457e263
mark release das downloaded if renamer is disabled.
...
if the renamer is not enabled and the quality of the downloaded release
is not the finish quality, the release did not get a status update.
2013-12-15 21:03:40 +01:00
mano3m
ea5d274f4d
Add another check
2013-12-11 22:40:01 +01:00
mano3m
f57f2444fe
Improved checking
...
Fixes #2539 ?
2013-12-11 22:11:33 +01:00
mano3m
fd768df9e5
Tabs to spaces
2013-12-08 17:35:05 +01:00
mano3m
6d4297a5fb
Extend os.path.sep to all folder checks
...
Expands 50c5044fe8
2013-12-07 22:39:47 +01:00
mano3m
ab413f2f3e
Dont remove historic data when doing a full scan.
...
Fixes #2572
Note that the dashboard already takes care of this and does it the right
way (keeping seeding and ignored releases).
2013-12-07 22:33:34 +01:00
mano3m
574255c4b6
Don't tag .ignore files
2013-12-07 22:33:34 +01:00
mano3m
008ba39856
Add backwards compatibility for the renamer API
2013-12-07 22:33:33 +01:00
mano3m
cff1b3abdb
Provide IDs to check to all downloaders
2013-12-07 22:33:32 +01:00
mano3m
231c5b8ca1
Renamer rename to media
2013-12-07 22:33:31 +01:00
mano3m
640664494e
Increase check_snatched readability
...
- Reduce rested if statements
- Add more comments
2013-12-07 22:31:16 +01:00
mano3m
c9980539f0
Improve black hole support
...
Also scan the 'from' folder if Black hole is used together with another
downloader.
2013-12-07 22:31:15 +01:00
Ruud Burger
7eb802b42a
Merge pull request #2501 from mano3m/develop_xbmc
...
XBMC metadata update
2013-12-07 13:17:03 -08:00
mano3m
824ac86d18
Fix fnmatch
...
fnmatch does not accept regular expressions as presumed in
0c4851e436 See
http://docs.python.org/2/library/fnmatch.html
This patch actually completely broke tagging. All we need to do is make
sure any [ or ] used is conbverted into [[] or []].
Fixes #2557 and #2362
2013-12-07 22:11:16 +01:00
Ruud
50c5044fe8
Add path separator for check
2013-12-01 19:23:53 +01:00
Ruud
46b2d6ba6e
movie_id > media_id
2013-11-30 16:48:46 +01:00
Ruud
2fc4809821
Variable renaming movie to media
2013-11-30 12:41:06 +01:00
Ruud
bde6de1789
Move movie listing to media
2013-11-30 12:23:53 +01:00
Joel Kåberg
cddf47f113
move long subtitle text into formhint
2013-11-29 22:28:51 +01:00
Joel Kåberg
76f3f5253a
move long automation text into formhint
2013-11-29 22:14:28 +01:00
Joel Kåberg
d833a04293
move long texts into formhint
2013-11-29 22:10:02 +01:00
Ruud
3d5b33856f
Add some quality tests
2013-11-24 22:45:17 +01:00
mano3m
1b5bc1fa05
[Metadata][XBMC] Add fileinfo to nfo
...
Also fixed a int / int = int divide bug
2013-11-23 01:04:41 +01:00
Ruud
eaf2974f8d
Better frontend notification and GUI updating
2013-11-22 23:00:33 +01:00
Kate von Roeder
ab923cc592
Sort directories so that we scan them in alphabetical order as well (keeps things nice and well ordered!)
2013-11-20 18:47:09 -08:00
Ruud
0ce5c51c67
renamer.scan needs some files. fix #2481
2013-11-18 22:56:03 +01:00
Ruud
4242a5cedb
Merge branch 'develop_fixes' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_fixes
2013-11-17 21:16:35 +01:00
mano3m
8c41046836
more fixes
2013-11-17 21:10:07 +01:00
mano3m
c5e6ce0e48
Several sp fixes
2013-11-17 18:26:01 +01:00
Ruud
3ad527eb62
Allow 1080p in webrip quality
2013-11-17 00:24:09 +01:00
Ruud
0fafd83d76
Do some scoring with scene / nuked. fix #2009
2013-11-16 23:26:46 +01:00