Skip to content

make change_name work for m3u playlists - #1415

Open
raszpl wants to merge 4 commits into
smplayer-dev:masterfrom
raszpl:change_name
Open

raszpl wants to merge 4 commits into
smplayer-dev:masterfrom
raszpl:change_name

Conversation

@raszpl

@raszpl raszpl commented Sep 13, 2026

Copy link
Copy Markdown

fixes #1174
Currently "Display title name instead of filename" works only for metadata Title embedded in media files. With this patch it will also extract Title from m3u playlists, so .m3u file:

#EXTINF:-1,Silence
Klaas, Michael Roman, Anja Webber - Silence [hANkchObkj8].mkv

pointing to metadata-less mkv does actually display "Silence" as name with this option enabled. Actual metadata in media files still overrides EXTINF provided title so everything wroks smoothly.

Secondary fix is making addForcedTitle work with Windows (changeSlashes)

Uses QT5 New Signal Slot Syntax https://wiki.qt.io/New_Signal_Slot_Syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setting "Display title name instead of filename" does not work

1 participant