quintesse / xbmc-hdhomerun-plugin

Automatically exported from code.google.com/p/xbmc-hdhomerun-plugin
0 stars 0 forks source link

Expected a HDhomerun interface I saw a YouTube Plugin interface. WTF? #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the plugin
2. Run the Plugin
3.

What is the expected output? What do you see instead?

Expected a HDhomerun interface

I saw a YouTube Plugin interface.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by 454RedH...@gmail.com on 15 Jan 2012 at 12:38

GoogleCodeExporter commented 9 years ago
Sorry I haven't responded before but email notification doesn't seem to have 
worked.

The behavior you've seen is indeed unexpected, although not outside the realm 
of possibility. The plugin is actually based on the youtube plugin in the way 
that I used it as a basis for the code in this one. So possibly at the time you 
tried it there was some remnant of it somewhere. Could you try again?

Original comment by quinte...@gmail.com on 18 Feb 2012 at 2:16

GoogleCodeExporter commented 9 years ago
Works reasonable but there are only two channel types. One says encrypted and 
the other is simply blank. It would also be nice to be able to delete undesired 
(Encrypted) channels from the lineup.

Original comment by 454RedH...@gmail.com on 20 Feb 2012 at 6:22

GoogleCodeExporter commented 9 years ago
Ok I don't have any encrypted channels here so I never encountered that problem.
Do HDHomeRun devices exist that handle encryption? If not I could always just 
remove encrypted channels. Otherwise it should be an option to just hide them I 
guess.

You say the others show up blank? But they do point to existing channels? So 
you can select them and watch TV?
If so could you try executing the test_hdhomerun.py script that can be found in 
the plugin's directory?

Original comment by quinte...@gmail.com on 20 Feb 2012 at 11:15

GoogleCodeExporter commented 9 years ago
I would imagine the encrypted channels would be decrypted if, you, "as a cable 
subscriber" paid for the channels. 

A menu selection to remove a channel would be nice.
Automatically removing encrypted channels would also be good.
The blank channels do have video content.

The naming of a channel could be anything. 1,2,3,4...etc Or use the actual 
homerun channel number.

Original comment by 454RedH...@gmail.com on 21 Feb 2012 at 7:14

GoogleCodeExporter commented 9 years ago
./test_hdhomerun.py
from: can't read /var/mail/hdhomerun
./test_hdhomerun.py: line 4: syntax error near unexpected token `('
./test_hdhomerun.py: line 4: `def ip2str(ip):'

Original comment by 454RedH...@gmail.com on 21 Feb 2012 at 7:17

GoogleCodeExporter commented 9 years ago
I think encrypted channels need a card or something like that to be able to 
watch them and I'm not sure if there are nay HDHomerun devices that have that. 
But I'll look into it.

And for the names... well thing is they should have proper names :)
But in the case of missing names we could set it to something more useful at 
least.

To run the test you need to type "python test_hdhomerun.py"

Original comment by quinte...@gmail.com on 21 Feb 2012 at 10:30