<div class="gmail_quote">2009/8/9 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le dimanche 9 août 2009 22:58:26 Rémi Denis-Courmont, vous avez écrit :<br>
<div class="im">> Le dimanche 9 août 2009 21:38:37 Jakob Leben, vous avez écrit :<br>
> > Drop enabled only inside Playlist and Media player, not Podcast and other<br>
> > internet sources...<br>
><br>
> I'm not sure I understand this. I think input item ID "space" is<br>
> independent from playlist item ID space; probably Pierre d'H. can confirm<br>
> this... Is it just that the (already old) Qt4 playmost model misnames<br>
> i_input_id for playlist item IDs?<br>
</div>                                                ^^^^^^^^ playlist<br>
<br></blockquote></div><br>Sorry, but I am not sure I understand your question.<br><br>The point is just that right now there is no checking and you can Drag&Drop onto podcast and similar.<br><br>If this is what you are asking: yes, podcast & co. appear inside the playlist model just like The Playlist and The Media Library,<br>
meaning both QT4 model and core model.<br><br>The reason why I am comparing input id's instead of items is just to avoid translating ids to items, because I would need PL_LOCK then,<br>which produces dead-lock inside flags(), tested.<br>
<br>And yes, the input ids space is separate from playlist ids space, but there is a nice connection: playlist items which represent the<br>same entity, but one is in tree view and another in one level view, are "connected" by pointing to the same input item, that allows nice tricks..<br>
<br>Is there something else that you wanted to ask?<br>