JacopoBucchioni / vlc-permanents-bookmarks

VLC extension to store Bookmarks permanently
53 stars 11 forks source link

Does not work on DVDs #3

Open palex00 opened 2 years ago

palex00 commented 2 years ago

Hi,

I wanted to use this addon on a DVD I am playing with an external DVD Drive. But when I click on "Bookmarks" it does not open up anything. I tried it with a normal .mp4 and with that it worked. Can this somehow be fixed?

JacopoBucchioni commented 2 years ago

Hi, unfortunately the extension has not been tested on DVD media. Can you take a screenshot of debug logs in the Messages window when you try to open the extension on a DVD. To do that go to Tools > Messages and set verbosity to debug

palex00 commented 2 years ago

Thank you for the quick reply!

main debug: auto hiding mouse cursor
qt debug: activating or triggering extension 'VLC Permanents Bookmarks'
lua debug: Activating extension 'VLC Permanents Bookmarks'
lua debug: [Activate extension] Welcome! Start saving your bookmarks!
lua debug: Bookmarks directory: C:\Users\palex\AppData\Roaming\vlc\lua\extensions\userdata\bookmarks
lua debug: Closing dialog
lua debug: Video URI: dvd:///F:\
lua debug: fileName: 
lua debug: fileDir: nil
lua debug: init read hash data from stream
main debug: creating access: dvd:///F:\
main debug: (path: F:\)
main debug: looking for access module matching "dvd": 27 candidates
main debug: no access modules matched
main error: no suitable access module for `dvd:///F:\'
lua warning: Error while running script C:\Users\palex\AppData\Roaming\vlc\lua\extensions\vlc_permanents_bookmarks.lua, function activate(): ...ming\vlc\lua\extensions\vlc_permanents_bookmarks.lua:130: attempt to index local 'stream' (a nil value)
lua error: Could not activate extension!
lua debug: Deactivating 'VLC Permanents Bookmarks'

This is the log