-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Knowledge
Events
People
Jobs
Register
Login

Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

Add Similar Files From Folder w AutoSort

  

VLC Extension

Score 53%
Downloads:  9187
Submitted:  Apr 12 2012

Description:

A slight alteration to the BRILLIANT work by kempfjb with his/her AddSimilar extension, but with some post-sorting action within VLC and in the table processing.

Do you have sorted folders for your media files? Do you want to have those files play in sequential order automatically? Simply play the first file of your choosing and select this extension - it will find similar files within that folder and automatically add them to the VLC playlist, then sort them by title. So, if you have VideoS01E01.avi through VideoS01E15.avi, it will just keep playing through the files in episode order.

To install, download this lua file and place within your VideoLan application folder under VLC,lua,extensions folder. Then run a video file and select Add Similar With Sort from the View menu.

Here is the link to kempfjb original Add Similar extension: http://addons.videolan.org/content/show.php/Add+similar+files+from+folder?content=140699




LicenseGPL
(AddSimilarWithSort)
Send to a friend
Subscribe
Other  Apps  from PooterTF
Report inappropriate content

-
.

 Question

 
 by shywolf91 on: May 29 2012
 
Score 50%

Does this work on mac? How would you use it on mac?


Reply to this

-

 Re: Question

 
 by PooterTF on: May 29 2012
 
Score 50%

Just tried it on my Mac and it doesn't seem to work properly. When activated, it opens a long blank window with nothing but an OK button that doesn't do anything. From everything I read, extension support for VLC on the Mac are still a developing thing.


Reply to this

-

 Can't handle Unicode

 
 by Chematronix on: Jun 26 2012
 
Score 50%

Doesn't works in Windows 7 either. Seems it has problems handling Unicode, besides not filtering non-video files:

Quote:

lua debug: [Add Similar] adding: D:/Mis Documentos/Educación/Cursos en línea/Algoritmos - Diseño y Análisis I/Lecciones/3 - 1 - O(n log n) Algorithm for Counting Inversions I (13 min).srt
lua debug: Path: file:///D:/Mis Documentos/Educación/Cursos en línea/Algoritmos - Diseño y Análisis I/Lecciones/3 - 1 - O(n log n) Algorithm for Counting Inversions I (13 min).srt
lua debug: Name: 3 - 1 - O(n log n) Algorithm for Counting Inversions I (13 min).srt
lua debug: [Add Similar] adding: D:/Mis Documentos/Educación/Cursos en línea/Algoritmos - Diseño y Análisis I/Lecciones/3 - 2 - O(n log n) Algorithm for Counting Inversions II (17 min).mp4


File reading failed:
VLC could not open the file "D:\Mis Documentos\Educaci??n\Cursos en l??nea\Algoritmos - Dise??o y An??lisis I\Lecciones\3 - 2 - O(n log n) Algorithm for Counting Inversions II (17 min).mp4". (%m)


Reply to this

-

 Re: Can't handle Unicode

 
 by PooterTF on: Jun 26 2012
 
Score 50%

That's bizarre - I've been using it in Windows 7, both 32 and 64-bit. I use it nearly every day and never got an error.


Reply to this

-

 Re: Re: Can't handle Unicode

 
 by Chematronix on: Jun 26 2012
 
Score 50%

Does it works for you with non-ASCII characters (p.e. áéíóú) in the path?


Reply to this

-

 Re: Can't handle Unicode

 
 by Chematronix on: Jun 27 2012
 
Score 50%

Fixed reencoding the path:
Quote:

new_item.path = "file:///".. vlc.strings.encode_uri_component(path..file)


Reply to this

-
.

 Didn't work on Ubuntu/Linux

 
 by fiveoak on: Mar 17 2013
 
Score 50%

The file path is messed up on Linux since it's missing an initial / character, so I changed line 103 to

Quote:
path = vlc.strings.decode_uri(string.sub(item:uri(), 8 , -(string.find(string.reverse(item:uri()), "/", 0, true))))

This replaces the 9 in the original code with an 8 (so it only strips the file:// not file:///) and it works.


Reply to this

Add commentBack




-
 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Participate
Add App
Public API
About addons.videolan.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Report Abuse
 

Copyright 2011-2013 addons.videolan.org Team  
All rights reserved. addons.videolan.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
VideoLAN, VLC media player and x264 are trademarks registered (or in registration process) by the VideoLAN non-profit organization