[04:50] Hmm, making progress but now I'm running into Jan 16 20:41:25 testbox kernel: [ 1267.998395] unity-scope-myt[2821]: segfault at 4 ip 0077465e sp bfc58a40 error 4 in libglib-2.0.so.0.3000.0[6ee000+f7000] [04:51] I tried installing ubuntu-tv from one of the PPA's, but couldn't login to Ubuntu after doing that, so I only installed the videos lens. Possible I need to upgrade libglib? [04:52] Has anyone gotten this to work in VirtualBox http://www.omgubuntu.co.uk/2012/01/how-to-install-ubuntu-tv-right-now-via-ppa/ === juarlex_alt is now known as juarlex [10:17] tgm4883, that segfault is in your code, and if you install ubuntu-tv, there will be no more -launcher nor -places for ubuntu-2d session to work [10:18] that's one of the reasons why we never provided a PPA [10:18] it's not yet ready to coexist with ununtu [10:19] the video lens is a dummy, really, I'm not even sure whether it will use any data external to its own scope [10:19] it might, but we never tested it [10:19] tgm4883, and yes, it runs fine in VirtualBox (no opengl, though - no shaders support in vbox) [11:37] hi [11:38] Great work on ubuntu-tv [14:57] Saviq, for some reason, it works fine on my netbook, but not in the virtualbox environment I set up [14:58] works fine meaning, it will show up correctly in unity search on the videos lens, I still need to work out what player I should be using and also discuss the different data that is needed for recorded shows. It doesn't really fit in the videos section unless there is someway to add season/episode info [18:47] Maybe this is a limitation of Unity in 11.10, or my interpreting https://wiki.ubuntu.com/Unity/Lenses#Adding_results_to_a_model incorrectly, but I have two questions [18:48] 1) What should I be using as the URI/dnd-uri in the model? right now I'm handing it an http link to a video file which plays correctly in totem, but when using it with unity it opens a web browser [18:49] 2) is what is listed on that page all I can send regarding information on a file? For video's that makes sense, but for recorded content I'm thinking start/end times, description, subtitle, etc would be wanted as well [19:30] tgm4883, what mimetype are you providing? [19:31] tgm4883, and yes, I'm afraid there's currently no API for providing additional data [19:32] that's in the works, though, AFAIK [21:37] check that http://thinkonbytes.blogspot.com/2012/01/what-id-like-for-ubuntu-tv-android.html :) [22:02] Looks nice Saviq [23:14] Saviq, I was testing with video/mpeg, although I'm not 100% sure I'm using mimetypes correctly [23:37] tgm4883, the Activate(string uri) method is called on the lens with the selected uri [23:38] by default it will just try to launch the app / open the file / open the url [23:38] without actually looking at the mime type [23:38] tgm4883, take a look at https://wiki.ubuntu.com/Unity/Lenses#Handling_Activation for "proper" activation implementation