IPED icon indicating copy to clipboard operation
IPED copied to clipboard

New Feature - VLC vlc-qt-interface.ini parser

Open Descadeirado opened this issue 1 year ago • 2 comments

I would like to ask for a new feature. It would be a parserr for the vlc-qt-interface.ini file, that has data like the most recent opened files with the application.

Thanks!

Descadeirado avatar Dec 28 '23 12:12 Descadeirado

Hi @Descadeirado, could you share some samples with me to help testing #2085?

lfcnassif avatar Feb 16 '24 01:02 lfcnassif

Sure, tomorrow i'll contact you.

Em qui., 15 de fev. de 2024, 22:07, Luis Filipe Nassif < @.***> escreveu:

Hi @Descadeirado https://github.com/Descadeirado, could youb share some samples with me to help testing #2085 https://github.com/sepinf-inc/IPED/pull/2085?

— Reply to this email directly, view it on GitHub https://github.com/sepinf-inc/IPED/issues/2034#issuecomment-1947585932, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOCYZ2YB6W2MZDD6TR5V4LYT2WLHAVCNFSM6AAAAABBFORP7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBXGU4DKOJTGI . You are receiving this because you were mentioned.Message ID: @.***>

Descadeirado avatar Feb 16 '24 02:02 Descadeirado

@Descadeirado I'm reviewing the initial parser @marcus6n wrote. Do you know what date format is used by those VLC files? We need to properly convert them: https://github.com/sepinf-inc/IPED/pull/2085#issuecomment-2008356923

lfcnassif avatar Mar 19 '24 23:03 lfcnassif

Do you know what date format is used by those VLC files?

These are not dates. It is the time (in milliseconds) inside the video of the last skip destination point (0 if there was no skip). I would say that it is not useful in most of the cases.

wladimirleite avatar Mar 20 '24 00:03 wladimirleite

These are not dates. It is the time (in milliseconds) inside the video of the last skip destination point (0 if there was no skip). I would say that it is not useful in most of the cases.

Thank you @wladimirleite! Just saw your reply now. Then, I'll possibly remove them, thanks.

lfcnassif avatar Mar 20 '24 00:03 lfcnassif