Have you a request for addons or scripts for xbmc4xbox ?

Requests, suggestions, support, and everything else python / plugin related.
Post Reply
Floydthebarber
Posts: 47
Joined: Wed Jul 18, 2012 7:00 am
Has thanked: 8 times
Been thanked: 3 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by Floydthebarber »

I have my parents in-law over from Vietnam and I saw that on XBMC Eden there is a video plugin named TVvietnam is there any way you could port that over to XBMC4XBOX?
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by skatulskijean »

Floydthebarber wrote:I have my parents in-law over from Vietnam and I saw that on XBMC Eden there is a video plugin named TVvietnam is there any way you could port that over to XBMC4XBOX?




Ok ! First on moment i can not send a link for a working Tv Vietnam addon or orthers but you can easy make self!

What must you have:

1) A Pc with a Browser
2) A FTP-Client like Filezilla
3) A Editor with Syntaxhlighthing like edit+ for windows or gedit (linux)!
4) A Picture-editor with what you can change the resolution for a picture (example on linux gthumb)

Go with you Browser to this Site http://ftp.hosteurope.de/mirror/xbmc.org/addons/eden/
It have all the momently actuall addons from xbmc.org for the main Xbmc- Version (Eden) look for you addon on this example for
TV Viet nam is ist the http://ftp.hosteurope.de/mirror/xbmc.or ... ideo.tvvn/ go to it and download the zip!
Unzip the zip on your Pc !
Go to the unpacked directory plugin.video.tvvn and open it !
You can see the following Files :
resources
Copying
README
addon.xml
changelog.txt
fanart
icon.png
tvvn.py

open the addon.xml with you Editor this what we have:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<addon
	id="plugin.video.tvvn"
	version="0.8.2"
	name="TV Viet Nam"
	provider-name="Binh Nguyen">
	<requires>
		<import addon="xbmc.python" version="2.0"/>
	</requires>
	<extension point="xbmc.python.pluginsource" library="tvvn.py">
		<provides>video</provides>
	</extension>
	<extension point="xbmc.addon.metadata">
		<platform>all</platform>
		<language>en vi</language>
		<summary lang="en">TV Viet Nam</summary>
		<summary lang="vi">TV Việt Nam</summary>
		<description lang="en">This plugin allows you to watch live TV channels or listen to radio stations in Viet Nam or from oversea providers straight from the XBMC interface, eliminates the needs for using browsers and flashplayer, etc. Bug report at: zecoj.com. If you enjoy using the plugin, consider donate via PayPal to b [AT] zecoj [DOT] com</description>
		<description lang="vi">Xem trực tiếp các kênh truyền hình và các đài phát thanh từ Việt Nam và hải ngoại. If you enjoy using the plugin, consider donate via PayPal to b [AT] zecoj [DOT] com</description>
		<disclaimer lang="en">All live streams are pulled from online providers and in no way represent my views or opinions. I also hold no control over the quality of the streams nor that of your internet connection :)</disclaimer>
		<disclaimer lang="vi">Tất cả live streams được tải về từ các nhà cung cấp dịch vụ. Tác giả phần mềm này không chịu trách nhiệm về nội dung của chúng.</disclaimer>
	</extension>
</addon>
first look on:
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>

this say we have not a dependencies for a scriptmodule !
the only what this addon will have is python !

second look on:

<extension point="xbmc.python.pluginsource" library="tvvn.py">
<provides>video</provides>
</extension>

this say that the addon will first run tvvn.py but that is the problem on xbmc4xbox (simple it can only understand a default.py for the first run!)
Solution rename the tvvn.py file on your unpacked directory to default.py

next we will have a icon for this plugin !
we have it but xbmc4xbox can it not understand (icon.png)

Solution rename the icon.png file to default.tbn

next this plugin will have a name and the correct addon name is on the addon.xml

name="TV Viet Nam"

Solution rename the plugin.video.tvvn directory to TV Viet Nam!

Last changes :

we have a Fanart what will load on background and we have not so many ram free on xbmc4xbox !
this Fanart have the resolution from 1920*1080 and 258KB open the fanart on a picture editor example gthumb and change the resolution to 960*540 as jpeg the new fanart have only 95kb !
delete the old fanart and save the new 960*540 fanart to the unziped directory (filename = fanart.jpg)

last ftp the directory TV Viet Nam to Q /plugin/video/ on your xbox make the settings and its works!

Regards Jan
Floydthebarber
Posts: 47
Joined: Wed Jul 18, 2012 7:00 am
Has thanked: 8 times
Been thanked: 3 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by Floydthebarber »

Thanks a lot Jan! Worked like a charm :D
tynx
Posts: 4
Joined: Tue Sep 25, 2012 9:17 pm

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by tynx »

skatulskijean wrote:
tynx wrote:Hi again, do You think You could have a look at this plugin as well?: plugin.video.weeb.tv.0.1.21. It works on windows eden ver.

http://weeb.tv/xbmc

Thanks
Plugin is xbmc4xbox (python 2.4 compatible)
Only i have simple change addon.py to default.py and icon png to default.tbn!
Dependencies is scriptmodule.simplejson (is on my build)
Unzip and ftp it to q/plugins/video/ --- make your settings (no HD ) and have fun!
http://db.tt/yweVmzJn

Regards Jan
Thanks Again!!:)
r3dsk1n
Posts: 54
Joined: Wed Aug 08, 2012 1:54 am
Has thanked: 8 times
Been thanked: 2 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by r3dsk1n »

what about archive.org?

http://archive.org/details/movies
PhoolieOdijk
Posts: 1
Joined: Sat Dec 22, 2012 9:05 pm

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by PhoolieOdijk »

Is it easy to make the DVBlink client working on XBMC4XBOX?

http://www.dvblogic.com/download/xbmc/s ... client.zip

I hope so, because then I can use my xbox as a tv player at my bedroom.
User avatar
hal9000
Posts: 57
Joined: Sun Nov 04, 2012 9:31 pm
Location: BCN. Spain
Has thanked: 35 times
Been thanked: 6 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by hal9000 »

Hi guys, SHOUTcast is possible as of today?
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by skatulskijean »

hal9000 wrote:Hi guys, SHOUTcast is possible as of today?
i have addet the shoutcast2 addon to the xbmc4xbox repro but it working not on moment!
It have the dependencies from scriptmodule.xbmcswift2 !
Thanks to my friend Sphere he it has Forked for Xbmc4xbox again!
The Prolem is not all xbmcswift2 addons works with it on moment and one is Shoutcast 2!

But looks on the xbmc4xbox repro for Sky.fm!
Koitsu
Posts: 42
Joined: Sun Jan 06, 2013 3:56 pm
Been thanked: 1 time

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by Koitsu »

I'd like to request a mobi / epub viewer, to basically turn the xbox into a giant kindle. So far, I've used PS and a script to turn each page of a book into a jpg file, and watched them through the Pictures section. Works great, but the script is tedious. Anyway, I really think a lot of people could get some use out of something like this.

If anyone takes up on this, I'd also like to request the ability to invert the colors (e.g. white text, black background). Thank you in advance.
Redneck9
Posts: 237
Joined: Fri Jul 27, 2012 3:00 am
Has thanked: 10 times
Been thanked: 2 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by Redneck9 »

removed
Zukhai
Posts: 1
Joined: Thu Feb 07, 2013 10:35 pm

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by Zukhai »

Hi!

Something I would love for my old box is Spotify.
Is there a way to make the script for spotimc playable?
https://github.com/mazkolain/spotimc

Or something in that direction? :)
User avatar
byron
Posts: 582
Joined: Wed Jul 04, 2012 9:26 pm
Location: Illinois
Has thanked: 27 times
Been thanked: 96 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by byron »

Hey jan,

I've got a request...dunno if you wanna do it or not (I'm sure you're busy atm). Whenever you might be able to get around to it, was wondering if there's a way to make PGA-Tour.com (diving mule repo) work for the xbox. I've actually tried getting it to work on my own with no success, and would really appreciate it if you might be able to give it a "quick" once over and throw it onto the a4x repo if you can get it to work. As the thread suggests, just a request

thanks,

byron
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by skatulskijean »

byron wrote:Hey jan,

I've got a request...dunno if you wanna do it or not (I'm sure you're busy atm). Whenever you might be able to get around to it, was wondering if there's a way to make PGA-Tour.com (diving mule repo) work for the xbox. I've actually tried getting it to work on my own with no success, and would really appreciate it if you might be able to give it a "quick" once over and throw it onto the a4x repo if you can get it to work. As the thread suggests, just a request

thanks,

byron

I think it is not working on main xbmc to!
When Divingmule its fix i have a look again!

Regards Jan

Regards Jan
Zukhai wrote:Hi!

Something I would love for my old box is Spotify.
Is there a way to make the script for spotimc playable?
https://github.com/mazkolain/spotimc

Or something in that direction? :)
i have a look on the next week!

Regards Jan
User avatar
uNiversal
Posts: 4
Joined: Fri Jul 06, 2012 12:20 pm

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by uNiversal »

Hi, I would like to request a plugin anime online in Spanish (there is one in English, but my English is bad to understand). If they are grateful puediese much. Sorry for my bad English, I had to use a translator.
k1m05
Posts: 47
Joined: Sun Jul 08, 2012 11:15 pm
Has thanked: 54 times
Been thanked: 11 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by k1m05 »

uNiversal wrote:Hi, I would like to request a plugin anime online in Spanish (there is one in English, but my English is bad to understand). If they are grateful puediese much. Sorry for my bad English, I had to use a translator.
Have you tried pelisalacarta? Seems to have a lot of Spanish content.

¿Has probado pelisalacarta? Parece tener una gran cantidad de contenido en español.
User avatar
uNiversal
Posts: 4
Joined: Fri Jul 06, 2012 12:20 pm

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by uNiversal »

k1m05 wrote: Have you tried pelisalacarta? Seems to have a lot of Spanish content.

¿Has probado pelisalacarta? Parece tener una gran cantidad de contenido en español.
Hola, aparentemente este plugin es solo para Xbox 360, leí arriba para hacer que el xbmc4xbox lo trabaje, pero no funciona.
Hi apparently this plugin is for Xbox 360, I read up to make it work xbmc4xbox but does not work.
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by skatulskijean »

no is not for xbox 360.
it is for main xbmc !
I hat the same version(what works on xbmc4xbox) uploaded and linked on this Site.
I sarch for it !
When not i must see its works on moment on man xbmc !
When it works i adapt it again and add it to the xbmc4xbox repo!
You can it than install over the addon 4 xbox installer!

Regards Jan
User avatar
uNiversal
Posts: 4
Joined: Fri Jul 06, 2012 12:20 pm

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by uNiversal »

Oh thanks!!! I installed the plugin from Addon4xbox, using the "Install from zip file", its works perfectly. Sorry for my ignorance :)
RGB_Gamer
Posts: 42
Joined: Wed Oct 24, 2012 9:10 pm

Re: Have you a request for addons or scripts for xbmc4xbox ?

Post by RGB_Gamer »

Does anyone have firstrowsports working on xbmc4xbox?
Post Reply