Jeremy
f32bb9c288
Delete base.py
9 years ago
Jeremy
a4f6dbddd8
Update __init__.py
9 years ago
Ruud Burger
183d14db9a
Merge pull request #6012 from darknessgp/patch-1
Awesome-HD change from .net to .me
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
Ruud Burger
e0e901015e
Merge pull request #6010 from razorloves/develop
remove defunct imdb dvd rental chart
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
Ruud Burger
2c939c4b28
Merge pull request #5982 from ofir123/subscenter_update
Subscenter support update
9 years ago
Ofir123
773b3a5845
Another small fix.
9 years ago
Ofir123
30e507be16
Typo fix.
9 years ago
Ofir123
82ded90f19
Merge branch 'subscenter_update' of https://github.com/ofir123/CouchPotatoServer into subscenter_update
9 years ago
ofir123
c6c792a15c
Fixed weird cache keyerror problem.
9 years ago
Ofir123
f5842f3157
Improved subscenter search algorithm.
9 years ago
Ruud Burger
51e5661cfd
Merge pull request #5967 from maxkoryukov/fix/opt-hidden-conflict
Style fix for 'settings.py'
9 years ago
maxkoryukov
854efa35ea
style fix for settings.py
9 years ago
Ruud Burger
a9e0dcb49c
Merge pull request #5966 from maxkoryukov/fix/opt-hidden-conflict
Restoring of the lost code
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
maxkoryukov
0cbdcc5d4b
Merge pull request #21 from RuudBurger/develop
Sync with upstream/develop
9 years ago
Joel Kåberg
19867badbb
Merge remote-tracking branch 'origin/develop' into deleted_from_downloader
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
Ruud Burger
59e1d11bc6
Merge pull request #5939 from maxkoryukov/feature/hidden-update
Feature "Hide update item in menu"
9 years ago
Ruud Burger
c337cfb42c
Merge pull request #5935 from moptel/develop
Fixed rating.join is not a function issue
9 years ago
Ruud
f3a13e6283
Merge branch 'maxkoryukov-fix/opt-directories' into develop
9 years ago
Ruud
d54e0545d3
Merge branch 'fix/opt-directories' of https://github.com/maxkoryukov/CouchPotatoServer into maxkoryukov-fix/opt-directories
9 years ago
Ruud Burger
78f88d9ca2
Merge pull request #5930 from maxkoryukov/fix/six-1.10.0
Upgrade local python lib: six -> 1.10.0
9 years ago
Ruud Burger
1f428991eb
Merge pull request #5954 from fuzeman/issue/4854
[rtorrent] Support for digest authentication and extra SSL options
9 years ago
Ruud Burger
b7d29816b3
Merge pull request #5959 from thebluepotato/fix_hevc_renaming
Add HEVC profiles to Enzyme to fix MPEGH/ISO/HEVC renaming bug
9 years ago
thebluepotato
e67fe068f1
Adding forgotten comma...
*sigh*
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
Ruud Burger
9ebf46435e
Merge pull request #5911 from pkoutsias/MTV_fix
Fix for MTV
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
Dean Gardiner
5a9e67c93e
Updated rtorrent-python library
- Implemented "requests" transport
- Support for digest authentication (via the "requests" transport)
#4854
9 years ago
ofir123
85ff9fe8e9
Fixed weird cache keyerror problem.
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
maxkoryukov
2b2b5f6ea2
Merge pull request #15 from maxkoryukov/fix/six-1.10.0
Upgrade local python lib: six -> 1.10.0
9 years ago
maxkoryukov
41bf5d6fec
Upgrade local python lib: six -> 1.10.0
9 years ago
maxkoryukov
1b86822dee
Rename test files
9 years ago
maxkoryukov
42338c3277
Merge pull request #14 from maxkoryukov/develop
Develop
9 years ago
maxkoryukov
51ba6d5405
Merge pull request #13 from RuudBurger/develop
Develop
9 years ago
maxkoryukov
f763bcc161
small fixes. squash me
9 years ago
Ruud
f5b522bd42
Merge branch 'maxkoryukov-feature/ci-success' into develop
# Conflicts:
# .gitignore
9 years ago
Ruud
3a02ae6876
Use correct repo
9 years ago
Ruud Burger
768c52315d
Merge pull request #5925 from razorloves/develop
Make the Charts and Watchlists links open in new window
9 years ago
Ruud Burger
a62c3413e1
Merge pull request #5915 from maxkoryukov/fix/sass-cache-ignore
Ignore sass.cache in .gitignore
9 years ago
razorloves
da30b136ea
Make chart and watchlist links open in new window
9 years ago