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
Ruud
199e61ea14
Fallback on type for current downloads
12 years ago
mano3m
c13c0f24e5
Change type to protocol in release and renamer
12 years ago
mano3m
7eb1d72333
remove move exception from unrar PR
12 years ago
Ruud
c267232160
Add unrar support
Thanks @mano3m
12 years ago
Ruud
8e9e7b49ea
Simplify linking
Thanks @mano3m
12 years ago
Ruud
e2bd6a91cd
MPAA rating for renamer
12 years ago
mano3m
695cdea447
Remove 'move' exception
No need to remove files when 'move' is selected as the downloaders do
this themselves now when cleaning up
12 years ago
mano3m
d0735a6d58
Add failsafe for symlink errors
E.g. on Windows you need Admin rights to symlink...
12 years ago
mano3m
175c26bea9
Fix untagDir and hastagDir
Changes in commit 8a252bff64
broke the
tagging functionality
12 years ago
Ruud
874655846c
Move movie plugin to media folder
12 years ago