Zeeshan Ali (Khattak) [Wed, 21 Jul 2010 18:27:58 +0000 (21:27 +0300)]
media-export: MediaExportItem -> Item
Since this class is in MediaExport namespace now, there is no need for
this prefix anymore.
Zeeshan Ali (Khattak) [Wed, 21 Jul 2010 18:18:51 +0000 (21:18 +0300)]
media-export: Simplify metadata extraction code
We don't need to transform the metadata into Gst.TagList to be able to
make use of it so this should not only simplify the code but also optimize
the extraction process.
Based on a patch from Arun Raghavan <arun.raghavan@collabora.co.uk>.
Arun Raghavan [Wed, 21 Jul 2010 13:45:58 +0000 (14:45 +0100)]
media-export: Set dlna_profile on MediaExportItem
Now that we have a DLNA profile/mime guessed by GUPnPDLNADiscoverer, we
can start using these if available (the fallback is to use the mime type
detected by glib).
Arun Raghavan [Wed, 21 Jul 2010 13:16:42 +0000 (14:16 +0100)]
media-export: Fix strings
Since we're past the string-freeze, make sure we're using a previous
translated string, or if that's not possible, don't mark the string for
translation.
Jens Georg [Tue, 20 Jul 2010 18:44:54 +0000 (21:44 +0300)]
media-export: Store dlna-profile in cache
Note: Will force full reindex of database
Arun Raghavan [Mon, 19 Jul 2010 09:37:26 +0000 (10:37 +0100)]
build: Bump gupnp-dlna required version
Arun Raghavan [Wed, 16 Jun 2010 13:44:23 +0000 (19:14 +0530)]
build: Update gupnp-dlna deps
gupnp-dlna now ships an internal gst-discoverer - use this instead of
system gstdiscoverer.
Arun Raghavan [Wed, 16 Jun 2010 01:30:40 +0000 (07:00 +0530)]
build: Build against gupnp-dlna
The DLNA profile storage and detection bits are being moved to a
separate library and we use this in media-export now.
Arun Raghavan [Fri, 11 Jun 2010 08:57:25 +0000 (14:27 +0530)]
media-export: Duration is a guint64
create_from_taglist() was using int64 for duration which causes
subsequent uses as a guint64 (which is what Gst.ClockTime is) to fail.
Arun Raghavan [Thu, 10 Jun 2010 08:42:02 +0000 (14:12 +0530)]
media-export: Use GUPnPDiscovererInformation
GUPnPDLNAProfile has been renamed to GUPnPDiscovererInformation and is
now derived from GObject.
Arun Raghavan [Tue, 1 Jun 2010 09:01:26 +0000 (14:31 +0530)]
media-export: Use GUPnPDLNADiscoverer
Replaces the use of GstDiscoverer with GUPnPDLNADiscoverer. The same
information is available, but we can now also use the DLNA profile name
and MIME type.
Arun Raghavan [Thu, 21 Jan 2010 06:58:23 +0000 (12:28 +0530)]
build: Use (new) gstreamer-discoverer pkg-config file
Arun Raghavan [Mon, 18 Jan 2010 18:07:31 +0000 (23:37 +0530)]
media-export: Update comment about the hashmap for clarity
Arun Raghavan [Sat, 16 Jan 2010 07:41:47 +0000 (13:11 +0530)]
media-export: Print a debug message if extraction fails
Arun Raghavan [Thu, 14 Jan 2010 05:46:40 +0000 (11:16 +0530)]
media-export: Use new GstDiscoverer API
Arun Raghavan [Wed, 23 Dec 2009 18:16:55 +0000 (23:46 +0530)]
media-export: Use GstDiscoverer in MetadataExtractor
The get_caps() stuff needs to go away in favour of simpler API from
gst-convenience. This will be done in the next pass.
Arun Raghavan [Wed, 23 Dec 2009 17:31:07 +0000 (23:01 +0530)]
build: Link against libraries required for GstDiscoverer
This is required for switching MetadataExtractor to use GstDiscoverer.
Fran Diéguez [Wed, 21 Jul 2010 12:47:24 +0000 (14:47 +0200)]
Updated Galician translations
Zeeshan Ali (Khattak) [Wed, 21 Jul 2010 00:13:12 +0000 (03:13 +0300)]
external: Container ID isn't always its path
An exception to this rule is the root container where its ID is "0" but
thats not its path.
Zeeshan Ali (Khattak) [Tue, 20 Jul 2010 14:37:09 +0000 (17:37 +0300)]
build: Bump gupnp requirement to 0.13.4
Zeeshan Ali (Khattak) [Mon, 19 Jul 2010 19:06:24 +0000 (22:06 +0300)]
gst-renderer: Advertize support for 'video/mp4'
Zeeshan Ali (Khattak) [Mon, 19 Jul 2010 17:43:14 +0000 (20:43 +0300)]
core: Specify build & run-time dependencies
Zeeshan Ali (Khattak) [Mon, 19 Jul 2010 16:48:18 +0000 (19:48 +0300)]
core: Update README & clean-up the formatting a bit
Zeeshan Ali (Khattak) [Mon, 19 Jul 2010 16:36:41 +0000 (19:36 +0300)]
core: Advertise support for "createClass" in Search
Zeeshan Ali (Khattak) [Mon, 19 Jul 2010 16:31:24 +0000 (19:31 +0300)]
core: RelationalExpression keeps search caps
Move static CSV list of properties supported in Search action from
ContentDirectory to RelationalExpression.
Zeeshan Ali (Khattak) [Mon, 19 Jul 2010 16:12:32 +0000 (19:12 +0300)]
core: Explain AlbumArt.add_resource() in a comment
Add a comment explaining why AlbumArt.add_resource() doesn't really add
do what the name suggests.
Zeeshan Ali (Khattak) [Thu, 15 Jul 2010 17:47:45 +0000 (20:47 +0300)]
core: Micro coding-style fix
Zeeshan Ali (Khattak) [Thu, 15 Jul 2010 17:40:52 +0000 (20:40 +0300)]
core: Turn AlbumArt lookup condition into requirement
Zeeshan Ali (Khattak) [Thu, 15 Jul 2010 17:35:18 +0000 (20:35 +0300)]
core: Clean-up MediaArtStore code
Zeeshan Ali (Khattak) [Thu, 15 Jul 2010 17:31:21 +0000 (20:31 +0300)]
core: Let GUPnP AV take care of album art DIDL-Lite
Zeeshan Ali (Khattak) [Thu, 15 Jul 2010 15:48:38 +0000 (18:48 +0300)]
core: More debug log from browse in action
Jens Georg [Wed, 14 Jul 2010 18:05:07 +0000 (21:05 +0300)]
core: Add size to album art
Jens Georg [Wed, 14 Jul 2010 15:35:12 +0000 (18:35 +0300)]
test: Add testcase for banshee media-art spec
Jens Georg [Wed, 14 Jul 2010 15:34:15 +0000 (18:34 +0300)]
core: Fix album art spec for banshee
Two problems:
- File suffix is .jpg not .jpeg
- Parts are not put to lower-case
Jens Georg [Thu, 8 Jul 2010 20:31:46 +0000 (23:31 +0300)]
test: Add unit tests for media art spec
Full spec can be found here: http://live.gnome.org/MediaArtStorageSpec.
Jens Georg [Sun, 4 Jul 2010 18:00:41 +0000 (21:00 +0300)]
tracker,media-export: Lookup album-art for music
Jens Georg [Thu, 20 May 2010 18:31:24 +0000 (20:31 +0200)]
core: Add album art as a special type of thumbnail
Aron Xu [Sun, 18 Jul 2010 03:40:51 +0000 (11:40 +0800)]
Update Simplified Chinese translation.
Mario Blättermann [Fri, 16 Jul 2010 19:19:15 +0000 (21:19 +0200)]
[i18n] Updated German translation
Javier Jardón [Thu, 15 Jul 2010 18:13:11 +0000 (20:13 +0200)]
Remove deprecated Encoding key from .desktop file
Zeeshan Ali (Khattak) [Wed, 14 Jul 2010 23:21:00 +0000 (02:21 +0300)]
core,media-export: Port to vala 0.9.3
Zeeshan Ali (Khattak) [Thu, 15 Jul 2010 12:15:03 +0000 (15:15 +0300)]
build: Require Vala 0.9.3
Eleanor Chen [Tue, 13 Jul 2010 09:34:12 +0000 (17:34 +0800)]
Update Simplified Chinese translations.
Claude Paroz [Mon, 12 Jul 2010 19:44:58 +0000 (21:44 +0200)]
Added French translation
Contributed by Laurent Coudeur and Claude Paroz
Zeeshan Ali (Khattak) [Mon, 12 Jul 2010 16:17:53 +0000 (19:17 +0300)]
Release annoucement for 0.7.2
Zeeshan Ali (Khattak) [Mon, 12 Jul 2010 16:59:32 +0000 (19:59 +0300)]
i18n: Update source file names
Update scanned and skipped source file lists according to latest renames.
Jens Georg [Mon, 12 Jul 2010 14:37:39 +0000 (17:37 +0300)]
media-export: Fix regression introduced by f12726e
Until now this didn't matter, as search was handling the request
correctly. With the search cleanup patch get_object is used and
the items didn't have a uri anymore.
Jens Georg [Thu, 8 Jul 2010 20:47:30 +0000 (23:47 +0300)]
media-export: Clean-up search code
Since it is now possible to override find_object, the heuristics in
search is not needed anymore. Code looks now more straight-forward. Also
the plain get_object should be a little bit faster than going through
search
Jens Georg [Sun, 11 Jul 2010 08:01:23 +0000 (11:01 +0300)]
media-export: Use proper way to ref sinks
This fixes a problem with the current GStreamer VAPI. Previous VAPI
seemed to be wrong and thus the normal ref function used from there does
not work anymore, but wasn't the correct function to do this anyway.
Jens Georg [Sun, 4 Jul 2010 15:47:14 +0000 (18:47 +0300)]
media-export: Use container.set_uri ()
This adds the default create classes to the containers; this is
probably not what we want but helps us to support the createClass stuff
for now in a way which doesn't slow down searching in general too much.
Jens Georg [Fri, 25 Jun 2010 17:14:40 +0000 (19:14 +0200)]
media-export: Implement fallback to slow search
Jens Georg [Sat, 26 Jun 2010 10:00:22 +0000 (12:00 +0200)]
media-export: Lower severity of some messages
Jens Georg [Sat, 26 Jun 2010 09:59:21 +0000 (11:59 +0200)]
media-export: Use a filter for files to harvest
The media-export plugin now uses a positive list for file extensions to
include in the metadata extraction.
The configuration key is named "include-filter". The default
configuration is
.mp3;.oga;.ogv;.ogg;.mkv;.avi;.mp4;.mpeg;.mpg;.ts;.flac;.jpeg;.jpg;.wav
Zeeshan Ali (Khattak) [Mon, 12 Jul 2010 13:54:50 +0000 (16:54 +0300)]
gst-renderer: Put every class in separate file
Zeeshan Ali (Khattak) [Mon, 12 Jul 2010 13:48:43 +0000 (16:48 +0300)]
gst-renderer: Name files according to contained classes
Zeeshan Ali (Khattak) [Mon, 12 Jul 2010 13:28:21 +0000 (16:28 +0300)]
gst-renderer: Put all classes under a namespace
Put all classes under "Rygel.GstRenderer" namespace.
Zeeshan Ali (Khattak) [Mon, 12 Jul 2010 12:09:32 +0000 (15:09 +0300)]
gst-renderer: Code relicensed to LGPLv2
Chao-Hsiung Liao [Mon, 12 Jul 2010 11:21:20 +0000 (19:21 +0800)]
Added Traditional Chinese translation (Hong Kong and Taiwan)
Zeeshan Ali (Khattak) [Fri, 9 Jul 2010 14:40:44 +0000 (17:40 +0300)]
test: Make use of nested namespaces
Zeeshan Ali (Khattak) [Fri, 9 Jul 2010 14:33:04 +0000 (17:33 +0300)]
mediathek: Make use of nested namespaces
Zeeshan Ali (Khattak) [Fri, 9 Jul 2010 14:21:24 +0000 (17:21 +0300)]
gst-launch: Minor coding-style fix
Zeeshan Ali (Khattak) [Fri, 9 Jul 2010 14:19:03 +0000 (17:19 +0300)]
gst-launch: Make use of nested namespaces
Zeeshan Ali (Khattak) [Fri, 9 Jul 2010 13:05:58 +0000 (16:05 +0300)]
external: Minor coding-style fixes
Zeeshan Ali (Khattak) [Fri, 9 Jul 2010 13:02:45 +0000 (16:02 +0300)]
external: Make use of nested namespaces
Zeeshan Ali (Khattak) [Fri, 9 Jul 2010 12:24:18 +0000 (15:24 +0300)]
external: Add 'Proxy' suffix to D-Bus proxy objects
Zeeshan Ali (Khattak) [Fri, 9 Jul 2010 01:01:47 +0000 (04:01 +0300)]
tracker: Make use of nested namespaces
Zeeshan Ali (Khattak) [Thu, 8 Jul 2010 23:23:25 +0000 (02:23 +0300)]
tracker: MediaTracker -> TrackerContentDirectory
Rename MediaTracker to TrackerContentDirectory.
Zeeshan Ali (Khattak) [Tue, 6 Jul 2010 17:24:39 +0000 (20:24 +0300)]
tracker: Query.serialize_triplets -> QueryTriplets
Move Query.serialize_triplets to QueryTriplets as 'serialize'.
Zeeshan Ali (Khattak) [Tue, 6 Jul 2010 17:15:51 +0000 (20:15 +0300)]
tracker: More reliable duplicate subjects detection
Instead of depending on the query/triplet builder to set the subjects to
'null', simply compare the subjects of triplets.
Zeeshan Ali (Khattak) [Tue, 6 Jul 2010 16:35:50 +0000 (19:35 +0300)]
tracker: Avoid duplicate triplets in queries
Zeeshan Ali (Khattak) [Tue, 6 Jul 2010 13:58:38 +0000 (16:58 +0300)]
tracker: Use Property functions rather than optionals
Make use of property functions to avoid use of optional tripplets as they
are very slow.
Zeeshan Ali (Khattak) [Tue, 6 Jul 2010 13:11:28 +0000 (16:11 +0300)]
tracker: Micro indentation fix
Zeeshan Ali (Khattak) [Tue, 6 Jul 2010 13:05:56 +0000 (16:05 +0300)]
tracker: Fix a FIXME note
Zeeshan Ali (Khattak) [Mon, 5 Jul 2010 12:35:37 +0000 (15:35 +0300)]
data: Friendlier friendlyName for GstRenderer
Jorge González [Sat, 3 Jul 2010 10:48:30 +0000 (12:48 +0200)]
Updated Spanish translation
Jorge González [Thu, 1 Jul 2010 19:24:17 +0000 (21:24 +0200)]
Updated Spanish translation
Aron Xu [Tue, 29 Jun 2010 13:44:03 +0000 (21:44 +0800)]
Add Simplified Chinese translation.
Jorge González [Tue, 29 Jun 2010 03:22:13 +0000 (05:22 +0200)]
Updated Spanish translation
Jorge González [Mon, 28 Jun 2010 19:20:42 +0000 (21:20 +0200)]
Updated Spanish translation
Jorge González [Mon, 28 Jun 2010 02:39:05 +0000 (04:39 +0200)]
Updated Spanish translation
Zeeshan Ali (Khattak) [Thu, 24 Jun 2010 23:15:18 +0000 (02:15 +0300)]
core: Release announcement for 0.7.1
Zeeshan Ali (Khattak) [Thu, 24 Jun 2010 23:17:01 +0000 (02:17 +0300)]
vcs: Add new unit test binary to git ignore list
Zeeshan Ali (Khattak) [Thu, 24 Jun 2010 17:47:38 +0000 (20:47 +0300)]
external: Translate search expression
Translate search expression before sending it to external plugin as the
names of properties are not the same in UPnP world and MediaServer2 D-Bus
interface.
Zeeshan Ali (Khattak) [Thu, 24 Jun 2010 17:16:01 +0000 (20:16 +0300)]
external: Drop Containers/Items props of MediaContainer
These properties have been remove from the spec in favor of
'ListContainers' and 'ListItems' methods. Now we make use of
'ListContainers' and D-Bus Properties interface to asynchronously get all
the container props at once.
Zeeshan Ali (Khattak) [Thu, 24 Jun 2010 15:07:05 +0000 (18:07 +0300)]
external: Asynchronously update container information
Zeeshan Ali (Khattak) [Thu, 24 Jun 2010 14:47:19 +0000 (17:47 +0300)]
external: Ignore UPnP sources from Grilo
Zeeshan Ali (Khattak) [Tue, 22 Jun 2010 13:33:52 +0000 (16:33 +0300)]
build,ui: Require & link to gtk+-3.0
Zeeshan Ali (Khattak) [Mon, 21 Jun 2010 17:21:53 +0000 (20:21 +0300)]
core: Implement DLNA's AnyContainer upload
Implement DLNA feature that allows clients to upload items without having
to specify which container they should be put into.
Zeeshan Ali (Khattak) [Mon, 21 Jun 2010 17:20:53 +0000 (20:20 +0300)]
core: Parse item DIDL before fetching the container
Zeeshan Ali (Khattak) [Mon, 21 Jun 2010 15:22:24 +0000 (18:22 +0300)]
core: Support search by 'upnp:CreateClass'
Zeeshan Ali (Khattak) [Mon, 21 Jun 2010 14:10:47 +0000 (17:10 +0300)]
core,tracker,media-export: Add MediaContainer.set_uri()
API for setting URI and (optionally) create_classes. This also implies
that we now allow only one URI per container. If create_classes are not
provided, we assume ALL main item classes.
Zeeshan Ali (Khattak) [Tue, 23 Feb 2010 12:25:59 +0000 (14:25 +0200)]
core: Add create_classes list to MediaContainer
MediaContainer keeps a list of (UPnP) classes that an object in it could
be created of. Also expose create_classes to clients.
Zeeshan Ali (Khattak) [Thu, 17 Jun 2010 17:41:24 +0000 (20:41 +0300)]
build: Bump-up gupnp-vala and gupnp-av requirements
Require current git master of gupnp-vala and gupnp-av.
Zeeshan Ali (Khattak) [Tue, 22 Jun 2010 12:58:43 +0000 (15:58 +0300)]
core: Separate VAPI for misc functions from C world
Zeeshan Ali (Khattak) [Mon, 21 Jun 2010 22:15:53 +0000 (01:15 +0300)]
core: Simplify and fix (unix) signal handling
We aren't allowed to do a lot in unix signal handlers so we shouldn't do
things like emitting signals.
Zeeshan Ali (Khattak) [Mon, 21 Jun 2010 00:39:23 +0000 (03:39 +0300)]
external,gst-renderer,media-export: Namespaces in 'Bus' references
Now that we have GLib.Bus, references to DBus.Bus and Gst.Bus as Bus are
ambiguous.
Zeeshan Ali (Khattak) [Mon, 21 Jun 2010 00:44:00 +0000 (03:44 +0300)]
core,plugins: Port generate_random_udn() to Vala
Since this was the last piece of code in C, this commit also removes the
whole 'CStuff' module (vapi,C and header file) and all its references.
Zeeshan Ali (Khattak) [Sun, 20 Jun 2010 23:25:51 +0000 (02:25 +0300)]
core: Port Utils.get_xml_element() to Vala
Zeeshan Ali (Khattak) [Sun, 20 Jun 2010 22:45:59 +0000 (01:45 +0300)]
core: Handle POSIX signals in Vala, no need for C
Zeeshan Ali (Khattak) [Sun, 20 Jun 2010 19:56:49 +0000 (22:56 +0300)]
core,plugins,ui: Move BuildConfig to separate VAPI