#1053171 smplayer has one incompatibility with mpv (Bookworm)

Package:
smplayer
Source:
smplayer
Description:
Complete front-end for MPlayer and mpv
Submitter:
Date:
2023-09-28 14:57:03 UTC
Severity:
normal
#1053171#5
Date:
2023-09-28 14:53:13 UTC
From:
To:
Generally smplayer works fine with installed mpv 0.35.0-3 in Bookworm.
However there is one use case where I need a dirty hack to get it working:

Watching TV via dvb-c and importing the channels.conf (generated by w-scan).

When configuring smplayer via the GUI by
Options -> Settings -> TV and Radio -> Search channels on start-up
it does not find the working channels.conf in ~/.config/mpv/channels.conf.
I could not find any file/location where I could configure the search path manually.
Luckily the "mouse over" on this item displays a bubble help indicating
that it is looking for the channels.conf in ~/.mplayer directory.
This path should be updated to search both mpv's and mplayer's configuration directories.

So I created the not existing directory (mkdir ~/.mplayer) and set a symlink
    	 ln -s ~/.config/mpv/channels.conf ~/.mplayer/

That way smplayer lets me select channels and watch TV as expected.

In other configuration items there is no need and smplayer uses mpv as an alternative
to mplayer without any tricks.


Regards,
Alf