Release 7TV (ProSieben, SAT.1, kabel eins, sixx, SAT.1 Gold, ProSieben MAXX)
#16
Lightbulb 
(2014-09-17, 19:39)alturigo Wrote: Just registered to say thanks. It works flawlessly Smile
Hi alturigo. I found you. You are spanish right?. Would you be so kind to pass me the file Anexo1_OIR2003_Noviembre2005.zip? www.cmt.es page it is not loner available. Thank you
Reply
#17
Hi,

thanks for the add-on.

Is it possible, that the current 7TV does not work with the old Kodi 14.2 Version on an old Android 4.0.3 Box?
My system get always a freeze, when i start the add-on.
Its only a question. Smile

Thanks Kane
Reply
#18
Hi, first of all, I need to say you did an awesome work.

Unfortunately, the addon is not working anymore. I get an error-code like
"Es ist eine neue App Version verfügbar, Bitte lade die neue App herunter".

I would be greatly thankful if you could kinda, repair, update or modify the addon so we can keep enjoying it.

Thanks in advance.Wink
Reply
#19
Hi, I have the same Problem as tomj2j. If I want to play a video I just get a message that says "Es ist eine neue App Version verfügbar, Bitte lade die neue App herunter".
Also I want to thank you for this awsome Add-on. I use it every day and totally love it Blush
Reply
#20
Hi, same here as tomj2j and okonan
Love (!) this Add-on and want it back Big Grin
Thank you!
Reply
#21
Hi,

I've found a workaround you can use until bromix updates his plugin:

1.) Open your userdata folder (see the wiki for details)
2.) Go to addons/plugin.video.7tv/resources/lib/content
3.) Open the file "client.py" with a text editor
3.1.) Maybe you'd want to create a backup of the file in case something goes wrong
4.) Almost at the bottom of the file (at line 242) there are three lines called
"params = {'clipid': video_id,
'app': 'megapp',
'method': '6'}"
5.) Delete the second and third line and the comma at the first line, and add the curly closing bracket (line 242 should then read "params = {'clipid': video_id}")
5.1.) For reference: line 241 should then start with "url ="
5.2.) Line 242 should be "params = {'clipid': video_id}"
5.3.) Line 243 should then start with "data ="
6.) Save the file and close it
7.) Delete the file "client.pyo" (notice the different file ending!)
8.) Start Kodi and the plugin should work again
Reply
#22
New version here:

Repo Lost and Found
Reply
#23
(2016-02-13, 12:41)Tidon Wrote: Hi,

I've found a workaround you can use until bromix updates his plugin:

1.) Open your userdata folder (see the wiki for details)
2.) Go to addons/plugin.video.7tv/resources/lib/content
3.) Open the file "client.py" with a text editor
3.1.) Maybe you'd want to create a backup of the file in case something goes wrong
4.) Almost at the bottom of the file (at line 242) there are three lines called
"params = {'clipid': video_id,
'app': 'megapp',
'method': '6'}"
5.) Delete the second and third line and the comma at the first line, and add the curly closing bracket (line 242 should then read "params = {'clipid': video_id}")
5.1.) For reference: line 241 should then start with "url ="
5.2.) Line 242 should be "params = {'clipid': video_id}"
5.3.) Line 243 should then start with "data ="
6.) Save the file and close it
7.) Delete the file "client.pyo" (notice the different file ending!)
8.) Start Kodi and the plugin should work again

Bromix will not fix anything anymore, he is out :-( But you should share your knowledge about this addon with the german kodinerds-forum:
http://www.kodinerds.net/index.php/Threa...ost-Found/
Reply
#24
(2016-02-13, 20:02)marriol123343 Wrote:
(2016-02-13, 12:41)Tidon Wrote: Hi,

I've found a workaround you can use until bromix updates his plugin:

1.) Open your userdata folder (see the wiki for details)
2.) Go to addons/plugin.video.7tv/resources/lib/content
3.) Open the file "client.py" with a text editor
3.1.) Maybe you'd want to create a backup of the file in case something goes wrong
4.) Almost at the bottom of the file (at line 242) there are three lines called
"params = {'clipid': video_id,
'app': 'megapp',
'method': '6'}"
5.) Delete the second and third line and the comma at the first line, and add the curly closing bracket (line 242 should then read "params = {'clipid': video_id}")
5.1.) For reference: line 241 should then start with "url ="
5.2.) Line 242 should be "params = {'clipid': video_id}"
5.3.) Line 243 should then start with "data ="
6.) Save the file and close it
7.) Delete the file "client.pyo" (notice the different file ending!)
8.) Start Kodi and the plugin should work again

Bromix will not fix anything anymore, he is out :-( But you should share your knowledge about this addon with the german kodinerds-forum:
http://www.kodinerds.net/index.php/Threa...ost-Found/
No that is wrong to go to German only forum. We are looking for some one to pick up maintenance and submit to official Kodi Repo.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#25
I would've already submitted a pull request on Github, but according to the wiki it won't be accepted (Wiki: "As with mailing list, only PRs from add-on author will be accepted.").
Reply
#26
In this case the Addon is up for a new maintainer as all other bromix Addons.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#27
Thumbs Up 
(2016-02-13, 12:41)Tidon Wrote: Hi,

I've found a workaround you can use until bromix updates his plugin:

1.) Open your userdata folder (see the wiki for details)
2.) Go to addons/plugin.video.7tv/resources/lib/content
3.) Open the file "client.py" with a text editor
3.1.) Maybe you'd want to create a backup of the file in case something goes wrong
4.) Almost at the bottom of the file (at line 242) there are three lines called
"params = {'clipid': video_id,
'app': 'megapp',
'method': '6'}"
5.) Delete the second and third line and the comma at the first line, and add the curly closing bracket (line 242 should then read "params = {'clipid': video_id}")
5.1.) For reference: line 241 should then start with "url ="
5.2.) Line 242 should be "params = {'clipid': video_id}"
5.3.) Line 243 should then start with "data ="
6.) Save the file and close it
7.) Delete the file "client.pyo" (notice the different file ending!)
8.) Start Kodi and the plugin should work again

WOW! Works for me! Thank you very very much! Big GrinBig GrinBig Grin

For those who work with OpenELEC and Raspberry Pi.
You can use the File Manager and copy & paste the file on your NAS to modify.
But make sure your show hidden files and directories

Image

Now you can add a new source in the file manager (source: "Root Filesystem" or something like that. I don't know the exact description because my Kodi is in german.)
Navigate to /storage/.kodi/userdata in the new source and move on with the workaround from Tidon above.

hope this helps Blush
Reply
#28
Thanks to Tidon for the "patch".

A different way to apply the changes for Rasp Pi2 / OpenELEC users from another PC:

1. Find out the IP address of the rasp via Kodi system information in the GUI

# From Linux PC

2. Open a unix shell / xterm
3. > ssh -l root <rasp IP> (password: openelec)

# From Windows PC

2. Open putty and enter the <rasp IP>
3. When asked for user type "root" and then password "openelec"

# you will see this or similar:
Quote:X11 forwarding request failed on channel 0
##############################################
# OpenELEC - The living room PC for everyone #
# ...... visit http://www.openelec.tv ...... #
##############################################

OpenELEC (official) Version: 5.0.8
OpenELEC:~ #

4. OpenELEC:~ # nano .kodi/addons/plugin.video.7tv/resources/lib/content/client.py
5. In nano type "Ctrl-_" then the line number 242 - Enter
6. Make your changes from user "Tidon"
7. Save & Exit with "Ctrl-X" - YES
8. OpenELEC:~ # rm .kodi/addons/plugin.video.7tv/resources/lib/content/client.pyo
9. OpenELEC:~ #shutdown -r now

Done. Putty window / SSH shell will close automatically
Reply
#29
(2016-02-13, 12:41)Tidon Wrote: Hi,

I've found a workaround you can use until bromix updates his plugin:

1.) Open your userdata folder (see the wiki for details)
2.) Go to addons/plugin.video.7tv/resources/lib/content
3.) Open the file "client.py" with a text editor
3.1.) Maybe you'd want to create a backup of the file in case something goes wrong
4.) Almost at the bottom of the file (at line 242) there are three lines called
"params = {'clipid': video_id,
'app': 'megapp',
'method': '6'}"
5.) Delete the second and third line and the comma at the first line, and add the curly closing bracket (line 242 should then read "params = {'clipid': video_id}")
5.1.) For reference: line 241 should then start with "url ="
5.2.) Line 242 should be "params = {'clipid': video_id}"
5.3.) Line 243 should then start with "data ="
6.) Save the file and close it
7.) Delete the file "client.pyo" (notice the different file ending!)
8.) Start Kodi and the plugin should work again

Worked for me like a charm, but you have a typos in your how to Tongue
Thanks
Reply
#30
Hallo at all,

i use a raspberry pi 3 witch raspbian and kodi. There i can't find the folder and the file. can somebody say my, what i must do?


ps.: i found it. you must go to .kodi and there to the addons folder. :-)
Reply

Logout Mark Read Team Forum Stats Members Help
7TV (ProSieben, SAT.1, kabel eins, sixx, SAT.1 Gold, ProSieben MAXX)1