RFC: Turn Playing Time function into plugin

Since this function already requires hitting the
disk, it may make sense to turn it into a plugin.

A minor advantage (apart from cleaning up onplay.c
and saving RAM) is that you can now access the menu
not just from the WPS context menu, but also from
the Shortcuts Menu or using the WPS plugin shortcut.

On the other hand,  TSR plugins would have to be
terminated when Playing Time is launched, as is
already the case for other plugins such as PictureFlow.

Change-Id: Iea85229486887463ffc52f05e33e2340437f69a4
This commit is contained in:
Christian Soffke 2023-04-13 15:14:58 +02:00
parent 6ac55adc88
commit cb3a6877fc
6 changed files with 401 additions and 315 deletions

View file

@ -18,6 +18,7 @@ logo.c
lrcplayer.c
mosaique.c
main_menu_config.c
playing_time.c
properties.c
random_folder_advance_config.c
rb_info.c