Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 8 9 10 11  Previous   Next
YouTube/Google Video HTML Window
Author Message
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,329
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
This guy don't have quite as many (but still a lot)... but definitely worth checking out...

http://www.youtube.com/user/TVIntros
Pete
DVD Profiler Unlimited RegistrantStar ContributorZwollenaar
DVDProfiler..,We needs it
Registered: March 13, 2007
Netherlands Posts: 4,506
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Is it maby possible to update this layout and add myspacetv.com to it ?

Thanks 
Registered: July 7 2000
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,329
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
The person that wrote this code has been very busy lately... but hopefully he can work on it again before too long... I would still like to see an option to not see the video's file name with the embedded video. 
Pete
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
Wasn't the script coded so that you could do exactly that: add new site in the provider array? Namely this part:
Quote:

// -------- Configuration block - Start --------
// "Player name", "Notes field attribute", "Player URL", "Player link path", "Player embed path", "Player as link"
var vid = new Array(
  ["Google", "googlevideo=", "http://video.google.com/", "videoplay?docid=", "googleplayer.swf?docId=", false, []],
  ["Video Detective", "videodetective=", "http://www.videodetective.com/", "codes/player.swf?PublishedID=", "codes/player.swf?PublishedID=", true, []],
  ["YouTube", "youtube=", "http://www.youtube.com/", "watch?v=", "v/", false, []],
  ["@"]
);
var asl = false;
var wid = 300; // a width value dividable by 25
var der = true; // Display a 'No * Available' message
 Last edited: by RossRoy
DVD Profiler Unlimited RegistrantStar ContributorZwollenaar
DVDProfiler..,We needs it
Registered: March 13, 2007
Netherlands Posts: 4,506
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Sorry RossRoy but i realy have no idea how to do that, html is for me abracadabra... 
Registered: July 7 2000
 Last edited: by Zwollenaar
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
I'll fiddle with it later today and post back my findings if I can get it to work with MySpaceTV.com
DVD Profiler Unlimited RegistrantStar ContributorZwollenaar
DVDProfiler..,We needs it
Registered: March 13, 2007
Netherlands Posts: 4,506
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting RossRoy:
Quote:
I'll fiddle with it later today and post back my findings if I can get it to work with MySpaceTV.com


Ok, thanks.... 
Registered: July 7 2000
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
I tried... and all I did was break it, and I can't find where it breaks.. sorry
DVD Profiler Unlimited RegistrantStar ContributorZwollenaar
DVDProfiler..,We needs it
Registered: March 13, 2007
Netherlands Posts: 4,506
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting RossRoy:
Quote:
I tried... and all I did was break it, and I can't find where it breaks.. sorry


Doesn't matter...
Thanks for trying... 
Registered: July 7 2000
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
OK, I've got it working to a certain extent - but I'm not familiar with this HTML window, so there may be problems I haven't noticed.

You need to add this line to your players config in the HTML code:
Quote:
  ["MySpaceTV", "myspacetv=", "http://lads.myspace.com/videos/", "", "vplayer.swf?m=", false, []],


so it becomes:
Quote:
var vid = new Array(
  ["MySpaceTV", "myspacetv=", "http://lads.myspace.com/videos/", "", "vplayer.swf?m=", false, []],
  ["Google", "googlevideo=", "http://video.google.com/", "videoplay?docid=", "googleplayer.swf?docId=", false, []],
  ["Video Detective", "videodetective=", "http://www.videodetective.com/", "codes/player.swf?PublishedID=", "codes/player.swf?PublishedID=", true, []],
  ["YouTube", "youtube=", "http://www.youtube.com/", "watch?v=", "v/", false, []],
  ["@"]
);


and add to your notes section:
Quote:
<videos myspacetv=xxxxx />

where xxxxx is the video id number they give the video

I hope this helps!
 Last edited: by northbloke
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
Quoting northbloke:
Quote:
OK, I've got it working to a certain extent - but I'm not familiar with this HTML window, so there may be problems I haven't noticed.



That's what I did.. Unless I made a mistake in the line in the array definition, but anyway. On my side, it broke everything else. It wouldn't see the other videos, I lost the styling, etc.
DVD Profiler Unlimited RegistrantStar Contributornorthbloke
Registered: March 15, 2007
Reputation: High Rating
United Kingdom Posts: 5,459
Posted:
PM this userDirect link to this postReply with quote
When I first tried I included the player link info and it wouldn't play any videos from any site. So I removed it and relied on the embed instead - that got it working, so I left that part empty.
DVD Profiler Unlimited RegistrantStar Contributorhayley taylor
Past Contributor
Registered: March 14, 2007
Reputation: High Rating
United Kingdom Posts: 1,022
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Thanks to all involved in developing this, started it today and found it very easy to set-up and begin working, very impressive and good fun trawling the trailers 
DVD Profiler Unlimited RegistrantMike
Registered: March 13, 2007
United States Posts: 453
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
i think the trailer plug in is cool but I find my trailers disapear and it says "Were sorry  that video is no longer avaliable", anyone else have this problem?

The other thing is trying to find trailer in itself.
 Last edited: by Mike
DVD Profiler Unlimited RegistrantRossRoy
Registered: March 13, 2007
Posts: 793
Posted:
PM this userDirect link to this postReply with quote
Quoting Mike:
Quote:
i think the trailer plug in is cool but I find my trailers disapear and it says "Were sorry  that video is no longer avaliable", anyone else have this problem?


There's nothing that can be done against that. It's copyright at its best! Prevent free marketing by preventing YouTube from hosting a movie trailer! 
DVD Profiler Unlimited RegistrantMike
Registered: March 13, 2007
United States Posts: 453
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
IMDB seems to have a lot of trailers can it be used with the trailer option?
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 8 9 10 11  Previous   Next