04-10-2025, 07:57 AM
Jeśli to nie problem dodajcie do konfiguracji FanFilm w jaki sposób ma być prezentowany pasek postępu filmu (const.py)
#: Movie style to update description (plot). Single '{…}' means progress formating, double '{{}}' means description formating.
const.indexer.movies.progressbar.style = CONST_REF.indexer.progressbar.style
# Movie progress bar source mode:
# - 'none' - do not show progressbar at all
# - 'watching' - show video percent progress (PERCENT) if video progress >0% and < 100% else show nothing
# - 'watched' - show only watched videos (movies and episodes progresses are skiped)
# - 'percent' - show video percent progress
# - 'percent_and_watched' - show video percent progress and watched in background (use const.indexer.progressbar.watched.*)
const.indexer.movies.progressbar.mode = 'percent'
#: Movie style to update description (plot). Single '{…}' means progress formating, double '{{}}' means description formating.
const.indexer.movies.progressbar.style = CONST_REF.indexer.progressbar.style
# Movie progress bar source mode:
# - 'none' - do not show progressbar at all
# - 'watching' - show video percent progress (PERCENT) if video progress >0% and < 100% else show nothing
# - 'watched' - show only watched videos (movies and episodes progresses are skiped)
# - 'percent' - show video percent progress
# - 'percent_and_watched' - show video percent progress and watched in background (use const.indexer.progressbar.watched.*)
const.indexer.movies.progressbar.mode = 'percent'

