Ruud
b41ad8fd86
Update unrar2
9 years ago
Ruud
1345387567
Date parser
9 years ago
Ruud
d8ecad7fc6
Update quality order when adding new qualities
9 years ago
Ruud Burger
8462af05a7
Merge pull request #5887 from cold12/develop
Add 2160p quality support
9 years ago
Ruud Burger
b2681dcb8e
Merge pull request #5897 from EjjE101/patch-2
Torrentbytes.py update id number
9 years ago
Ruud Burger
27172d3aca
Merge pull request #5906 from maortal/patch-1
Fix renamer ignoring the .ignore file
9 years ago
Ruud
6732e6a9fe
Use enclosure when available
9 years ago
Ruud Burger
24060122c4
Merge pull request #5905 from boranblok/boranblok-newznab-link
Update newznab.py to use the newznab nzb link
9 years ago
Maor Tal
7293f12880
Fix renamer ignoring the .ignore file
Row 1196, sends a string, archive['file'], to hastagRelease() which causing the loop at row 810 to break (since it iterates over a string)
Row 811: fnmatch.filter() is case sensitive on linux system (depends on the OS actually).
We are comparing the ignore files to archive files, BUT the the ignore file was created with the name of the extracted file and not the archive files (see row 644).
If there is a difference between the extracted file and archive file the ignore file will be no good and extraction will occur again..
Usually scene release archive files are all low-case while the extracted files are not. I suggest to tag the archive file when the renamer is keeping the rar files (no cleanup) in-order to prevent re-extraction of the files over and over again.
Row 1232: I added tagging to archive file only if there is no cleanup. I also add another sanity check if the file was really extracted because if you kill unrar process while it runs it does not generate exception that extracting was stopped.
One Question:
Is the raise of exception at row 821 really needed?
I think it can be removed.. because it will cause both copies to exist which will just consume more space.
9 years ago
boranblok
f3dc63e92b
Update newznab.py to use the newznab nzb link
If the newznab provider provides an nzb link xml tag this is used instead of constructing a link.
If no link tag is found in the newznab response the old logic is used.
9 years ago
EjjE101
61c1eeef6d
Torrentbytes.py update id number
tracker changed id number from 6 to 7 digids
9 years ago
Ruud Burger
4b9ee00609
Merge pull request #5836 from ucrawler/patch-2
adding usenet-crawler
9 years ago
Andrew Hunt
1516ffb135
Add 2160p quality support
9 years ago
ucrawler
269e976e08
adding usenet-crawler
9 years ago
Ruud Burger
f20045c5cd
Merge pull request #5722 from pkoutsias/awesomehd
Improved awesomehd provider
10 years ago
Ruud Burger
4e6aa4f5e4
Merge pull request #5725 from pkoutsias/morethantv
Added morethantv provider
10 years ago
Ruud Burger
5e9f58c79b
Merge pull request #5732 from nicolasnoble/magnet-files-support
Adding .magnet files support to the blackhole.
10 years ago
Ruud Burger
f7a6ab597b
Merge pull request #5740 from raphaelbaldi/develop
Deluge status was never changing if set to seed forever
10 years ago
Ruud Burger
8bfd6940d7
Merge pull request #5749 from firsttris/develop
Fix encoding on all UTF8 Systems
10 years ago
Ruud Burger
8240f8456c
Merge pull request #5762 from othbert/develop
Add renamer option to skip removing lower quality copies of a release
10 years ago
Ruud Burger
3a06e95496
Merge pull request #5735 from daktak/androidpn_notifier
added AndroidPN
10 years ago
Ruud Burger
9d4fac0d01
Merge pull request #5774 from jcfp/develop
fixes and improvements for ubuntu init.d and settings file
10 years ago
jcfp
28e71620f0
fix/expand init.d settings file
10 years ago
jcfp
d38ec6110e
fix/improve ubuntu init.d
10 years ago
Mark
5b15b8937f
Add renamer option to skip removing lower quality copies of a release
10 years ago
firsttris
fd366c0dfb
Fix encoding on all UTF8 Systems
10 years ago
Raphael Baldi
80f82b01fe
Fixed an issue that would make the status of torrents from Deluge never change to SEEDING if the user opts to seed forever (stop_ratio <= 0)
10 years ago
daktak
852150ad56
added AndroidPN
10 years ago
Nicolas "Pixel" Noble
a0384c0bb2
Adding .magnet files support to the blackhole.
10 years ago
Panagiotis Koutsias
dc1bdc070a
tryUrlencode the movie title
10 years ago
Panagiotis Koutsias
98a80431e2
Added morethantv provider
10 years ago
Panagiotis Koutsias
5cf80d311b
fixed typo
10 years ago
Panagiotis Koutsias
d2290404c8
Fixed release scoring
10 years ago
Panagiotis Koutsias
383ec4d54c
Improved awesomehd provider
Try to construct the release name to help in keyword filtering
Skip releases including only the audio channel
Better release scoring
10 years ago
Ruud
43693c6e34
Moviemeter https support
10 years ago
Ruud Burger
32b5027b3f
Merge pull request #5613 from peerster/update-readme
Update readme
10 years ago
Ruud Burger
e4a9402ae7
Merge pull request #5676 from matiasvad/develop
Remove deprecated viewport argument and fix Safari flexbox bug
10 years ago
Ruud Burger
d45cfd986c
Merge pull request #5686 from OmgImAlexis/remote-yify
Remove yify
10 years ago
X O
26e4bdf48d
Delete yify.py
10 years ago
X O
863646e8e4
Delete yify.py
10 years ago
Matias Vad
67f0305451
Fix Safari flexbox bug #5424
10 years ago
Matias Vad
437a44c7bf
Remove deprecated viewport argument
"Viewport argument key "minimal-ui" not recognized and ignored."
10 years ago
Ruud Burger
2a2ec9e826
Merge pull request #5628 from smitetierlist/develop
Fixed Typo
10 years ago
smitetierlist
c3d9bcf5ba
Fixed Typo
10 years ago
peerster
5175371d03
Update README
10 years ago
peerster
57928cc49e
Rename init/couchpotato.fedora.service and add symlink for 'backward compatibility'
10 years ago
Ruud
9b607cc543
Make bookmarklet url advanced
10 years ago
Ruud Burger
32b661f595
Merge pull request #5328 from mescon/develop
Add support for custom bookmarklet URL.
10 years ago
Ruud
b10c2b6e1b
Log renamer non-existing movies
10 years ago
Ruud
7f82ef0b76
More plex fail logging
#5466
10 years ago