pdherbemont / Glasses

This is the next generation of VLC for Mac also called Lunettes.
http://wiki.github.com/pdherbemont/Glasses
206 stars 25 forks source link

Bookmarks #53

Open fkuehne opened 14 years ago

fkuehne commented 14 years ago

It would be nice to have a working and savable boobmarks feature in Lunettes the same way it should have been implemented in VLC for a long time.

CarterA commented 14 years ago

Would bookmarks be stored in the media file as metadata, or in the app preference file?

fkuehne commented 14 years ago

Probably in the app preference data (within a CoreData facility) as this is a lot easier and allows support for all kinds of file-formats supported by VLC. A bunch of container formats supported by VLC don't allow bookmarks (such as AVI, ASF, MPEG TS, ...). Therefore, this approach would make sense IMO.

pdherbemont commented 14 years ago

Yes, the CoreData DB is a good idea for that IMO. It would need to be extended, but it's not a big deal.