Ruud
a408cc0246
Update renamer to not trigger twice
Keep track of status support on releases
11 years ago
mano3m
f08d34b816
Add a trailing separator for windows drive path
Fixes #2581 , #2526
12 years ago
Joel Kåberg
99ce8dacbf
added api calls for manual scan (kudos to @mano3m )
12 years ago
mano3m
ea5d274f4d
Add another check
12 years ago
mano3m
f57f2444fe
Improved checking
Fixes #2539 ?
12 years ago
mano3m
fd768df9e5
Tabs to spaces
12 years ago
mano3m
6d4297a5fb
Extend os.path.sep to all folder checks
Expands 50c5044fe8
12 years ago
mano3m
574255c4b6
Don't tag .ignore files
12 years ago
mano3m
008ba39856
Add backwards compatibility for the renamer API
12 years ago
mano3m
cff1b3abdb
Provide IDs to check to all downloaders
12 years ago
mano3m
231c5b8ca1
Renamer rename to media
12 years ago
mano3m
640664494e
Increase check_snatched readability
- Reduce rested if statements
- Add more comments
12 years ago
mano3m
c9980539f0
Improve black hole support
Also scan the 'from' folder if Black hole is used together with another
downloader.
12 years ago
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
12 years ago
Ruud
50c5044fe8
Add path separator for check
12 years ago
Ruud
46b2d6ba6e
movie_id > media_id
12 years ago
Ruud
bde6de1789
Move movie listing to media
12 years ago
Ruud
0ce5c51c67
renamer.scan needs some files. fix #2481
12 years ago
mano3m
8c41046836
more fixes
12 years ago
mano3m
c5e6ce0e48
Several sp fixes
12 years ago
Ruud
3b3288c53d
Manual scan folder cleanup
12 years ago
Ruud
db4f7a216a
SP function wrapping whole variables
12 years ago
Ruud
c1944c987d
Add some more double char replacements
12 years ago
Ruud
0c4851e436
Escape filename before using it in a regex. fixes #2430
12 years ago
Clinton Hall
b771aa303f
replace multiple separators. fixes #2448
12 years ago
Ruud
e119020016
Ignore releases without any info.
12 years ago
mano3m
7b86fe5587
Default movie_folder to from folder
In case remote downloaders return a path that does not exist locally,
the movie_folder and files are updated to the from folder. Fixes #2412 ,
#1762 , #1667 , #1047
12 years ago
mano3m
fa1baa73e8
Introduce path cleaning
A new function sp is introduced. It does the same as ss but also cleans
the path.
12 years ago
mano3m
ae666bd9b6
Add API call to scan a folder for multiple movies
12 years ago
Ruud
4f4ba470e0
Prevent files keyerror for release_download files. fix #2392
12 years ago
Ruud
53cd907db1
Code cleanup
12 years ago
mano3m
579c1fa53c
Fix categories error
12 years ago
mano3m
639d635913
Implement better folder checking
Fixes #2360 , thanks @clinton_hall
12 years ago
mano3m
583bb1d0d9
Fix debug message
12 years ago
mano3m
89f7cfb896
tagging fixes
12 years ago
mano3m
6abc4cc549
Upgrade tagging
Havent tested this yet, but it should work with both one filed torrents
and folders. Everything mixed, let's go crazy!!
12 years ago
mano3m
6aa7cfc0fe
Wrong use of "is"
12 years ago
mano3m
345d0b8211
Add status to renamer.scan api call
This allows for scripts to send the seeding status with the scan
12 years ago
mano3m
eb17afc368
Fixed bug where it didnt do anything...
12 years ago
mano3m
5edc745727
Typo
12 years ago
mano3m
bc877df513
Cleanup variable naming
Use release_download variable for all item/status/download_info
variables (which are by now all the same thing)
12 years ago
mano3m
54c7aad57a
Include files from downloader in renamer
12 years ago
Ruud
c772758683
Add category to renamer replacements. fix #2283
12 years ago
Ruud
2b57bdcd03
Revert "Make sure to untag downloading dir if it's completed. fix #2341"
This reverts commit 65f039e9ed
.
12 years ago
Ruud
65f039e9ed
Make sure to untag downloading dir if it's completed. fix #2341
12 years ago
Ruud
f4c4f013da
Cleanup searcher and release checking
12 years ago
Ruud
b6f850dc27
in_ needs list..
12 years ago
Ruud
38ce63795c
Check snatched with single query
12 years ago
Ruud
0876d1ff8e
Rename release.update to update_status
12 years ago
mano3m
6bda5f5b03
Don't use movie done status to check seeding
Fixes #2278
12 years ago