User Tools

Site Tools


howto:vlc-playlist-from-file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:vlc-playlist-from-file [2023/03/13 17:32] – [Associate VLC to webm videos] Wulf Rajekhowto:vlc-playlist-from-file [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 63: Line 63:
  
 note: source from github adjusted to sort numbers as Versions like nemo file manager does. note: source from github adjusted to sort numbers as Versions like nemo file manager does.
-<code ~/.local/bin/vlc.sh>+<code bash ~/.local/bin/vlc.sh>
 #!/bin/bash #!/bin/bash
  
Line 121: Line 121:
 powershell -File %USERPROFILE%\vlc.ps1 %1 powershell -File %USERPROFILE%\vlc.ps1 %1
 </code> </code>
-<code vlc.ps1>+<code powershell vlc.ps1>
 Param([string]$filename) Param([string]$filename)
  
Line 164: Line 164:
 When you start VLC you get a new menu item: View > Move currently playing file into wastebasket. When you start VLC you get a new menu item: View > Move currently playing file into wastebasket.
  
-<code WasteBasket.lua>+<code lua WasteBasket.lua>
 --[[ --[[
 INSTALLATION (create directories if they do not exist): INSTALLATION (create directories if they do not exist):
Line 315: Line 315:
  
 https://github.com/surrim/vlc-delete/ https://github.com/surrim/vlc-delete/
-<code delete.lua>+<code lua delete.lua>
 --[[ --[[
  Copyright 2015-2019 surrim  Copyright 2015-2019 surrim
howto/vlc-playlist-from-file.1678728722.txt.gz · Last modified: 2023/05/29 11:53 (external edit)