2015-05-23, 20:36
hi does anyone know how to get youtube working for movie trailers instead of apple trailers,it doesnt seem to give me the option to change it.
thanks
thanks
import socket
UDP_IP = "192.168.1.12" #this is the IP of the wifi bridge, or 255.255.255.255 for UDP broadcast
UDP_PORT = 8899
MESSAGE1 = "\x42\x00\x55" #Select All Light Groups
MESSAGE2 = "\x4E\x02\x55" #Dim Lights to Low
MESSAGE3 = "\x42\x00\x55" #Select All Light Groups
MESSAGE4 = "\x40\x90\x55" #Set Lights to Color
MESSAGE5 = "\x42\x00\x55" #Select All Light Groups
MESSAGE6 = "\x4E\x02\x55" #Dim Color Lights to Low
print "UDP target IP:", UDP_IP #don't really need this
print "UDP target port:", UDP_PORT #don't really need this
print "message:", MESSAGE1 #don't really need this
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
sock.sendto(MESSAGE1, (UDP_IP, UDP_PORT))
sock.sendto(MESSAGE2, (UDP_IP, UDP_PORT))
sock.sendto(MESSAGE3, (UDP_IP, UDP_PORT))
sock.sendto(MESSAGE4, (UDP_IP, UDP_PORT))
sock.sendto(MESSAGE5, (UDP_IP, UDP_PORT))
sock.sendto(MESSAGE6, (UDP_IP, UDP_PORT))
import socket
UDP_IP = "192.168.1.12" #this is the IP of the wifi bridge, or 255.255.255.255 for UDP broadcast
UDP_PORT = 8899
MESSAGE1 = "\x42\x00\x55" #Select All Light Groups
MESSAGE2 = "\x4E\x02\x55" #Dim Lights to Low
MESSAGE3 = "\x42\x00\x55" #Select All Light Groups
MESSAGE4 = "\x40\x90\x55" #Set Lights to Color
MESSAGE5 = "\x42\x00\x55" #Select All Light Groups
MESSAGE6 = "\x4E\x02\x55" #Dim Color Lights to Low
print "UDP target IP:", UDP_IP #don't really need this
print "UDP target port:", UDP_PORT #don't really need this
print "message:", MESSAGE1 #don't really need this
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
sock.sendto(MESSAGE1, (UDP_IP, UDP_PORT))
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
sock.sendto(MESSAGE2, (UDP_IP, UDP_PORT))
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
sock.sendto(MESSAGE3, (UDP_IP, UDP_PORT))
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
sock.sendto(MESSAGE4, (UDP_IP, UDP_PORT))
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
sock.sendto(MESSAGE5, (UDP_IP, UDP_PORT))
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
sock.sendto(MESSAGE6, (UDP_IP, UDP_PORT))
(2015-06-18, 21:12)C.Taylor Wrote: Surprising this add-on hasn't been updated or another similar one created if the developer is no longer able to work on it. Seems to be a popular and extremely cool system. Has anyone else found anything like it that might take it's place if this one eventually stops working?
(2015-06-18, 21:54)kgian Wrote: Yeah! I like this addon so very much!!! Please hurry! Just kidding. Do your best however long it takes!
(2015-06-18, 21:20)CinemaVision Wrote:(2015-06-18, 21:12)C.Taylor Wrote: Surprising this add-on hasn't been updated or another similar one created if the developer is no longer able to work on it. Seems to be a popular and extremely cool system. Has anyone else found anything like it that might take it's place if this one eventually stops working?
We're working on it! After months of radio silence from giftie, and no new builds or features, and with Kodi 15 on the horizon, we decided to move forward creating an add-on. We're footing the bill for all of the work, and we've hired a very well known Kodi developer to take on the project. He knows Kodi inside and out, and is working on it right now. No release date, features or official announcements just yet, but watch for news soon!
(2015-06-18, 23:33)Levi59 Wrote: Is the possibility of trailers from french site (like allocine) is envisaged?
(2015-06-18, 21:20)CinemaVision Wrote: We're working on it! After months of radio silence from giftie, and no new builds or features, and with Kodi 15 on the horizon, we decided to move forward creating an add-on. We're footing the bill for all of the work, and we've hired a very well known Kodi developer to take on the project. He knows Kodi inside and out, and is working on it right now.
(2015-06-19, 17:45)JohnWPB Wrote:(2015-06-18, 21:20)CinemaVision Wrote: We're working on it! After months of radio silence from giftie, and no new builds or features, and with Kodi 15 on the horizon, we decided to move forward creating an add-on. We're footing the bill for all of the work, and we've hired a very well known Kodi developer to take on the project. He knows Kodi inside and out, and is working on it right now.
That is FANTASTIC news! This is a SOLID add-On for Kodi. In my opinion, this is something that should be included with the core app, and maintained on my the Kodi team. Many thanks to giftie for getting the ball rolling, and it now looks like it is in good hands again!