Search found 6 matches

Go to advanced search

by ogilvierothchild
06 May 2021 04:45
Forum: Scripting VLC in lua
Topic: [Interface/Extension] Filename Forcer
Replies: 9
Views: 15526

Re: [Interface/Extension] Filename Forcer

I have tested the script I posted in VLC version 3.0.11.1 on all supported platforms.

Once the script is installed, it appears in the menu and must be manually activated on each VLC launch.

Please post the full log using pastebin and copy a link here if you're still having problems.
by ogilvierothchild
08 Nov 2020 17:41
Forum: Scripting VLC in lua
Topic: [Interface/Extension] Filename Forcer
Replies: 9
Views: 15526

Re: [Interface] Filename Forcer

You could use a pastebin and link to the log. There isn't enough there to determine anything.

I will retry next week when I get access to my Mac, but we'll see how it goes.

Thanks for the feedback!
by ogilvierothchild
02 Nov 2020 11:07
Forum: Scripting VLC in lua
Topic: [Interface/Extension] Filename Forcer
Replies: 9
Views: 15526

Re: [Interface] Filename Forcer

Unfortunately my only Mac is in my office, which has been closed for months. Could you retry with VLC 3.0.8 ? Also, change the line

Code: Select all

local verbosity = 1
to say

Code: Select all

local verbosity = 2
then paste in the log here. If the menu item showed up, at least we know it found the script.

Thanks!
by ogilvierothchild
10 May 2020 15:43
Forum: VLC media player Feature Requests
Topic: rename function in meda library
Replies: 3
Views: 1218

Re: rename function in meda library

Can you give an example stream that you'd like to override the display name on?
by ogilvierothchild
15 Apr 2020 17:23
Forum: VLC media player Feature Requests
Topic: Option to display FILE NAMES instead of META TAGS
Replies: 111
Views: 116645

Re: Option to display FILE NAMES instead of META TAGS

Please find a working VLC Lua extension for this purpose attached to my post here:

https://forum.videolan.org/viewtopic.php?f=29&t=136996#p502502
by ogilvierothchild
15 Apr 2020 16:38
Forum: Scripting VLC in lua
Topic: [Interface/Extension] Filename Forcer
Replies: 9
Views: 15526

Re: [Interface] Filename Forcer

Since the previous post wasn't working, despite most of the needed code being present, I've updated it to function properly. Tested on VLC 3.0.8 on Linux. For context, this is a VLC extension that forces the 'title' field in the VLC Playlist and Media Library to be the filename of the media file, in...

Go to advanced search