=== salem_ is now known as _salem [10:48] nik90: Elleo first thing I saw on G+ today was the new stuff you're doing for podbird. I am _so_ excited! :) [10:52] popey: :) [10:57] popey: somehow I feel that the play button shown in the episodes page is a hit and miss...I keep pressing it only to expand the listitem rather than play it. [10:57] a bit, yes [11:01] nik90: the key thing I would like is "update all" to go and just get the latest version of everything "cleanup" to get rid of episodes I haven't listened to which are >n days old and "play all". [11:02] popey: "cleanup" as in not appear in the episodes list? Since episodes are not downloaded by default [11:05] on, but if "update all" is implemented they will be :) [11:06] basically I dont want to have to go to each of the 20 podcasts I subscribe to and manually press the download button [11:06] I just want new episodes to magically appear (when I press "download all" [11:06] the update/download all should probably cleanup first [11:06] to make space for new episodes [11:06] also, sd card support would be nice :D [11:07] ok :D === _salem is now known as salem_ [12:53] nik90: yeah, I think we should have a larger touch area around the play icon, even if we keep the icon that size [12:53] nik90: the now playing stuff looks awesome though :) [12:54] Elleo: thnx. Yeah I will increase the mouse area size to make that easier. [12:54] nik90: cool, thanks [12:57] Elleo: hey quick question, in the episodes database I notice there is a variable published of datatype TIMESTAMP, I was hoping to show that in the episode list since users can know when a particular episode was released.. But when I do that, qtc complains that it is undefined [12:57] Elleo: I tried accessing it in the listview delegate using "model.published" [12:59] nik90: its possible that it's just not being added in the query at the moment because I wasn't using it for anything [12:59] nik90: just let me fire up qtc and I'll take a look [12:59] Elleo: ah ok..thnx [13:01] nik90: yeah, http://bazaar.launchpad.net/~michael-sheldon/podbird/trunk/view/head:/app/ui/EpisodesPage.qml#L463 <-- just needs adding there [13:01] Elleo: ah cool. [13:02] popey: do you know if we can actually write to the sd card in confined apps yet? most conversations I heard about the sd card seemed to focus around sending stuff via content-hub; but it'd be more appropriate for apps to be allowed access to /media/sdcard/ or similar [13:03] would be useful for cutespotify too [13:03] hmm, I don't. [13:03] yeah, i filled my phone up demonstrating cutespotify in the pub the other day [13:03] "look, it can sync offline" [13:03] "Oops" [13:03] heh [13:03] lol [13:04] I'll pester jdstrand on monday see if he knows what the plan is for those app armor rules [13:05] nik90: I think those are the wrong icons for forward/backward 15 seconds, the ones with the little stops on the end are for jumping between whole tracks/podcasts, it should be the little double << >> icons for moving within something I think [13:06] Elleo: ah yes..I will fix that [13:06] nik90: although once we have some decent queue system sorted out it'd be good to have whole podcast jumps too :) [13:06] nik90: great, thanks :) [13:07] Elleo: yeah IMO the next feature to prioritize should be either the play queue or the automatic deletion of episodes beyond a certain date [13:08] nik90: yeah, and/or sdcard support if we find it's possible, which'll make it less necessary to constantly micro-manage the amount of fre space [13:08] free* [13:09] +1 [13:14] note though that krillin is the _only_ device with sd card [13:14] I hear mx4 doesn't have one [13:16] Elleo: btw after looking through the suru icon theme, it seems "seek" icon does have an end although with two triangles instead of one. https://imgur.com/XcWxmwi [13:16] popey: oh [13:17] popey: the mx4 has more internal storage at least though [13:17] true [13:17] popey: oh I take it you don't prefer to stream but first download all the new episodes before listening to them? [13:17] nik90: ah, okay [13:17] i tend to yes, but thats habit [13:18] yeah, I expect there's a lot of people on restrictive data contracts that download stuff to listen to when out and about [13:18] Elleo: Does podbird remove the episodes that were streamed automatically? I am guessing there must be a cache somewhere..does that get cleaned up automatically? [13:18] for me I tend to download stuff so I can listen on the tube [13:18] nik90: that's all handled by media-hub [13:19] nik90: so it should clean up after itself properly, we just pass it the stream url [13:19] Elleo,popey : yeah makes sense..I think a simple run through and delete old downloaded episodes should be easy enough [13:19] Elleo: that's nice [13:19] itunes does a nice thing [13:19] nik90: would be good to have a couple of options, like "Download after certain date" or "Download after listening" [13:19] if you haven't listened to a show for a while it stops autodownloading it [13:21] ooh that's smart [13:21] like, i have shows i have every intention of listening to [13:21] but forget about them [13:21] yeah [13:21] yeah we need aggregate rules like this so that we remember to add them in while implementing the settings page [13:22] also the ability to override the auto-deletion on a podcast by podcast basis (like a "Keep this forever" option or something) [13:22] as there's a few podcasts that I keep around to listen to multiple times [13:23] yeah [13:26] nik90: http://bazaar.launchpad.net/~michael-sheldon/podbird/trunk/view/head:/app/ui/SearchTab.qml#L145 <-- if you change that to artworkUrl600 you'll get 600px * 600px artwork images when subscribing for the search [13:26] nik90: we can't guarantee a specific size when subscribing from a feed though, it'll just be whatever the podcast author has set as their image url [13:27] from the search* [13:28] Elleo: ok, well if the image url is smaller than 600px, then it will appear in a smaller size as it is now. [13:28] nik90: we could always allow scaling [13:28] nik90: chances are there'll be a reasonable size and scale fairly decently [13:28] they'll* [13:28] yes [13:31] Elleo: i have a show that refuses to show up in the app btw [13:31] search for mintcast, and choose the mp3 feed [13:31] no episodes ever show up [13:31] but I know it's active [13:32] popey: https://bugs.launchpad.net/podbird/+bug/1414453 ? [13:32] Launchpad bug 1414453 in podbird "No episode show in the list for Monster Radio RX93.1's Official Podcast Channel" [Low,New] [13:32] possibly. dunno if that applies here [13:32] nik90: with monster radio their server hates us [13:33] Elleo: yes...I was wondering perhaps mintcast might also have that same issue [13:33] nik90: mod_security decides we must be evil for some reason (presumably because it's a xmlhttprequest we make) [13:33] possibly [13:33] but it's also entirely possible that my quickly hacked together feed parser is doing something wrong ;) [13:33] is there a way to dump out the database of urls? [13:33] so I can see what url I'm using [13:34] I might shift all that into C++ so we can use qnetworkrequests [13:34] popey: go to ~/.local/share/com.mikeasoft.podbird/Databases [13:34] popey: there'll be a .sqlite file you can open with sqlite3 [13:34] aha [13:34] popey: then just "select * from Podcast;" [13:35] http://mintcast.org/category/mp3/feed/ [13:35] which is the right url.. [13:35] http://mintcast.org/category/mp3/feed/ has content [13:36] popey: yeah, it might be because they have a bunch of identical enclosures for each episodes [13:36] oh yeah, that looks broken [13:37] popey: yeah, but we should make our parser flexible enough to handle that sort of thing [13:37] shall i file a bug? [13:38] popey: yes please [13:38] k [13:39] thanks [13:39] Elleo: can you give me permission to set bug priority and triage status..it will help with prioritizing them [13:39] nik90: sure [13:41] thnx [13:42] nik90: right, made a podbird-devs group and made them the driver for the project and bug management so you should be able to do pretty much anything you need now I think [13:43] Elleo: cool :) [13:45] the speakers on the bq phone aren't bad [13:45] pretty good for podcast listening anyway [13:45] better than the nexus 4, that's for certain [13:45] popey: yeah and much better positioned than the nexus ones [13:45] it's silly that placing the nexus on a table pretty much mutes it [13:47] ya [13:47] also, not scared of the bq sliding across the table and making a bid for freedom to the floor [13:48] heh, yeah [17:09] mzanetti: hey, I'm testing window mode on n7. With latest build (204 I think) with the command you wrote on your blog, from the terminal app installed from ubuntu app store it says "no such schema: com.canonical.Unity8". something has changed? [17:40] snizzo, no, that schema should be valid still [17:54] mzanetti: ah mm. Maybe terminal app (from ubuntu core developers) isn't the right choice of terminal? [17:55] snizzo, the terminal shouldn't be an issue [17:55] you sure you're on latest vivid? [17:55] mzanetti: let me re-check [18:12] mzanetti: i was on rtm devel. I'm installing vivid, that could be, thank you :) === salem_ is now known as _salem === _salem is now known as salem_ === salem_ is now known as _salem [19:43] Hello: I need to install libsmbclient-dev in the armhf chroot to create a click package [19:54] cmazieri: in QtCreator go Tools -> Options -> Ubuntu then select "Maintain" for the kit your using. then "apt-get install libsmbclient-dev:armhf" should do it [23:58] hi I'm writing an html5 app that should use github authentication. Can I use it through Online Accounts?