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
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
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
mano3m
6174f121c8
fix log message
12 years ago
mano3m
89daa836e7
Remove all empty folders
Quite often there is a subfolder in the movie folder after extraction.
This folder is deleted but the actual movie folder remains behind. This
update fixes that in both cases: move_folder is known, or we work in the
'from' folder.
12 years ago
mano3m
27fdbff619
Set missing to ignored after 1 week
12 years ago
mano3m
d11f9d26c0
Add missing status
12 years ago
mano3m
f0f843f746
Add release.update event
Proof of concept commit.
It updates the database and calls movie.update.id to refresh the entire movie in the frontend. It would be better to crease a static js file in the release folder and add release functionality there including updating one release only.
12 years ago
Ruud
b0781b45f8
Different seperator for folder and filename
12 years ago
Ruud
08a1e1e582
Done use faulty None value for category
12 years ago
Ruud
779c7d2942
Remove mutable objects from function args
12 years ago
Ruud
7fd14e0283
Code cleanup
12 years ago
Ruud
b797590a4e
Make sure extr_files exists
12 years ago
Jason Mehring
11fcfa8202
Moved library and refactored to its now location. Modified anything firing libray.add/update/_release date to now fire library.add.movie...
Conflicts:
couchpotato/core/loader.py
couchpotato/core/media/show/_base/main.py
couchpotato/core/media/show/library/season/main.py
12 years ago