enigma2 icon indicating copy to clipboard operation
enigma2 copied to clipboard

[Channel List] Suggestion: `Favourite` icon (eg.) star beside channels

Open wedebe opened this issue 2 years ago • 5 comments

Is your feature request related to a problem? Please describe. The channel list already has the option to: Show service type icons Show crypto icons

Describe the solution you'd like An option to show (for example) a star beside favourited channels: Show favourited icon

TV - All Channels -
BBC One ⭐️
BBC Two
RTÉ 1 ⭐️
RTE 2 ⭐️
UTV
Channel 4

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

wedebe avatar Apr 24 '24 16:04 wedebe

How and where do you wanna define a channel as favourite channel?

jbleyel avatar Apr 24 '24 16:04 jbleyel

How and where do you wanna define a channel as favourite channel?

Contained in Favourites bouquets (tv & radio)

#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.favourites.tv" ORDER BY bouquet
#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.favourites.radio" ORDER BY bouquet

which are default bouquets along with Last Scanned.

Additionally, ⭐️ need not appear within the Favourites bq channel list.

wedebe avatar Apr 24 '24 17:04 wedebe

You wanna have this ⭐️ in all lists except the bouquets? And the ⭐️ means that the channel is in any bouquet except last scanned?

This is not possible without massive change in enigma core.

jbleyel avatar Apr 24 '24 18:04 jbleyel

This would be easily possible if my proposals for bouquet and service database updates come to fruition.

IanSav avatar Apr 25 '24 05:04 IanSav

You wanna have this ⭐️ in all lists except the bouquets? And the ⭐️ means that the channel is in any bouquet except last scanned?

This is not possible without massive change in enigma core.

Not quite... For code simplicity until such a time as IanSav's proposal might come to fruition:

  • only show ⭐️ in the when the channel appears in the default Favourites bouquet
  • only show stars in the All Channels (All Services) list and perhaps the Last Scanned bouquet*

*so that users can, for example, distinguish any recently found yet-to-be-favourited channels.

wedebe avatar Apr 25 '24 09:04 wedebe