DYefremov / DemonEditor

Enigma2 channel and satellite list editor for GNU/Linux and macOS.
https://dyefremov.github.io/DemonEditor
MIT License
119 stars 142 forks source link

[3.9.0-Alpha-win64] Unsupported or invalid data format #192

Closed Heart1010 closed 8 months ago

Heart1010 commented 9 months ago

Got these "errors" while first loaded the data from my receiver (SF8008, pure2 v7.3) - Can't DemonEditor handle the special characters like & or ( ) in the bouquet files?

17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_Cinema_&_Serien_-_high.tv" ORDER BY bouquet
].
17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_Cinema_&_Serien_-_max.tv" ORDER BY bouquet
].
17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_SPORT_Deutschland.tv.tv" ORDER BY bouquet
].
17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_Dazn_Events_&_NFL.tv" ORDER BY bouquet
].
17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_TR_Bein_&_EXXEN_Sports.tv" ORDER BY bouquet
].
17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_RTL+_(live_Events).tv" ORDER BY bouquet
].
17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_PDC_Board_(Darts).tv" ORDER BY bouquet
].
17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_ES_Cine&Serie.tv" ORDER BY bouquet
].
17-02-24 13:51:22 Unsupported or invalid data format: [#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.bouquetmakerxtream_live_iptv_NL&BE.tv" ORDER BY bouquet
].
DYefremov commented 9 months ago

Hi Such symbols are not accepted. How these settings were obtained? I can add this symbols to exclusion but not sure.

Ah...I see :)

bouquetmakerxtream

Heart1010 commented 9 months ago

The plugin "bouquetmakerxtream" did make these names.... and no problem with enigma2/pure2 to use them until now.

DYefremov commented 9 months ago

and no problem with enigma2/pure2 to use them until now

Such symbols are 'prohibited' for a reason! After all, there is always a desire to 'share' your settings with others. And they may run into problems. Especially on older images. Here needs to think. Perhaps it makes sense to disable the check and give the user complete carte blanche. :)

DYefremov commented 9 months ago

Quickly made this option: bouquets Added addition checking and warning to log. Didn't test it much.

Heart1010 commented 9 months ago

So I get the warning to the log but can use these type of userbouqet file name(s) in one of the next versions? 👍

DYefremov commented 9 months ago

Yes, it will be displayed a warning , but the bouquets must be loaded. But as I wrote above

Didn't test it much.