▲ 8 r/mpv
mpv.snad now support Podcast RSS feed
# Podcast feed list for podcast.lua
# One RSS feed URL per line. Lines starting with # are ignored.
# Drag this file onto the mpv window (or run: mpv.exe feeds.pcst)
# Podcast menu key ALT+P
#
# FILTERING (optional):
# filter: keyword1, keyword2 -> only load episodes whose title
# contains at least one keyword
# exclude: keyword1, keyword2 -> skip episodes whose title contains
# any of these keywords
#
# REMOVE DUPLICATE TITLES (optional, off by default):
# remove-duplicates: yes -> drop episodes with a title already
# seen earlier in this load
#
# SKIP INTRO / ADS (optional):
# start: 180 -> start every episode below 180s in
# start: 3:00 -> same thing, mm:ss format also accepted
# start: 0 -> turn it back off
#
# YT-DLP (optional, off by default):
# ytdl: yes -> allow yt-dlp for feeds below (rarely needed)
# ytdl: no -> back to default (mpv opens the file directly)
#
# All of the above are "sticky" - they apply to every feed URL below
# them until changed again. You can also set any of them inline for a
# single feed only:
# https://example.com/feed.rss | filter=keyword1, keyword2 | start=45
filter: full_show
exclude: promo, ad break
remove-duplicates: yes
start: 3:00
https://example.com/feed.rss
u/thisisshihan — 9 days ago