29 Commits (98ebfae90e254454f69bd1b3d2bc8a475d94fb4e)

Author SHA1 Message Date
Ilkka Ollakka c559cc48cb lua art: don't try too much to find some art 16 years ago
Ilkka Ollakka 5661954c35 lua: fix fuzzy musicbrainz search and use " " around title/artists 16 years ago
Ilkka Ollakka 9f58708442 use requested item for meta fetching instead of currently playing one 16 years ago
Ilkka Ollakka 7dbf7908bf lua: add art fetcher for last.fm 16 years ago
Rémi Duraffort dd9997bcbf lua: fix my previous commit (missing '()'). 16 years ago
Rémi Duraffort 5c29e5fc20 Lua: fix the remaining scripts. 16 years ago
Antoine Cellerier 4822a79c71 Change vlc.stream() and vlc.memory_stream() error reporting to behave like lua's io.open() or loadfile() functions. 16 years ago
Jean-Baptiste Kempf 426550fe23 Removing tabs from previous commits. 16 years ago
Jean-Baptiste Kempf d66b08e086 Fix GoogleImage warning. Close #3311 16 years ago
Antoine Cellerier 62ce520665 Add a third query with fuzzy search enabled for every word. (We could also add other searches with lower fuzzyness if the first try fails) 16 years ago
Antoine Cellerier ffd70ceb68 Try a second musicbrainz query if the first one failed. This allows for fuzzier matches (like not taking spaces into account in 1980 - 1990 for example) but still doesn't fix issues with minor spelling errors. 16 years ago
Antoine Cellerier 0759e71b2f Use lua's object syntactic sugar: a.b(a,c,d) => a:b(c,d) 16 years ago
Pierre d'Herbemont 79fc5b947b frenchtv.lua: More logos. 16 years ago
Pierre d'Herbemont d36e411761 frenchtv.lua: Make sure we handle channels name like "XXX HD" or "XXX (bas débit)" 16 years ago
Pierre d'Herbemont 63e311d406 tvrage.lua: Update copyright. 16 years ago
Pierre d'Herbemont 31d87810b0 lua: Disable 10_googleimage.lua. 17 years ago
Pierre d'Herbemont 1273d73899 lua: Add a tvrage.lua meta fetcher. 17 years ago
Pierre d'Herbemont 7e8e215ddc frenchtv: Add a new lua "art finder". 17 years ago
Pierre d'Herbemont 555cb288ee Allow lua "meta reader" and implement a meta reader from filename. 17 years ago
Rafaël Carré 9a746cfa30 Fix xspf reading/writing 17 years ago
Rafaël Carré a654d4a14e Fix xspf reading/writing 17 years ago
Ilkka Ollakka 38c77e3c57 lua: fix cornercase on musicbrainz-lua script. 17 years ago
Antoine Cellerier 90199a6984 Simplify and fix some lua scripts. 18 years ago
Antoine Cellerier 90d15c424d Oops. (shouldn't change anything except remove a few warnings in the logs) 18 years ago
Antoine Cellerier 950caf1735 Reimplement MB module in Lua. 18 years ago
Antoine Cellerier ba2e3c57df Add new functions to Lua API. 18 years ago
Ilkka Ollakka c8e9ec9612 fix error: lua playlist warning: Error while runing script 18 years ago
Antoine Cellerier 009f2b02c2 Update lua meta script to new API (untested). 18 years ago
Antoine Cellerier 326015842f Add a global documentation for all the Lua modules. 18 years ago
Antoine Cellerier 4ad218c25f Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to check the changes to the Win32 and Mac OS X specific Makefile.am parts. 18 years ago