]> git.sesse.net Git - vlc/commit
Allow lua "meta reader" and implement a meta reader from filename.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 7 Jan 2010 00:07:02 +0000 (01:07 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 7 Jan 2010 01:37:34 +0000 (02:37 +0100)
commit555cb288eea92ac9b2b5416225f678323f439ece
tree31a7d37706b262bf34dfe710e798d44f84b61b5e
parent855c0ab217885562742ec64c4e4193235befa616
Allow lua "meta reader" and implement a meta reader from filename.

"filename.lua"
  will check if the file name respects the following form:
    "Show.Name S19E01-jde.DEf.avi"
  upon success, it will fill the show name, the episode number and
  season number in the meta data.
  It will also set the title to "Show Name S19E01"
modules/misc/lua/meta.c
modules/misc/lua/vlc.c
modules/misc/lua/vlc.h
share/Makefile.am
share/lua/meta/art/01_musicbrainz.lua [moved from share/lua/meta/01_musicbrainz.lua with 89% similarity]
share/lua/meta/art/10_googleimage.lua [moved from share/lua/meta/10_googleimage.lua with 77% similarity]
share/lua/meta/art/README.txt [moved from share/lua/meta/README.txt with 97% similarity]
share/lua/meta/reader/README.txt [new file with mode: 0644]
share/lua/meta/reader/filename.lua [new file with mode: 0644]