Ruud
c65e31cfba
PublicHD magnet link returns base32 encode. fix #766
13 years ago
Ruud
2d5481b89e
Remove unused host in javascript api
13 years ago
Ruud
a6c4763d6d
Update Userscript with @grant
13 years ago
Ruud
9a0a829802
Show info link again. fix #706
13 years ago
Ruud
5df95d4132
Fixed spelling in please wait message.
13 years ago
Ruud
b8c6393409
Quality and filesize fix in release list.
13 years ago
Ruud
d64150d6a7
Magnet link improvements
13 years ago
Ruud
442444a95a
Update readme. closes #717
13 years ago
Ruud
4275be0059
Add some tooltips to quality. closes #725
13 years ago
Ruud
cf86948c13
Remove empty folder when found better quality. fix #735
13 years ago
Ruud
ada4710a0a
Correctly select edit quality. fix #736
13 years ago
Ruud
b599bc384b
Add updater type to about page
13 years ago
Ruud
bdfb073bca
Catch filetime error. fix #741
13 years ago
Ruud
d817179747
De-referer external urls.
13 years ago
Ruud
e33c6b3a5f
Added urls to providers
13 years ago
Ruud
3f35cba818
NZBsRus cleanup
13 years ago
Ruud
7ee04e3d18
nzbrus: Found some dvdrips in the misc category so adding to lookup
13 years ago
Ruud
70364b2460
Merge branch 'develop_fixfail' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop_fixfail
13 years ago
Ruud
d2560393eb
Merge branch 'develop3' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop3
13 years ago
Ruud
6e2380f203
NMA fix
Thanks @Mochaka
13 years ago
Ruud
db4159e51d
Merge branch 'develop' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop
13 years ago
Ruud
c423cd1f79
Load new "thanks" frame in about page
13 years ago
Ruud
a9545e4fa5
Remove paypal link
13 years ago
mano3m
2d6c31af97
Some failure messages do not contain 'fail'. No message at all means success.
13 years ago
Ruud
de3832b7b6
Filter try_next on movie.
13 years ago
Ruud
f63e332861
Cleanup of automated failed download detection.
13 years ago
Ruud
9b6261f0b3
Always check for correct quality
13 years ago
Ruud
627314dbe1
Change release info API structure
13 years ago
Ruud
4d90b1873b
Add SD documentary category NZBMatrix. fix #698
13 years ago
Ruud
da69c2840a
Wrong content tag in search bugs Opera. fix #696
13 years ago
Ruud
419b47356f
Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop
13 years ago
Ruud
28f75617b2
Use magnet link for kat.ph. fix #644
13 years ago
Ruud
334a5725e1
Use magnet links from publichd. fix #682
13 years ago
Ruud
c753857dbd
Merge branch 'develop4' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop4
13 years ago
Ruud
cc408b980c
Merge branch 'refs/heads/develop' into desktop
Conflicts:
couchpotato/core/_base/updater/main.py
13 years ago
Ruud
cfe1e47df2
Add branch to version file
13 years ago
Ruud
40daba277b
Handle permission error in shutil.move for *nix systems during the rename plugin.
13 years ago
Ruud
a3895dd176
Use float for size calculation. fix #643
13 years ago
Ruud
ac91156288
Firefox bookmarklet isn't run as function. fix #681
13 years ago
Ruud
de532cb7ee
Add description to growl notification. closes #604
13 years ago
Ruud
60e0eed26b
Use imdb identfier on sceneaccess. fix #648
13 years ago
Ruud
1154d93ccd
Don't re-use path_identifiers. fix #665
13 years ago
Ruud
08e96b8691
Make it 4 weeks before release
13 years ago
Ruud
196b27092e
Use proper age param for nzbmatrix. fix #620
13 years ago
Ruud
5e481623fc
Remove right path sep. fix #646
13 years ago
mano3m
71c181379a
Fixed behavior for not compatible downloaders + typo's
13 years ago
mano3m
0193f7ad81
scan only once when multiple releases are snatched
13 years ago
mano3m
928c440f90
renamer cleanup
13 years ago
mano3m
4223ed4b5a
Put the renamer as a function of a download status checker in the searcher class
The changed functionality is as follows:
- the renamer is not on scheduled interval anymore
- the download status checker checks the status of all snatched releases every x minutes
- if a release has downloaded it fires up the renamer (if enabled)
- if it failed, it sets the release to ignored and snatches the next best release
With these additions the renamer wont scan your hd anymore when it is not required, and will retry failed downloads with new releases.
To do:
- the only downloader implemented is SabNZBd, for the others it defaults to the old behavior when releases are snatched (I think!?)
- a button to scan manually: Items added to the renamer folder are only picked up after a download completed
13 years ago
mano3m
100b563e10
typo
13 years ago