mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
Add configurable toggles for torrent metadata and seeders jobs
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ class Settings(BaseSettings):
|
||||
motogp_tgx_scheduler_crontab: str = "0 5 * * *"
|
||||
disable_motogp_tgx_scheduler: bool = False
|
||||
update_seeders_crontab: str = "0 0 * * *"
|
||||
disable_update_seeders: bool = True
|
||||
disable_update_seeders: bool = False
|
||||
arab_torrents_scheduler_crontab: str = "0 0 * * *"
|
||||
disable_arab_torrents_scheduler: bool = False
|
||||
wwe_tgx_scheduler_crontab: str = "10 */3 * * *"
|
||||
|
||||
@@ -127,7 +127,7 @@ These settings define the basic configuration and identity of your MediaFusion i
|
||||
- **store_stremthru_magnet_cache** (default: `False`): Store StremThru magnet cache.
|
||||
- **is_scrap_from_yts** (default: `True`): Enable/disable YTS scraping.
|
||||
- **scrape_with_aka_titles** (default: `True`): Include alternative titles in scraping.
|
||||
- **enable_fetching_torrent_metadata_from_p2p** (default: `False`): Enable fetching torrent metadata from P2P, Cautions: It may raise DMCA issues.
|
||||
- **enable_fetching_torrent_metadata_from_p2p** (default: `True`): Enable fetching torrent metadata from P2P, Cautions: It may raise DMCA issues.
|
||||
|
||||
## Time-related Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user