Re: [Rhythmbox-devel] MPID - Can't find path



First off, should I reply to Christophe or the whole list + christophe?

The issues I'm experiencing:
I've been trying to address the fixme in the ipod plugin code that determines what file formats

Line 1950:
http://git.gnome.org/browse/rhythmbox/tree/plugins/ipod/rb-ipod-source.c

static GList *
impl_get_mime_types (RBRemovableMediaSource *source)
{
	GList *ret = NULL;

	/* FIXME: we should really query MPID for this */
	ret = g_list_prepend (ret, g_strdup ("audio/aac"));
	ret = g_list_prepend (ret, g_strdup ("audio/mpeg"));

	return ret;
}

It's basically a pet project to get more involved in OSS development...  And more specifically because the subject matter interests me.

Thank you,

Gary Lucas

On Fri, Nov 12, 2010 at 8:19 AM, Christophe Fergeau <cfergeau gmail com> wrote:
On Thu, Nov 11, 2010 at 04:43:58PM -0800, lucas gary gmail com wrote:
> I'm just wondering if anyone can share some background with me regarding the
> iPod plugin.
>
> I'm using an iPhone 3g that's been upgraded to ios4.1.
>
> I've been digging through the plugin source and I haven't been able to get
> the MPIDDevice class to expose anything usefull.
>
> in a debugging session I see the following:
> Input_path "/home/gary/.gvfs/Gary C Lucas's iPhone"
> error: MPID_ERROR_NO_DEVICE_PATH
> source: MPID_SOURCE_NONE
>
> So I'm wondering if:
>
> a) I'm totally barking up the wrong tree

The mpi stuff is for usb mass storage devices, it's not really useful for iPods.
The iPod plugin is using libgpod and is in plugins/ipod/, I'm not sure what you
are after exactly. iOS 4.1 should work, what issues are you having?

Christophe



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]