Re: [Rhythmbox-devel] MPID - Can't find path
- From: "lucas gary gmail com" <lucas gary gmail com>
- To: Christophe Fergeau <cfergeau gmail com>
- Cc: rhythmbox-devel gnome org
- Subject: Re: [Rhythmbox-devel] MPID - Can't find path
- Date: Fri, 12 Nov 2010 08:43:46 -0800
First off, should I reply to Christophe or the whole list + christophe?
The issues I'm experiencing:
- MPIDDevice isn't exposing anything usefull.
- Looks like I'm barking up the wrong tree, I'll investigate it from a libgpod perspective...
I've been trying to address the fixme in the ipod plugin code that determines what file formats
Line 1950:
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]