Ticket #289 (assigned enhancement)

Opened 2 years ago

Last modified 2 years ago

Custom path for better PS3 experience

Reported by: karatsu Assigned to: dev (accepted)
Priority: major Milestone:
Component: Feature Requests Version:
Keywords: Cc:

Description

I've modif some of your python script to make it work like i wishes with my ps3.

1) i've modify appleTrailer to fetch 720p movies, which are in better quality than default trailer and are in mp4 wich make them compatible with ps3

2) i've correct url for photo thumbnails which were not working with space in url

3) i've made a custom fonction to search for thumbnails for videos fils.

it search on a subfolder ".thumbs" a file with the same name as the movie ending with .jpg or .png

(i've made some script to generate this thumbnails via cron)

Attachments

fs_storage.py (39.1 kB) - added by karatsu on 21.02.2010 23:04:31.
Modified fs_storage
appletrailers_storage.py (7.3 kB) - added by karatsu on 22.02.2010 21:12:20.
Custom Apple Trailer

Change History

21.02.2010 23:04:31 changed by karatsu

  • attachment fs_storage.py added.

Modified fs_storage

22.02.2010 20:55:58 changed by dev

  • owner set to dev.
  • status changed from new to assigned.

22.02.2010 21:04:03 changed by dev

(In [1638]) Coherence FSStore: rework the way thumbnails are detected and provide them for video files too.

Thumbnails are searched for by default in a folder .thumbs relative to the file and should have the same name as the file itself, just with the extension changed to .jpg or .png.

addresses #289 - thx karatsu - and closes #285

22.02.2010 21:12:20 changed by karatsu

  • attachment appletrailers_storage.py added.

Custom Apple Trailer

(follow-up: ↓ 4 ) 22.02.2010 21:14:36 changed by karatsu

i have add my custom appletrailer i've modify the url to fetch movies and add a substring tu suppress "movies." "movies." is an alias on apple server and redirecte to summary withou "movies." at the begin of the url you can read the movie

(in reply to: ↑ 3 ) 22.02.2010 21:22:26 changed by dev

Replying to karatsu:

i have add my custom appletrailer i've modify the url to fetch movies and add a substring tu suppress "movies." "movies." is an alias on apple server and redirecte to summary withou "movies." at the begin of the url you can read the movie

thank very much you for these suggestions!

There is already a ticket #170 about that topic, and the idea there was to merge the two xml files, as not all trailers are available in 720p.

I'll try to incorporate your changes and create a new version of that backend.

(follow-up: ↓ 6 ) 13.03.2010 01:00:35 changed by sailman

I try it with my xbox360 and it's not working.

Any body have any suggestion ?

(in reply to: ↑ 5 ) 09.04.2010 17:50:35 changed by sailman

Replying to sailman:

I try it with my xbox360 and it's not working. Any body have any suggestion ?

Ok I answer myself to the question and I bought a PS3 and now I got the movie cover correctly thank's for this patch!