movie trailer scripts
movie trailer scripts
hi everybody
I'm new to this forum and was wondering does anyone know of a script to link the movies to their trailers on YouTube or imdb or Any website that has movie trailers.
thanks.
I'm new to this forum and was wondering does anyone know of a script to link the movies to their trailers on YouTube or imdb or Any website that has movie trailers.
thanks.
Hi,
I wrote a little script to search and set the embedded trailer link from YouTube in URL field or custom field 'Trailer'.
The script takes the first movie trailer found, so it is possible that there are some mistakes .
The script GetEmbeddedTrailerFromYouTube.ifs is here: http://mickaelvanneufville.online.fr/AMCU/scripts/
Soulsnake.
I wrote a little script to search and set the embedded trailer link from YouTube in URL field or custom field 'Trailer'.
The script takes the first movie trailer found, so it is possible that there are some mistakes .
The script GetEmbeddedTrailerFromYouTube.ifs is here: http://mickaelvanneufville.online.fr/AMCU/scripts/
Soulsnake.
-
- Posts: 62
- Joined: 2009-11-12 05:53:14
Hi soulsnake.
May i ask something?
When i press F6 in AMC your script GetEmbeddedTrailerFromYouTube.ifs is not showing although i see it in the AMC script directory.
I am only able to see it only if i pres shift+F6.
Am i doing something wrong ?
UPDATE: I was remembering that i had this problem in the past.The solution is here towards the end of the thread.
Btw ,thank you for this script.It works like a charm.
Thank you for your time reading this.
Regards,
the_observer.
P.S. Could this be done also for trailers from cine.gr cause it has greek subs.Probably this is asking too much.I am very happy as it is now.Just asking...
May i ask something?
When i press F6 in AMC your script GetEmbeddedTrailerFromYouTube.ifs is not showing although i see it in the AMC script directory.
I am only able to see it only if i pres shift+F6.
Am i doing something wrong ?
UPDATE: I was remembering that i had this problem in the past.The solution is here towards the end of the thread.
Btw ,thank you for this script.It works like a charm.
Thank you for your time reading this.
Regards,
the_observer.
P.S. Could this be done also for trailers from cine.gr cause it has greek subs.Probably this is asking too much.I am very happy as it is now.Just asking...
-
- Posts: 62
- Joined: 2009-11-12 05:53:14
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi,
In the last version (1.1 (17/04/2013)) of GetEmbeddedTrailerFromYouTube script, you have to change the line 37 (in AMC editor) :
By
Original post
In the last version (1.1 (17/04/2013)) of GetEmbeddedTrailerFromYouTube script, you have to change the line 37 (in AMC editor) :
Code: Select all
videoId := findInfo('data-context-item-id="', '"', page,'4');
Code: Select all
videoId := findInfo('<a href="/watch?v=', '"', page,'4');
Bonjour,Raoul_Volfoni wrote:Hi,
In the last version (1.1 (17/04/2013)) of GetEmbeddedTrailerFromYouTube script, you have to change the line 37 (in AMC editor) :ByCode: Select all
videoId := findInfo('data-context-item-id="', '"', page,'4');
Original postCode: Select all
videoId := findInfo('<a href="/watch?v=', '"', page,'4');
Je suis un fervant utilisateur de AMC, et j'utilise beaucoup la recherche des Trailer, depuis quelques jours le script "GetEmbeddedTrailerFromYouTube " ne fonctionne plus
merci pour votre travaille.
Bonne journée.
Hi,
The script has been updated to fix and prevent some YouTube changes.
Thanks to ririri.
The new script GetEmbeddedTrailerFromYouTube.ifs is here: http://mickaelvanneufville.online.fr/AMCU/scripts/
Soulsnake.
The script has been updated to fix and prevent some YouTube changes.
Thanks to ririri.
The new script GetEmbeddedTrailerFromYouTube.ifs is here: http://mickaelvanneufville.online.fr/AMCU/scripts/
Soulsnake.
Merci Soulsnake pour ta correction rapidesoulsnake wrote:Hi,
The script has been updated to fix and prevent some YouTube changes.
Thanks to ririri.
The new script GetEmbeddedTrailerFromYouTube.ifs is here: http://mickaelvanneufville.online.fr/AMCU/scripts/
Soulsnake.
super cela fonctionne
-
- Posts: 62
- Joined: 2009-11-12 05:53:14
-
- Posts: 62
- Joined: 2009-11-12 05:53:14
-
- Posts: 62
- Joined: 2009-11-12 05:53:14
Hi,
You can install the last update of AMC 4.2.1 [BETA] to fix the problem with HTTPS websites.
I have updated the script too. It is up to date in last update of AMC.
Last update of AMC : viewtopic.php?t=4844
The new script GetEmbeddedTrailerFromYouTube.ifs is here: http://mickaelvanneufville.online.fr/AMCU/scripts/
Soulsnake.
You can install the last update of AMC 4.2.1 [BETA] to fix the problem with HTTPS websites.
I have updated the script too. It is up to date in last update of AMC.
Last update of AMC : viewtopic.php?t=4844
The new script GetEmbeddedTrailerFromYouTube.ifs is here: http://mickaelvanneufville.online.fr/AMCU/scripts/
Soulsnake.
Re: movie trailer scripts
Bonjour à tous,
Depuis quelques temps la fonction GetEmbeddedTrailerFromYouTube.ifs ne fonction pas correctement.
il y a une erreur qui apparait quand la fonction
page := GetPage(address);
est atteinte "http/1.1 400 Bad Request"
j'ai bien comme la référence de recherche sur "https://www.youtube.com......."
Avez-vous une solution ?
merci d'avance pour votre aide.
Depuis quelques temps la fonction GetEmbeddedTrailerFromYouTube.ifs ne fonction pas correctement.
il y a une erreur qui apparait quand la fonction
page := GetPage(address);
est atteinte "http/1.1 400 Bad Request"
j'ai bien comme la référence de recherche sur "https://www.youtube.com......."
Avez-vous une solution ?
merci d'avance pour votre aide.