Ruud
79f3fd869c
Update packages
9 years ago
Ruud
ca7ab36ae2
Update user agent
9 years ago
itdaboyz
ebdf81391b
Update renamer.py
Fix #6063
9 years ago
Ruud
ef6d58daf0
Don't wait between calls for userscripts
9 years ago
Ruud
bfdad7ef23
Apple Trailers failed getting title and date
9 years ago
Ruud
39f5794f2b
Limit auto update check
9 years ago
Ruud
5e244cce98
Don't try to import bind unix on windows
9 years ago
razorloves
091266872c
Update links on Downloaders and Searcher settings page ( #2 )
Make links open in new tab or window.
Part 2 of commit 57552d4ac5
9 years ago
Ruud
a916508368
Revert "Revert "Revert "Merge pull request #6089 from maxkoryukov/fix/address-in-use"""
This reverts commit ac545f9c72
.
# Conflicts:
# couchpotato/runner.py
9 years ago
Ruud
e2fe238c10
Only check EADDRINUSE
9 years ago
Ruud
ae5e0176e2
Revert "Revert "Merge pull request #6111 from psychomario/domainsocket""
This reverts commit 358b38d56c
.
9 years ago
Ruud
ac545f9c72
Revert "Revert "Merge pull request #6089 from maxkoryukov/fix/address-in-use""
This reverts commit 4633adcead
.
9 years ago
Ruud
358b38d56c
Revert "Merge pull request #6111 from psychomario/domainsocket"
This reverts commit b168b38f18
, reversing
changes made to b7f7104862
.
9 years ago
Ruud
4633adcead
Revert "Merge pull request #6089 from maxkoryukov/fix/address-in-use"
This reverts commit b7f7104862
, reversing
changes made to 7fb5ded2f8
.
9 years ago
Ruud
b454eec552
Updater check every 24h
9 years ago
Rory McNamara
cf965e90c3
Allow listen on domain socket
9 years ago
Ruud
760c07ce76
Update keys
9 years ago
Ruud
4f1ea8ec04
Don't send secret
9 years ago
Ruud
b63b1e5c54
Add Homey notification
9 years ago
Ruud
c4781c8d4e
webhook description
9 years ago
razorloves
d0a285c5be
Remove defunct HDAcess
It died about 7 months ago
9 years ago
razorloves
57552d4ac5
Update Downloaders and Searcher page / Update old/dead link
9 years ago
maxkoryukov
aa776e02e7
Improved handling of "Address already in use".
Additionally, the startup-try-counter is repaired
fix maxkoryukov/CouchPotatoServer#24
fix CouchPotato/CouchPotatoServer#5970
9 years ago
maxkoryukov
eb16762436
Ability to hide "UPDATE" from about page. Implemented as new setting.
fix #31
9 years ago
Tony Martin
34973b791c
Fixing some typos
9 years ago
Tony Martin
6274cfff43
Correcting log level
This isn't an error
9 years ago
Tony Martin
bb2ffb5619
Handling of DownloadStation Error Codes
Now the CP logs show the error message corresponding to the error code
sent by DS
9 years ago
Ruud
9a2a17018b
API key not selectable
9 years ago
lsellens
4286f2a054
fix xbmc mpaa rating metadata
9 years ago
Ruud
cc98412f9a
Change remote origin url to organization
9 years ago
Ruud
a2b6830b7a
Update url to organization
9 years ago
Ruud
0cd87a72fc
imdb rating not always an array
9 years ago
Ruud
d84e74a7b6
Destroy valueerror properties
9 years ago
Ruud
c790766220
Type definition not working
9 years ago
ferensz
352fa7c93d
internally used symlinking method fixed
In the symlink helper method the hardlinking OS call were used instead of the symlinking.
9 years ago
Jeremy
c05267d111
Update qbittorrent_.py
9 years ago
darknessgp
feace226fe
Awesome-HD change from .net to .me
Awesome-HD has changed from awesome-hd.net to awesome-hd.me This change updates the url so that CP can correctly search AHD again.
9 years ago
razorloves
17da8ff882
remove defunct imdb dvd rental chart
The IMDB dvd rental chart no longer exists. They removed it from their site about a months ago.
The dvd rental link now just redirects to the box office link, resulting in couchpotato showing the
same movies in both charts.
https://getsatisfaction.com/imdb/topics/where-did-the-top-dvd-weekly-rental-charts-go
9 years ago
maxkoryukov
854efa35ea
style fix for settings.py
9 years ago
maxkoryukov
0166ff1aa4
Fixed bug with lost code
During previous conflict-resolving the code, with test of writing `non-writable` options to config was lost.
Here that code with appropriate tests.
9 years ago
Joel Kåberg
8f990d16d2
better desc for missing releases, also move the log message to not spam the log everytime we run an rename iteration
9 years ago
thebluepotato
fd0918ffc9
Add HEVC profiles to Enzyme to fix MPEGH/ISO/HEVC renaming bug
Adding that one line in mkv.py fixes the issue where the renamer
replaces the <codec> template with MPGEH/ISO/HEVC resulting in x265
movies being nested inside folders. The rest is just making CP more
generally aware of HEVC.
9 years ago
Dean Gardiner
1e2b26d3bd
[rtorrent] Fixed connection verification test
9 years ago
Dean Gardiner
6060d04f46
[rtorrent] Updated `connect()` method to support new configuration options
#4854
9 years ago
Dean Gardiner
26372ae8fa
[rtorrent] Added "authentication", "ssl_verify" and "ssl_ca_bundle" options
#4854
9 years ago
maxkoryukov
087b764129
patches for manage.py and settings.py
settings - extended logging
manage - correct default value for directories
9 years ago
maxkoryukov
8ede05bc3e
Feature "Hide update item in menu"
The section **webui_feature** added to `settings.conf`. In general, it looks like:
```ini
[webui_feature]
hide_about_dirs = 0
hide_menuitem_update = 0
```
The values of settings above - are default for CP.
----
fix maxkoryukov/CouchPotatoServer#9
9 years ago
moptel
fd88d7e4f2
Fixed rating.join is not a function issue
Fixed rating.join is not a function issue/IMDB top 10 box office chart not showing
9 years ago
maxkoryukov
93c6a02249
Style fix
9 years ago
maxkoryukov
d24b01c17f
SoftChroot: Huge pack of improvement and bugfixes
* Improved SoftChroot (now it is a module, like a settings.py, included in Env)
* skipping _test modules during plugins loading
* hidden-opt meta could be loaded from config in python modules ( see _core.py->config )
+ mock testing
+ a few tests for Env
+ list of python dev-requirements in a file
fix maxkoryukov/CouchPotatoServer#8
9 years ago