When using KDE and the graphical file managers dolphin and konqueror,
vlc is not listed as an option to open a DVD ISO.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This makes more sense than returning the input item ID, which is not
exposed in any other place and manner through Lua. And it seems that
was the intent too.
Then again, the value is either way potentially invalid by the time it
is returned.
The conversion is pointless, limiting, unsafe, error-prone and indeed
buggy as it's done in a naive way oblivious of Windows file URL schemes.
Should fix#14842
Prior to this patch, the "info"-command could only be used to query
information related to the currently playing entity. These changes
allow the user to get information about other entities in the
playlist, based on the playlist-id.
fixes#17549
Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
If an item lacks a name the value of "item.name" is nil, meaning that
it is an error trying to use it during concatenation.
These changes simply falls back to "item.path" in case the mentioned
metadata is missing.
fixes#17545
Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
Improve the URL probe function to not match URLs like
http://example.org/foo/soundcloud.com/example/example as
those should not be handled by this script.
Ref. #17488
Acked-by: Filip Roséen <filip@atch.se>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Improve the URL probe function to not match URLs like
http://example.org/www.liveleak.com/view?i=312_1477377129
as those should not be handled by this script.
Ref. #17488
Acked-by: Filip Roséen <filip@atch.se>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Improve the URL probe function to not match URLs like
http://example.org/foo/vimeo.com/14537803 as those should
not be handled by this script.
Ref. #17488
Acked-by: Filip Roséen <filip@atch.se>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Remove the Google Video script as Google Video was
shut down in 2012 with YouTube as a replacement.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>