--- Log for 29.11.120 Server: tepper.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 8 days and 12 hours ago 00.37.20 Quit massiveH (Quit: Leaving) 01.58.22 *** Saving seen data "./dancer.seen" 02.15.15 Join johnb7 [0] (~johnb2@p4fd10062.dip0.t-ipconnect.de) 02.56.36 Quit johnb7 (Ping timeout: 240 seconds) 03.34.54 # speachy: some things about build-info: (1) there's a typo in daily/build_url, MODEL is missing the closing %. 03.36.26 # (2) I was thinking about that placeholder MODEL. Seems like not the best name to me, how about changing that to TARGET? We still have both (rbutil.ini still uses TARGET in some places), and since I'm currently working on getting the template urls from build-info used we could still change that without breaking anything. 03.37.52 # (3) we have a bunch of other urls from the server that are still hard coded in rbutil.ini. Currently I'm thinking about all those game file urls (in rbutil.ini below the comment saying "other"). How about adding those to build-info in an [other] section? Would also simplify things a tiny bit for me :) 03.39.04 # (4) there's the theme site urls left, I'm still pondering on how to address those best. Maybe put them in a [themes] section? 03.43.08 # (5) should we drop genlang support? That's only really useful for really old builds, and voice strings on the player are around since 8 years. Even the latest recorderv1 (i.e. 3.13) has them. 03.46.19 # oh, and (6) there's the midi patchset we're not handling at all. How about adding that too to [other]? Though we'd need to convert that to an installable zip first, the structure is not suitable and Rockbox Utility doesn't support tar files. 03.54.01 # oh, turns out I already created an installable zip for the patchset before: https://drive.google.com/drive/folders/0B8pPsvGJ3RdKR0ZoWEstTnF3ZTQ?usp=sharing 03.58.23 *** Saving seen data "./dancer.seen" 04.26.23 Quit livvy_ (Ping timeout: 240 seconds) 04.29.29 Join lebellium [0] (~lebellium@89-92-69-66.hfc.dyn.abo.bbox.fr) 04.36.37 Join johnb7 [0] (~johnb2@p4fd10062.dip0.t-ipconnect.de) 04.42.20 Join TheLemonMan [0] (~lemonboy@irssi/staff/TheLemonMan) 04.59.43 Join ZincAlloy [0] (~Adium@2a02:8108:943f:d824:1c2:a426:1fd2:8e2f) 05.01.27 Quit ZincAlloy (Client Quit) 05.02.37 Join ZincAlloy [0] (~Adium@ip5f5acf9f.dynamic.kabel-deutschland.de) 05.44.01 Quit johnb7 (Ping timeout: 246 seconds) 05.49.27 Quit kakaka (Remote host closed the connection) 05.49.59 Join kakaka [0] (~koniu@gateway/tor-sasl/koniu) 05.58.25 *** Saving seen data "./dancer.seen" 06.01.59 Join johnb7 [0] (~johnb2@p4fd10062.dip0.t-ipconnect.de) 06.16.25 Join pamaury [0] (~pamaury@rockbox/developer/pamaury) 06.37.43 Join edhelas [0] (9d94237298@149-210-220-39.colo.transip.net) 07.28.12 Join jdarnley [0] (~J_Darnley@d51a44418.access.telenet.be) 07.29.58 Quit J_Darnley (Ping timeout: 256 seconds) 07.39.44 Quit johnb7 (Ping timeout: 260 seconds) 07.58.27 *** Saving seen data "./dancer.seen" 08.01.33 Quit edhelas (Remote host closed the connection) 08.03.12 Join ac_laptop [0] (~ac_laptop@186.2.247.129) 08.05.38 Join prof_wolfff [0] (~prof_wolf@148.red-83-49-157.dynamicip.rima-tde.net) 08.19.12 # bluebrother: (1) Will fix, and it'll get picked up tonight. (2). Just tell me which one to use, rbutil is the only consumer. 08.19.57 # (3/4) Just tell me what you want, or I'll just cut'n'paste ethe urls out of rbutil.ini 08.20.58 # (5) is only present for rbutil, as soon as you tell me it's not needed I'll nuke it. 08.35.56 Quit pamaury (Ping timeout: 240 seconds) 08.42.20 # bluebrother: 1 is done, will show up next nightly build (or if you want me to refresh first let me know) 08.42.50 # 3/4/6 are done, see https://download.rockbox.org/build-info.extras 08.43.51 # while we're doing this, would it make sense to pull the [platforms] and [devices] into a downloadable file? 08.44.29 # on, and [bootloaders] too. 08.53.51 # Build Server message: New build round started. Revision a5961c944b, 293 builds, 8 clients. 09.00.09 # My thinking is that it would allow supporting more players without requiring a new rbutil build 09.00.35 # thanks. 09.01.22 # the problem with this is that the list of players is in rbutil.ini, and thus embedded in Rockbox Utility. Not doing so would make it impossible to use it without network connection. But right now you could create a voice file even when offline. 09.01.59 # ah, ok. I was under the impression that internet access was pretty much required to do anything. 09.02.23 # but then again we could either download rbutil.ini from the git repo and use that if downloading was possible, otherwise fall back to the build-in one. 09.02.29 # though that would require quite a bit more work. 09.04.27 # we also cache downloaded files, so in theory one could even install a build offline if it had been installed before and thus is in the cache. Though I haven't checked that in a long time and wouldn't be surprised if it's broken. We even had an offline mode in the past but that was broken and removed at some point. 09.04.54 # for now I'll just finish implementing the things I mentioned before :) 09.05.17 # once that's done will think about the next steps. That whole bootloader thing is still an open issue. 09.06.24 # Build Server message: Build round completed after 753 seconds. 09.06.27 # Build Server message: Revision a5961c944b result: All green 09.11.24 # bluebrother: okeydokey. If you want me to change MODEL to TARGET, let me know 09.12.01 # yeah, I'd prefer to change MODEL to TARGET. There's some inconsistency in Rockbox Utility and that keeps confusing me so getting rid of that would be helpful :) 09.12.49 # so I should go ahead and do it immediately (ish) ? 09.14.37 # I wouldn't mind if you have the time. Though I have some other things to look into right now, so will take me a few hours before I get back to the code. 09.19.47 # I'm in the middle of some printer debug stuff but when that's done I'll make the changes. 09.20.06 # (For once I'm not on breakfast duty today) 09.20.48 Quit APLU (Quit: !suicide) 09.25.33 Join APLU [0] (~mulx@eva.aplu.fr) 09.33.50 Join pamaury [0] (~pamaury@rockbox/developer/pamaury) 09.36.01 Join MrZeus [0] (MrZeus@gateway/vpn/mullvad/mrzeus) 09.37.46 Join MrZeus_ [0] (MrZeus@gateway/vpn/mullvad/mrzeus) 09.40.36 Quit MrZeus (Ping timeout: 240 seconds) 09.42.27 Quit Acou_Bass (Quit: ZNC 1.8.1 - https://znc.in) 09.47.47 Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) 09.55.29 # Build Server message: New build round started. Revision 10f05b3b27, 293 builds, 8 clients. 09.58.31 *** Saving seen data "./dancer.seen" 10.00.12 # bluebrother: when this build completes, all MODEL -> TARGET will be done. except the daily build, which will refresh tonight. 10.01.56 Quit MrZeus_ (Ping timeout: 240 seconds) 10.08.48 # Build Server message: Build round completed after 799 seconds. 10.08.57 # Build Server message: Revision 10f05b3b27 result: All green 10.19.12 Join johnb7 [0] (~johnb2@p4fd10062.dip0.t-ipconnect.de) 10.19.21 Join abraxam [0] (60ede861@pool-96-237-232-97.bstnma.fios.verizon.net) 10.19.52 Join J_Darnley [0] (~J_Darnley@d51A44418.access.telenet.be) 10.20.37 Quit jdarnley (Ping timeout: 264 seconds) 10.39.34 Quit Acou_Bass (Quit: ZNC 1.8.1 - https://znc.in) 10.42.00 Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) 10.44.16 Quit johnb7 (Ping timeout: 240 seconds) 10.45.45 Part abraxam 10.51.04 Join MrZeus_ [0] (MrZeus@gateway/vpn/mullvad/mrzeus) 10.52.25 Quit Acou_Bass (Ping timeout: 264 seconds) 10.53.28 Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) 11.13.01 Quit Acou_Bass (Ping timeout: 246 seconds) 11.14.07 Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) 11.14.59 Join johnb7 [0] (~johnb2@p4fd10062.dip0.t-ipconnect.de) 11.16.39 Quit johnb7 (Client Quit) 11.18.34 Quit Acou_Bass (Ping timeout: 256 seconds) 11.45.17 Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) 11.58.32 *** Saving seen data "./dancer.seen" 12.03.12 Join edhelas [0] (9d94237298@149-210-220-39.colo.transip.net) 12.09.26 Quit JanC (Remote host closed the connection) 12.09.50 Join JanC [0] (~janc@lugwv/member/JanC) 12.25.36 Quit pamaury (Ping timeout: 240 seconds) 12.34.19 Quit edhelas (Remote host closed the connection) 12.50.36 Join pamaury [0] (~pamaury@rockbox/developer/pamaury) 13.58.33 *** Saving seen data "./dancer.seen" 14.21.42 Join k1w1 [0] (~k1w1@2a03:4000:47:db:e80b:e8ff:fe5d:f7fd) 14.24.26 # hey, quick question: I changed the battery on my sansa clip+, but it has a slightly larger capacity than the original one (300mA, vs 290mA). This seems to be throwing rockbox for a loop, because i'm trying to charge it and it's stuck at 43% charge while charging (and ~67% after unplugging the cable). I'm trying to make a full cycle out of it to see if it helps, but in case it doesn't, does anyone 14.24.28 # have a clue to what might be happening? 14.42.34 Quit pamaury (Ping timeout: 256 seconds) 14.54.32 Join pamaury [0] (~pamaury@rockbox/developer/pamaury) 15.07.19 # k1w1: I don't know enough about this to give proper advice, but it's not the capacity that's the problem. If you have a battery of the same type that's a different capacity, the only effect is that the remaining runtime calculation will be off, but that's entirely harmless. If the percentage is wrong, that's caused by something else (different battery chemistry, bad battery, ...) 15.18.50 Quit Acou_Bass (Ping timeout: 256 seconds) 15.19.59 Join Acou_Bass [0] (~eddie@cpc96070-bolt17-2-0-cust175.10-3.cable.virginm.net) 15.30.20 Quit ChanServ (shutting down) 15.31.35 Join ChanServ [0] (ChanServ@services.) 15.31.36 Mode "#rockbox +o ChanServ " by tepper.freenode.net 15.35.27 # yeah, battery chemistry is what matters the most here. assuming the battery itself is okay, which is far from guaranteed. 15.43.23 # yeah, it's the same type of battery for sure 15.43.27 # I was careful with that 15.43.56 # and the battery should be fine as well, but let's see what happens after I discharge it fully 15.58.36 *** Saving seen data "./dancer.seen" 17.00.16 Quit pamaury (Ping timeout: 256 seconds) 17.06.29 Quit lebellium (Quit: Leaving) 17.07.38 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.") 17.30.53 Join livvy [0] (~livvy@gateway/tor-sasl/livvy) 17.43.53 Join Rower- [0] (~Rower@185.246.208.206) 17.46.23 Quit Rower (Ping timeout: 260 seconds) 17.47.52 Join Rower [0] (~Rower@78-73-72-39-no2340.tbcn.telia.com) 17.47.52 Quit Rower (Client Quit) 17.50.04 Quit ZincAlloy (Quit: Leaving.) 17.50.28 Quit Rower- (Ping timeout: 256 seconds) 17.58.37 *** Saving seen data "./dancer.seen" 19.09.23 Join Misanthr- [0] (~Misanthro@91.240.65.11) 19.10.02 Quit Misanthropos (Ping timeout: 256 seconds) 19.10.14 Nick Misanthr- is now known as Misanthropos (~Misanthro@91.240.65.11) 19.15.43 Quit bluebrother (Disconnected by services) 19.15.48 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother) 19.16.51 Join fs-bluebot [0] (~fs-bluebo@55d40372.access.ecotel.net) 19.19.06 Quit fs-bluebot_ (Ping timeout: 256 seconds) 19.34.55 Quit prof_wolfff (Ping timeout: 246 seconds) 19.58.40 *** Saving seen data "./dancer.seen" 21.02.42 Quit ats_ (Ping timeout: 260 seconds) 21.14.12 Join atsampson [0] (~ats@cartman.offog.org) 21.48.25 Quit MrZeus_ (Ping timeout: 240 seconds) 21.58.43 *** Saving seen data "./dancer.seen" 22.36.12 Quit mendel_munkis (Remote host closed the connection) 22.36.30 Join mendel_munkis [0] (~mendelmun@ool-435680b7.dyn.optonline.net) 22.49.14 Quit _bilgus__ (Read error: Connection reset by peer) 22.56.01 Join _bilgus [0] (~bilgus@65.186.35.190) 23.20.45 Join beencubed [0] (~beencubed@209.131.238.248) 23.30.03 Quit livvy (Ping timeout: 240 seconds) 23.44.08 Join efqw [0] (uid412670@gateway/web/irccloud.com/x-qejdqsqchmmacasu) 23.58.44 *** Saving seen data "./dancer.seen"