Skip to content

bentrevor/vlc-total-playlist-duration-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple extension I made for VLC Media Player that shows the total duration of the items in the playlist. I also included my hastily-written python script that can calculate the duration from a .xspf file that is saved from VLC.

##Linux

####To install:

Lua scripts are tried in alphabetical order in the user's VLC config directory lua/{playlist,meta,intf}/ subdirectory on Windows and Mac OS X or in the user's local share directory (~/.local/share/vlc/lua/... on linux), then in the global VLC lua/{playlist,meta,intf}/ directory.

####To use:

There is a new item in the "View" menu that says "playlist total duration", which pops up a dialog box that shows the total playlist length.

##OSX

Here are the steps that @dkamdar took to make it work on OSX:

  1. Created a new directory called extensions in folder - /Applications/VLC.app/Contents/MacOS/share/lua/

  2. Then copied the script - simple-time.lua to the new location /Applications/VLC.app/Contents/MacOS/share/lua/extensions

  3. Then restarted VLC and searched for duration under help menu and Voila! It pointed me to the location where the menu item was ... under VLC -> Extensions -> Playlist total duration.

vlc-extension on OS X

About

extension for vlc player to see total playlist duration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published