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
maxkoryukov
c6a3739115
bugfix: could not save username
9 years ago
maxkoryukov
74c6f4373e
Do not start, if the SOFT-CHROOT dir does not exists
Added a test to the startup script.
9 years ago
Andrew Hunt
1516ffb135
Add 2160p quality support
9 years ago
Ofir123
8f423fda0f
Improved subscenter search algorithm.
9 years ago
maxkoryukov
5b9340b606
browser.py : Unusable comments deleted
Removed comments
9 years ago
maxkoryukov
d932a2691f
Final softchroot
* *settings.py* file is modified. Now - it saves chrotted settings correctly.
* Code blocks swapped (softchroot <-> browser )
* Method `is_root_abs` was added
* Tests added and improved
9 years ago
maxkoryukov
09a89fff2e
Softchroot class added (+Tests)
9 years ago
maxkoryukov
48733eb069
CP: soft chroot - navigate part done (without JS now)
9 years ago
maxkoryukov
091780f7dd
This pull request adds new functionality to the CouchPotato.
The main target is **settings**. After applying this PL the CP will be able to work with *ro*, *rw* and *hidden* options and *hidden* sections.
The behavior of common options is defined by internal meta-options, which you might add to the config file. These meta-options define whether the particular option will be visible/editable in the web interface.
There is full backward compability.
Example of usage. Lets consider this `.couchpotato/settings.conf`:
```ini
[core]
username = cp
**username_internal_meta = ro**
ssl_key =
proxy_server =
[updater]
**section_hidden_internal_meta = True**
notification = 0
...
```
In this example option `core.username` will be immutable in the web UI, since there is meta-option `username_internal_meta`, set to value **ro** (means *read-only*).
The second thing: we have made the *updater* section invisible, so you couldn't see its config values in the web interface.
Allowed values for options in `.couchpotato/settings.conf` file:
* \<option\>_internal_meta = ( **hidden** | **ro** | **rw** )
* section_hidden_internal_meta = ( **True** | **False** )
9 years ago
maxkoryukov
9f74638faa
Special setting for hiding folders and paths from **About page**
Just add :
```ini
[core]
hide_about_dirs = 1
```
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
Ruud
182c1baf62
Don't cache for now
10 years ago