summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua/autoload.lua
Commit message (Expand)AuthorAgeFilesLines
* TOOLS/lua/autoload: skip loading when playback is abortedsunpenghao2024-01-201-0/+6
* TOOLS/lua/autoload: bump the msg-level of some loggingDudemanguy2023-10-031-6/+6
* TOOLS/lua/autoload: rename local variable to lowercaseChristoph Heinrich2023-09-151-6/+6
* TOOLS/lua/autoload: pass extensions to recursive callChristoph Heinrich2023-09-151-1/+1
* TOOLS/lua/autoload: change EXTENSIONS_TARGET to a local variabledyphire2023-09-141-3/+4
* TOOLS/lua/autoload: fix specify loading only one type of filesdyphire2023-09-141-1/+1
* TOOLS/lua/autoload: add directory_mode optionChristoph Heinrich2023-09-131-2/+14
* TOOLS/lua/autoload: add recursive directory loadingChristoph Heinrich2023-09-131-36/+63
* TOOLS/lua/autoload: avoid adding entries to the playlist more then onceChristoph Heinrich2023-09-131-13/+15
* TOOLS/lua/autoload: support directoriesChristoph Heinrich2023-09-131-8/+22
* TOOLS/lua/autoload: Enable run-time updates of optionsChristoph Heinrich2023-08-191-12/+23
* TOOLS/lua/autoload: may specify loading only one type of filessunpenghao2023-08-191-3/+18
* TOOLS/lua/autoload: allow extending ext sets from script-optsllyyr2023-07-061-0/+16
* TOOLS/lua/autoload: avoid unnecessary playlist manipulation, performanceEva2023-07-031-20/+29
* TOOLS/lua/autoload: improve alphanumeric sortingChristoph Heinrich2023-01-151-4/+4
* TOOLS/lua/autoload: optimize performance of natural sortingChristoph Heinrich2023-01-091-5/+10
* TOOLS/lua/autoload: further optimize the natural sortingdyphire2023-01-091-35/+19
* TOOLS/lua/autoload: fix incorrect duplicate file loading behaviordyphire2022-10-241-9/+14
* TOOLS/lua/autoload: add various extra file extensionsLeo Izen2022-09-231-4/+6
* TOOLS/lua/autoload: alphebatize auto-loaded file extensionsLeo Izen2022-09-231-3/+4
* TOOLS/lua/autoload: add `m2ts` extensionDeadNews2022-09-141-1/+1
* TOOLS/lua/autoload: load files even if current file is hiddenLaserEyess2021-06-241-1/+3
* TOOLS/lua/autoload: add ignore_hidden optionLaserEyess2021-06-241-2/+4
* TOOLS/lua/autoload.lua: update script commentsThomas Carmichael2020-02-151-6/+6
* autoload.lua: Configurable autoload typesMarek Sebera2019-10-021-4/+42
* TOOLS/autoload: Fixed broken "disabled" optionAndreas Wennerberg2018-06-231-0/+1
* TOOLS/autoload: be more robust with slow directory listingsRicardo Constantino2018-03-101-11/+24
* TOOLS/autoload.lua: update extensionsCkat2017-12-031-1/+1
* TOOLS/autoload.lua: implement natural sortingRicardo Constantino2017-08-161-9/+32
* TOOLS/lua/autoload.lua: ignores all files starting with "."Yue Zhu2017-05-201-0/+3
* TOOLS/lua/autoload.lua: actually sort files case insensitiveRicardo Constantino2017-05-041-1/+2
* TOOLS/autoload: allow disabling through script-optsRicardo Constantino2016-12-051-1/+8
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-1/+1
* TOOLS/lua/autoload.lua: remove the extension prior to sortAlexis Nootens2016-02-021-0/+5
* TOOLS/autoload: avoid throwing an error when playing e.g. youtubebitingsock2015-10-201-1/+6
* TOOLS/lua/autoload: fix adding more files at end of auto-playlistRicardo Constantino2015-08-201-2/+5
* TOOLS/lua/autoload: add all files on startwm42015-08-201-2/+2
* TOOLS/lua/autoload: don't run if playlist is loadedRicardo Constantino2015-08-101-0/+4
* TOOLS/autoload: load only files that make senseMarcin Kurczewski2015-04-211-0/+30
* TOOLS/autoload: add blank lines for readabilityMarcin Kurczewski2015-04-211-0/+7
* TOOLS: autoload.lua: sort files case insensitivewm42015-04-181-1/+3
* TOOLS/lua/autoload: fix behavior with network URLswm42015-01-031-0/+3
* TOOLS/lua/autoload: fix operation outside of working dirwm42014-10-261-3/+7
* TOOLS/lua/autoload: don't shadow local variablewm42014-10-261-4/+4
* lua: fix compilation with lua 5.2wm42014-05-261-2/+4
* autoload.lua: fix autoloading of files to prependwm42014-05-251-1/+1
* TOOLS: add a Lua script to autoload playlist entrieswm42014-05-251-0/+69