Jump to content


Photo

ChannelSelection modifications


  • Please log in to reply
229 replies to this topic

Re: ChannelSelection modifications #101 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 13 April 2013 - 17:03

To change them with option disable, left, right.... in needs change code in cpp...


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #102 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 13 April 2013 - 17:31

I see the code is already in... we only do not have the pictures... And there is some code required for an IPTV icon...


Edited by littlesat, 13 April 2013 - 17:58.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #103 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 April 2013 - 18:02

Thanks Dima 73, your code works
visible changes after restart


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: ChannelSelection modifications #104 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 13 April 2013 - 18:21

The way dima73 is not the way it should be done... To do this correctly a change in cpp is requiered. Then it is also possible to avoid a restart to let the changes take effect.

 

In the example above there is an IPTV icon. That is currently not possible as then we always see a DVB_S icon.


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #105 Dimitrij

  • PLi® Core member
  • 10,328 posts

+350
Excellent

Posted 13 April 2013 - 19:56

The way dima73 is not the way it should be done... To do this correctly a change in cpp is requiered. Then it is also possible to avoid a restart to let the changes take effect.

 

In the example above there is an IPTV icon. That is currently not possible as then we always see a DVB_S icon.

I do not know cpp.
Apart from you, there is no one to do it ;)
.


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: ChannelSelection modifications #106 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 13 April 2013 - 21:35

I did in between some tests.... enable/disable is easy, but to put them on the left is difficult the way how it is build... That needs more investigation.

I need still to find a good way to detect IPTV...


Edited by littlesat, 13 April 2013 - 21:35.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #107 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 April 2013 - 21:49

;) I work at the

 

ChannelSelection.py       

 

 if unsigned_orbpos == 0xFFFF: #Cable
         service_name = _("Cable")


Edited by maigais, 13 April 2013 - 21:51.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: ChannelSelection modifications #108 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 April 2013 - 23:09

TEST ;)

 

#SERVICE 1:0:1:2777:1:70:FFFF0000:0:0:0:http%3a//109.251.37.94%3a7777/udp/230.33.0.19%3a1234:Премьера
#DESCRIPTION Премьера
#SERVICE 1:0:1:50DD:7:70:FFFF0000:0:0:0:http%3a//109.251.37.94%3a7777/udp/230.33.0.16%3a1234:Кинохит
#DESCRIPTION Кинохит
#SERVICE 1:0:1:2778:1:70:FFFF0000:0:0:0:http%3a//109.251.37.94%3a7777/udp/230.33.0.20%3a1234:Киноклуб
#DESCRIPTION Киноклуб
#SERVICE 1:0:1:277E:1:70:FFFF0000:0:0:0:http%3a//109.251.37.94%3a7777/udp/230.33.0.21%3a1234:Кино Плюс
#DESCRIPTION Кино Плюс
#SERVICE 1:0:1:284A:3:70:FFFF0000:0:0:0:http%3a//109.251.37.94%3a7777/udp/230.33.0.66%3a1234:Киносоюз
#DESCRIPTION Киносоюз


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: ChannelSelection modifications #109 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 13 April 2013 - 23:32

It is not how it should be done.... fake it via DVB-C......


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #110 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 April 2013 - 23:34

exactly ;) 


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: ChannelSelection modifications #111 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 13 April 2013 - 23:44

Now I understand there wasn't even a patch... everything was just a durty hacking work-a-round.... :(


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #112 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 April 2013 - 23:51

But whether it is bad!
I think ideally, Picone working in EPG working inside
everything joyful happiness necessary ;)


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: ChannelSelection modifications #113 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 13 April 2013 - 23:56

I was thinking there was a clean patch and it detects really when there was IPTV..... That was why I asked fo a clean patch....


Edited by littlesat, 13 April 2013 - 23:56.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #114 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 14 April 2013 - 17:17

Iḿ trying to make something configurable here... but I cannot find a cable and group icon.... could someone post them here...

In by own rep/code I already have a good seperate picon for IPTV.... that is IPTV only when it is really IPTV without faking....


Edited by littlesat, 14 April 2013 - 17:17.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #115 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 14 April 2013 - 17:24

Why don't you check service reference whether last part is a url or not?

C++ backend does the same:

servicedvb.cpp: bool isstream = ref.path.substr(0, 7) == "http://";


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: ChannelSelection modifications #116 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 14 April 2013 - 17:56

That will not work as not all streams do start with http://

 

But I have some code ready and working here....

 

I only need a complete set of good icons...

Attached Files


Edited by littlesat, 14 April 2013 - 17:58.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #117 Dimitrij

  • PLi® Core member
  • 10,328 posts

+350
Excellent

Posted 14 April 2013 - 18:06

I only need a complete set of good icons...

I searched the whole internet, there's nothing like it.


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: ChannelSelection modifications #118 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 14 April 2013 - 18:23

I did too... but somewere the icons in this tread are coming from anywhere... I need a group and cable icon...


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ChannelSelection modifications #119 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 14 April 2013 - 18:45

That will not work as not all streams do start with http://

 

Yes, I know. That's why I wrote "check service reference whether last part is a url or not" ;)

 

By the way. For iptv service references with 1:....:url only http:// URLs works, because of the code above.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: ChannelSelection modifications #120 littlesat

  • PLi® Core member
  • 57,176 posts

+698
Excellent

Posted 14 April 2013 - 19:04

I have a patch here ready that can enable/disable and when enabled change the position of the icon..... (in one config setting... OFF, Left from servicename, Right from servicename)..

 

...but I do not commit it yet as I first need a complete set of icons... (and I need some during tests...)

 

Recognise that it is a stream is not a problem at all.... the patch I did prepared does recognize all streams....

 

I have an IPTV, DVB-S and DVB-T icon

 

A group and DVB-C icon is missing..... :(

 

As it is configurable the icons could be standard in the image. It is working with any skin then...


Edited by littlesat, 14 April 2013 - 19:05.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W



8 user(s) are reading this topic

0 members, 8 guests, 0 anonymous users