u/thisisshihan

▲ 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
github.com
u/thisisshihan — 9 days ago
▲ 7 r/mpv

mpv.snad now ipdayed with latest native floating style OSC

20260806 mpv.snad-configs

- Updated to brand new native OSC

- Watch history enabled - By right clicking on title on the OSC or by clicking the menu button in OSC can access the watch history

- playlistmanager.lua replaced with native playlist (Key Binding P)

mpv.snad repo

u/thisisshihan — 11 days ago