[RELEASE] MTV Networks Plugin (MTV, VH1, CMT, Logo) Music Videos

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Thumbs Up  [RELEASE] MTV Networks Plugin (MTV, VH1, CMT, Logo) Music Videos Post: #1
Get it from the SVN Repo.

video plugin for music videos from mtv networks.

Categories
Browse Artists A-Z
Browse Artists by genre
Browse Videos by genre
Search Artists
Search Videos

added:
thumbnails for artists and videos
search

To add:
Favorite videos and artists.
Random Video Mode/Continuous play?

i created this before i realized another mtv plugin existed but no longer functions. discussion here http://forum.xbmc.org/showthread.php?tid=9508

i got it and installed it to see if i should release this and the plugin doesn't seem to function anymore so i am going to go ahead and release this.

just wanted to say this is completely independent from the other script.

Update: download an addon version here http://www.megaupload.com/?d=VI31V6X7
(This post was last modified: 2010-08-02 13:37 by BlueCop.)
find quote
dieselboy27 Offline
Fan
Posts: 350
Joined: Aug 2008
Reputation: 0
Location: Canada
Post: #2
Where is this SVN repo? I would love to be able to watch music videos streamed to my plasma. Typically I just download the .rar script like navi-x and then upload to my xbox. Is there another way perhaps via the xbox itself to get these scripts? I know this is the wrong place to ask, but help me out please...
find quote
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #3
http://forum.xbmc.org/showthread.php?tid=29911
it's a sticky
find quote
queeup Online
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #4
thx man. yea some videos have static sound both dvdplayer and mplayer.
find quote
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #5
queeup Wrote:thx man. yea some videos have static sound both dvdplayer and mplayer.

I actually think it is only playing it with dvdplayer. i am not sure mplayer will play rtmp streams at all. i should probably remove the option.

i have saved several of the problematic videos and they the saved files play fine with xbmc in mplayer but even played localled with dvdplayer it will output static and think it is pcm sound rather then mp3
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #6
BlueCop Wrote:I actually think it is only playing it with dvdplayer. i am not sure mplayer will play rtmp streams at all. i should probably remove the option.

i have saved several of the problematic videos and they the saved files play fine with xbmc in mplayer but even played localled with dvdplayer it will output static and think it is pcm sound rather then mp3

Upload a video somewhere (PM me if need somewhere to stick it) and create a trac ticket please.

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
find quote
PantsOnFire Offline
Fan
Posts: 530
Joined: Aug 2008
Reputation: 2
Post: #7
Hey there,

Great idea for a plugin, I've been looking for something like this for ages.

Having problems tho, I get the error "python script failed" upon trying to load a music video.

Here's a log:

Code:
start of NBC Universal plugin
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232  NOTICE: http://api.mtvnservices.com/1/video/hznHivqrbHHZBZNS/
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232  NOTICE: MTVN --> getHTML :: url = http://api.mtvnservices.com/1/video/hznHivqrbHHZBZNS/
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232  NOTICE: mgid:uma:video:api.mtvnservices.com:20296
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232  NOTICE: MTVN --> getHTML :: url = http://api-media.mtvnservices.com/player/embed/includes/mediaGen.jhtml?uri=mgid:uma:video:api.mtvnservices.com:20296&vid=20296&ref={ref}
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232  NOTICE: Traceback (most recent call last):
16:45:07 M: 27615232  NOTICE:   File "Q:\plugins\video\MTV\default.py", line 221, in ?
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232  NOTICE: playRTMP(url, name)
16:45:07 M: 27615232  NOTICE:   File "Q:\plugins\video\MTV\default.py", line 106, in playRTMP
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232  NOTICE: rtmpfull = mtvn.getrtmp(url)
16:45:07 M: 27615232  NOTICE:   File "Q:\plugins\video\MTV\mtvn.py", line 171, in getrtmp
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232  NOTICE: playpath = rtmpsplit[1].replace('.flv','')
16:45:07 M: 27615232  NOTICE: IndexError
16:45:07 M: 27615232  NOTICE: :
16:45:07 M: 27615232  NOTICE: list index out of range
16:45:07 M: 27615232  NOTICE:
16:45:07 M: 27615232   ERROR: Scriptresult: Error


EDIT: This is on XBOX by the way.
(This post was last modified: 2009-03-23 18:53 by PantsOnFire.)
find quote
dieselboy27 Offline
Fan
Posts: 350
Joined: Aug 2008
Reputation: 0
Location: Canada
Post: #8
I'm also seeing this python script error, but I'm going to try the other player. I was using mplayer. Ideally though it would be great to have the most popular videos from mtv. Just something I can click play and it will run through them continuously.
find quote
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #9
rwparris2 Wrote:Upload a video somewhere (PM me if need somewhere to stick it) and create a trac ticket please.
I plan to. sorry i am just slow sometimes. I feel like should research it as much as possible.

PantsOnFire: i can't replicate the problem. that mtv url is for Audioslave - Like A Stone and i am playing that video right now without problem.

if you have a crash or problem with the script please post the artist - song name. also you platform

are you people having problems all on xbox?
find quote
nicoli_k Offline
Team-XBMC Forum Moderator
Posts: 659
Joined: May 2008
Reputation: 0
Location: USA
Post: #10
I have an xbox with the january 25 build and it is working for me (except for the weird playback problem on some of the videos which is currently multi-platform.)
thanks for your work BlueCop!
(This post was last modified: 2009-03-24 03:49 by nicoli_k.)
find quote
Post Reply