(2014-09-17, 19:39)alturigo Wrote: Just registered to say thanks. It works flawlesslyHi 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
2015-12-27, 23:15
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.
Thanks Kane
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.

Thanks Kane
2016-02-10, 14:55
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.
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.

2016-02-10, 23:23
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
Also I want to thank you for this awsome Add-on. I use it every day and totally love it

2016-02-10, 23:51
Hi, same here as tomj2j and okonan
Love (!) this Add-on and want it back
Thank you!
Love (!) this Add-on and want it back

Thank you!
2016-02-13, 12:41
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
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
2016-02-13, 20:02
(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/
2016-02-13, 20:18
(2016-02-13, 20:02)marriol123343 Wrote: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.(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/
2016-02-13, 21:12
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.").
(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!



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

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

2016-02-16, 15:25
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:
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
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
2016-04-16, 09:19
(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

Thanks
2016-04-19, 22:09
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. :-)
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. :-)