معرفی شرکت ها


delugeonal-0.0.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Automate and control multiple aspects of a torrent/media infrastructure.
ویژگی مقدار
سیستم عامل -
نام فایل delugeonal-0.0.8
نام delugeonal
نسخه کتابخانه 0.0.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Patrick Gillan
ایمیل نویسنده pgillan@minorimpact.com
آدرس صفحه اصلی https://github.com/pgillan145/delugeonal
آدرس اینترنتی https://pypi.org/project/delugeonal/
مجوز GPLv3
# delugeonal A set of scripts and libraries for controlling and organizing a torrent/media infrastructure. Current (barely) supported software/sites: - Media Servers: [Plex](https://www.plex.tv/media-server-downloads/#plex-media-server) - Media Databases: [IMDb](https://www.imdb.com/), [TheTVDB](https://www.thetvdb.com/) - Torrent Clients: [Deluge](https://deluge-torrent.org/) [1.3.15](https://launchpad.net/deluge/+milestone/1.3.15) - Media Sites: [IPTorrents](https://iptorrents.com), [TorrentGalaxy](https://torrentgalaxy.to/), [EZTV](https://eztv.re) ## Usage Add torrent files from a particular directory to your torrent client: ``` $ delugeonal --add $HOME/Downloads ``` Check for torrents that can/should be removed from your torrent client: ``` $ delugeonal --cleanup --verbose ``` Scan the rss feed for your configured torrent site and download torrents for any files that aren't present on your media server: ``` $ delugeonal --rss --yes ``` Move downloaded media files from the default download directory and add them to the proper media server directory: ``` $ delugeonal --move_media ``` Search for torrents: ``` $ delugeonal --search "archer s09e02" ``` Find missing episodes for a particular show and search for them on your configured media sites. ``` $ delugeonal --fill "central park" --verbose ``` Note that not all services need to be running on the same machine. Your torrent client may be running on one machine, your media server may be running on a seperate on another, where you may may also search for and download torrent/magent files. ## Installation ``` $ pip3 install delugeonal ``` ## Configuration Edit a Copy of [sample-config](https://github.com/pgillan145/delugeonal/blob/master/sample-config) and save it to one of these three locations: ``` $HOME/delugeonal.conf $HONE/.config/delugeonal/delugeonal.conf /etc/delugeonal.conf ``` ... or set the $DELUGEONAL\_CONF environment variable: ``` $ export DELUGEONAL_CONF=/place/i/put/the/configuration.file ```


نحوه نصب


نصب پکیج whl delugeonal-0.0.8:

    pip install delugeonal-0.0.8.whl


نصب پکیج tar.gz delugeonal-0.0.8:

    pip install delugeonal-0.0.8.tar.gz