- 14 Feb, 2020 5 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
To make it clear it uses quvi.
-
Bastien Nocera authored
This reverts commit 4a9a686f.
-
Bastien Nocera authored
To make it clear it uses quvi.
-
- 08 Jan, 2020 1 commit
-
-
Umarzuki Mochlis authored
-
- 12 Nov, 2019 6 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
The _IS_ was in the wrong location for the symbol. totem-pl-parser/plparse/totem-pl-parser.h:38: Warning: TotemPlParser: symbol='TOTEM_IS_PL_PARSER': Unknown namespace for symbol 'TOTEM_IS_PL_PARSER' totem-pl-parser/plparse/totem-pl-parser.h:39: Warning: TotemPlParser: symbol='TOTEM_IS_PL_PARSER_CLASS': Unknown namespace for symbol 'TOTEM_IS_PL_PARSER_CLASS' totem-pl-parser/plparse/totem-pl-playlist.h:32: Warning: TotemPlParser: symbol='TOTEM_IS_PL_PLAYLIST': Unknown namespace for symbol 'TOTEM_IS_PL_PLAYLIST' totem-pl-parser/plparse/totem-pl-playlist.h:33: Warning: TotemPlParser: symbol='TOTEM_IS_PL_PLAYLIST_CLASS': Unknown namespace for symbol 'TOTEM_IS_PL_PLAYLIST_CLASS'
-
Bastien Nocera authored
Use GDateTime instead. g_date_time_new_from_iso8601() was added in glib 2.56, so bump the requirements. Note that this also changes one of the tests, as GDateTime does not support leap seconds as the old GTimeVal code used to do. See glib#1938
-
Bastien Nocera authored
Obsoleted since glib 2.58
-
- 09 Nov, 2019 7 commits
-
-
Bastien Nocera authored
Add a way to ignore globs, such as "*.txt", as ignoring mime-types doesn't do everything that we might want to do with files, eg. even if "text/plain" text files could be a playlist, a "*.txt" file would almost never be.
-
Bastien Nocera authored
This was causing text files on remote locations not to be ignored when parsing, so one would usually end up with a bunch of text files in their playlists when they wouldn't be wanted.
-
Bastien Nocera authored
And not just http!
-
Bastien Nocera authored
This function is unused when quvi isn't available, so hide it behind an ifdef like the caller. Fixes: c67489d6
-
Bastien Nocera authored
This time the "do we try to use quvi" section, and fetch the URI outside this loop to make it available for another check.
-
Bastien Nocera authored
Using g_auto* again. Lots of exit paths with less code now.
-
Bastien Nocera authored
Simplify the exit paths by using g_auto* to free up the mime-type and GFile we allocate.
-
- 08 Oct, 2019 1 commit
-
-
Ryuta Fujii authored
-
- 01 Aug, 2019 1 commit
-
-
J T authored
-
- 08 Apr, 2019 1 commit
-
-
Ask Hjorth Larsen authored
-
- 07 Apr, 2019 1 commit
-
-
Ask Hjorth Larsen authored
-
- 10 Mar, 2019 1 commit
-
-
Mart Raudsepp authored
-
- 05 Mar, 2019 1 commit
-
-
Bastien Nocera authored
-
- 23 Feb, 2019 1 commit
-
-
Kristjan Esperanto authored
-
- 17 Feb, 2019 1 commit
-
-
Bastien Nocera authored
Which don't work using the default quvi parser.
-
- 16 Feb, 2019 1 commit
-
-
maxice8 authored
instead. There are distros that can generate gir even when cross compiling so is_cross_build() is an outdated assumption.
-
- 11 Feb, 2019 4 commits
-
-
Bastien Nocera authored
As used in YouTube feeds, such as: https://www.youtube.com/feeds/videos.xml?channel_id=UCLEoyoOKZK0idGqSc6Pi23w
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 16 Jan, 2019 4 commits
-
-
Bastien Nocera authored
So that HTTP and udisks tests actually go through.
-
Bastien Nocera authored
It's not used since commit caaa3752
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 29 Dec, 2018 1 commit
-
-
Charles Monzat authored
-
- 12 Aug, 2018 1 commit
-
-
Rasmus Thomsen authored
-
- 13 Jul, 2018 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
And use an internal copy of the one function we're interested in.
-