Jimboscrazy / embermediamanager

Automatically exported from code.google.com/p/embermediamanager
1 stars 0 forks source link

HD trailers Database on YouTube Trailers #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click edit movie
2. Enter manual YouTube trailer (e.g.
http://www.youtube.com/watch?v=WZAttjca0b8&hd=1)
3.Click Fetch Formats
4. Nothing happens, no formats returned.

What version of the product are you using? On what operating system?
r1098 on Windows 7 Ultimate x64

Original issue reported on code.google.com by shutchin...@gmail.com on 23 Dec 2009 at 4:30

GoogleCodeExporter commented 9 years ago
That is confirmed. 

shutchinson, is it the only one you found not working or you have others too?
It was working for me with dozen of movies.

Original comment by nadas.bence@gmail.com on 23 Dec 2009 at 5:46

GoogleCodeExporter commented 9 years ago
Hey Nadas,
Naw, I tried a few. 

27 Dresses - http://www.youtube.com/watch?v=VV1-pePln_I&hd=1
Casino Royale - http://www.youtube.com/watch?v=a3EN8j21qEw&hd=1
College - http://www.youtube.com/watch?v=EERj6knfRNI&hd=1

Original comment by shutchin...@gmail.com on 23 Dec 2009 at 5:52

GoogleCodeExporter commented 9 years ago
Bahhh, does youtube change something again? :(

Original comment by nadas.bence@gmail.com on 23 Dec 2009 at 10:31

GoogleCodeExporter commented 9 years ago
No, this is my fault - when I changed the auto-scraper to pick the best quality 
video 
link, it messed up the manual one.
I will fix and update 

Original comment by rogue.da...@gmail.com on 23 Dec 2009 at 10:32

GoogleCodeExporter commented 9 years ago
Ah, OK, luckily :)
Thank you Dazza!

shutchinson, about your database idea, have you meant that you could host 
something
like this online?

Bence(is my first name)

Original comment by nadas.bence@gmail.com on 23 Dec 2009 at 10:42

GoogleCodeExporter commented 9 years ago
Ok, please test the latest revision - it seems to be working for me.

Original comment by rogue.da...@gmail.com on 23 Dec 2009 at 11:01

GoogleCodeExporter commented 9 years ago

Original comment by rogue.da...@gmail.com on 23 Dec 2009 at 11:41

GoogleCodeExporter commented 9 years ago
Bence,
Yes I could host something like this online. I have the front end designed, 
just need
to setup the backend and finish the php.

Original comment by shutchin...@gmail.com on 23 Dec 2009 at 4:41

GoogleCodeExporter commented 9 years ago
Dazza, Jason,

Can you think about any blocking point to make use of such a database?
If shutchinson think this serious and he can host it in a reliable, fast 
connection,
and he will maintain and support it continously, then why not? I would support 
the idea.

Original comment by nadas.bence@gmail.com on 24 Dec 2009 at 7:50

GoogleCodeExporter commented 9 years ago
Not at all... it would be a huge asset, not only to ember but to all media 
managers. Have an 
api for searching, and allow users to add links... will be awesome.

Original comment by jason.schnitzler on 24 Dec 2009 at 8:04

GoogleCodeExporter commented 9 years ago
Downside of allowing users to add links would be that too many SD trailers had 
linked
because there are far too many idiots out there. In that case unfortunatelly 
some
moderation would be needed as well.

Original comment by nadas.bence@gmail.com on 24 Dec 2009 at 8:12

GoogleCodeExporter commented 9 years ago
Well, there could just be some predefined options for users to select when 
adding a
link: SD, 720p, and 1080p. It doesn't have to be *just* HD trailers. ;) I think 
the
biggest problem is going to be getting direct links to the video files.

Original comment by jason.schnitzler on 24 Dec 2009 at 7:53

GoogleCodeExporter commented 9 years ago
I suppose SD / 720p / 1080p fields could be an option, but given that embermm 
can
already differentiate formats from a singular HD URL, essentially you only need 
to
pass on the HD URL to EMM and let it handle the format pulling.

At the moment here is how I have the alpha (read: simple) version planned.

Index page similar to: http://hdtrailers.allhtpc.com

Users submit a YouTube HD Trailer URL and associated IMDB ID. This then sits in 
a
moderation queue. Admins/moderators then login to the backend where they see a 
list
of the submitted URLs/IDs. They then manually check them to verify the URL is 
working
and matches the IMDB ID and approves it if accurate.

The DB currently consists of two fields: "IMDBID" and "TrailerLink"

Of course this can be expanded, modified, etc.

Original comment by shutchin...@gmail.com on 24 Dec 2009 at 8:25

GoogleCodeExporter commented 9 years ago
Looks good to me, but I am strongly against linking only SD youtube URLs. It is
useless, seriously. 

And if the currently implemented scraper can always differentiate an SD URL 
(I've
never try that), then the users can still get SD if they want. 

But to stay on the quality side, I would prohibit only SD links...

Original comment by nadas.bence@gmail.com on 24 Dec 2009 at 9:48