annegerben / oversight

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

show BD bluray icon for BMDV structures.. #319

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The correct way would be to add a new media type field to index.db. If the
field is not present then work it out from the file extension.

Another way (not as good) is to add some kind of suffix to the path in
index.db so that it can differentiate between DVD and BDMV. 

A bad way is to look inside the folder when drawing the page. (too much
file system access)

Original issue reported on code.google.com by lordylo...@gmail.com on 31 Mar 2010 at 5:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Accompany the path with the VIDEO_TS or BDMV might be a better solution then 
the 
suffix 
in the path, actually, it might strip some code in catalog.sh. Since it is 
already 
there.

The downside is that you need to strip it in the C code, before playback.
I think this is the less resistant path. Since a new media type field needs 
more 
code to 
interpret and be written to index.db.

To be clear, I am not saying that any of those solutions is the best way to 
go.. 

Original comment by nico%ber...@gtempaccount.com on 31 Mar 2010 at 6:30