=== kwmonroe` is now known as kwmonroe [06:07] hello [06:11] hi [07:31] Hi all, can someone help me, my backend updated and stalled halfway through, since then my frontend won't login to the backend === zcutlip_ is now known as zcutlip [15:11] dmfrey, ping [15:11] hey there [15:11] dmfrey, so I noticed something odd last night [15:12] since I had originally installed the 1.0 apk from github, the play store never realized that there was a 1.0.2 upgrade available [15:12] you will have to uninstall that one and install it from the market [15:12] although if I went into the play store, it said it was installed [15:12] yea I did [15:12] if you go to the page [15:12] oh, ok [15:13] I just didn't know if that was common knowledge [15:13] might be worth mentioning somewhere [15:13] it prompted me on one of my devices to uninstall it first, then install the market version [15:13] i was unaware of it as well [15:14] yea, might just want to send something to the list mentioning that issue, easy enough to check by clicking the about button in the app [15:14] 1.0 doesn't have any info [15:14] right [15:14] (or you could link to a screenshot of the new icon as well) [15:14] i am trying to see if there is a way maven can input that for me right into the code [15:15] btw, how have upgrades to .26 been going? [15:16] i haven't had a chance to do it yet [15:16] They work pretty well, we've worked out a few issues with the packaging [15:16] i know pat had an issue where the db info wasn't transfered into the config.xml, which is an easy fix [15:16] that's good [15:16] dmfrey, yea I'm not 100% sure on his issue [15:16] (I listen to mythtvcast :) ) [15:17] :) [15:17] it sounds similar to the issue we fixed in packaging [15:17] our audio has been crap lately, something with the mumble server i think :) [15:17] cool [15:17] but IIRC I thought at the time I was listening that it sounded different [15:17] yea a little bit of static [15:17] i thought i saw some stuff on the mailing list about it as well [15:17] dmfrey, yea the mailing list stuff is what we fixed [15:18] dmfrey, the format of config.xml changed, and we were still looking for the old version [15:18] gotcha [15:18] that issue has been resolved [15:18] i am hoping to work on the upgrade this weekend after my wife goes to work and the kids are asleep :) [15:19] she works overnights at the hospital, i get a lot of free time once the kids go to bed [15:19] I've also heard of an issue of config.xml getting zeroed out, but upstream tells me that is fixed [15:19] cool [15:19] MythTV does all the conversions to that file, we just read from it [15:21] i have been working a new view for the episodes, btw [15:21] so just clicking on one will not kick off the stream anymore [15:21] take you to details page [15:21] hmm [15:21] then can start the video, or kick it off on the backend so you can watch it later with no wait time for hls transcode [15:21] I'm not sure if you should change that functionality [15:22] what if you made it bring that up on long press [15:22] or rather, long press brings up a menu with "details", "play on frontend", etc [15:22] yeah, i plan on adding a context menu for some of that stuff [15:23] when in tablet view it will all be one view [15:23] cool [15:23] so groups/episodes/selected episode details [15:23] should look pretty good...if I can figure out the layouts (not my strength :) ) [15:24] it might be helpful to have sort of a troubleshooting area. I could see issues with doing HLS on a bunch of videos and needing to clean it up later [15:24] so having something that reported all of the HLS streams on the backend with options to kill each one would be nice [15:24] yeah, there is gonna be a "playlist" view that shows what is currently transcoded on the server [15:24] nice [15:27] just sent you a hand drawing of what I am planning [15:29] dmfrey, looks good [15:30] they way they are constructed, each piece becomes a pluggable fragment that can be just packaged up together in a layout [15:30] so on a phone, you only see one fragment [15:30] but on a tablet you will get all 3 in one view [15:31] then the split action bar also makes it easier to add that common actions (i.e. watch, add to playlist, delete, etc.) [15:32] falls to bottom on phone, or moves back to top on tablet in landscape [15:32] really flexible