Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2024-11-14

00:05:38_bilgus__tobbez, it should have usb plug events does the battery bench plugin do the same?
00:06:53 Quit dconrad (Remote host closed the connection)
00:14:11 Join dconrad [0] (~dconrad@152.117.104.232)
00:18:40 Quit dconrad (Ping timeout: 260 seconds)
00:30:02***Saving seen data "./dancer.seen"
01:00
01:04:19 Join advcomp2019__ [0] (~advcomp20@user/advcomp2019)
01:07:29 Quit advcomp2019_ (Ping timeout: 260 seconds)
01:08:15 Quit othello7 (Ping timeout: 260 seconds)
01:24:00 Quit kugel_ (Ping timeout: 260 seconds)
01:48:45 Join kugel_ [0] (~kugel@ip4d146a3a.dynamic.kabel-deutschland.de)
02:00
02:06:40 Quit kugel_ (Remote host closed the connection)
02:15:07 Join WebGuest81 [0] (~WebGuest8@2607:fb90:bdce:d6a7:707d:a9b9:610a:2352)
02:15:49 Join dconrad [0] (~dconrad@152.117.104.232)
02:19:59 Quit dconrad (Ping timeout: 245 seconds)
02:24:32 Join kugel_ [0] (~kugel@ip4d146a3a.dynamic.kabel-deutschland.de)
02:29:16WebGuest81I created my post (https://forums.rockbox.org/index.php/topic,55110.0.html) for downscaling album art covers as mentioned earlier
02:29:57 Quit kugel_ (Remote host closed the connection)
02:30:05***Saving seen data "./dancer.seen"
02:30:28 Join kugel__ [0] (~kugel@ip4d146a3a.dynamic.kabel-deutschland.de)
02:35:41 Quit WebGuest81 (Ping timeout: 256 seconds)
02:36:30 Join WebGuest81 [0] (~WebGuest8@2607:fb90:bdce:d6a7:707d:a9b9:610a:2352)
02:43:03 Quit WebGuest81 (Ping timeout: 256 seconds)
02:51:06 Quit kugel__ (Quit: Lost terminal)
02:51:33 Join kugel [0] (~kugel@ip4d146a3a.dynamic.kabel-deutschland.de)
02:57:22 Quit kugel (Quit: Lost terminal)
02:57:51 Join kugel_ [0] (~kugel@ip4d146a3a.dynamic.kabel-deutschland.de)
03:00
03:15:26 Join kugel___ [0] (~kugel@ip4d146a3a.dynamic.kabel-deutschland.de)
03:16:59 Quit kugel_ (Ping timeout: 260 seconds)
03:22:34 Quit kugel___ (Quit: Lost terminal)
03:23:05 Join kugel__ [0] (~kugel@ip4d146a3a.dynamic.kabel-deutschland.de)
04:00
04:05:57 Quit Maxdamantus (Ping timeout: 248 seconds)
04:17:22 Join dconrad [0] (~dconrad@152.117.104.232)
04:19:38 Join Maxdamantus [0] (~Maxdamant@user/maxdamantus)
04:21:37 Quit dconrad (Ping timeout: 252 seconds)
04:30:09***Saving seen data "./dancer.seen"
05:00
05:03:50 Quit rnkn (Remote host closed the connection)
06:00
06:30:12***Saving seen data "./dancer.seen"
06:32:58 Join baltazar [0] (~baltazar@user/baltazar)
07:00
07:09:07 Join dconrad [0] (~dconrad@152.117.104.232)
07:13:36 Quit dconrad (Ping timeout: 252 seconds)
08:00
08:30:13***Saving seen data "./dancer.seen"
09:00
09:16:28 Join dconrad [0] (~dconrad@152.117.104.232)
09:21:07 Quit dconrad (Ping timeout: 264 seconds)
09:59:47tobbez_bilgus__: yes, same problem with battery_bench
10:00
10:01:00speachyso this is likely a problem with the hosted port in general, lovely.
10:30:14***Saving seen data "./dancer.seen"
11:00
11:02:21_bilgus__must not be getting the USB plug message or its something like the last one I found where the stuff was getting killed before it got a chance to reply to the USB plug
11:09:17_bilgus__chris_s I think I have a way forward with that dirplay patch it still has a lot of corner cases that need work and it doesn't start your selected file yet but the POC works, I thought about carrying an open dir handle around and rewinding it bu that doesn't work on hosted or sim so I'm just storing the first index and amount and walking the directory each time, its a bit slow on skips might be its downfall but I'll flesh it out a
11:09:17_bilgus__bit more first
11:10:14 Join Okpod [0] (~Okpod@213.219.160.172.adsl.dyn.edpnet.net)
11:10:33_bilgus__shuffle still needs worked out, i'm thinking in that mode we just do a random index and if you get repeats skip again since we have nothing to say what we have/have not played
11:11:45_bilgus__still need to figure out how to stop the mode and go back to your in progress playlist too, its still there I just need to figure out how to let the user transition back
11:12:32_bilgus__like maybe when the user hard stops the playback (or restarts?)
11:23:03 Join thanosengine [0] (~thanos@user/thanosengine)
11:24:27 Join davisr [0] (~davisr@fsf/emeritus/davisr)
11:33:52 Join dconrad [0] (~dconrad@152.117.104.232)
11:38:10 Quit dconrad (Ping timeout: 248 seconds)
11:48:36speachy_bilgus__: Speaking of USB mode, we need to make the USB screen use the theme font, not sysfont
11:49:13speachyso the translations can be properly displayed. Unfortnately this means we probably need to pre-cache all the glyphs used by all of the modes.
11:49:43speachysince it can be changed (and thus the text updated) when we dont' have access to the disk (ie the fonts)
12:00
12:05:53 Quit jj5 (Remote host closed the connection)
12:16:14_bilgus__in theory we could alloc all of that on plug and free it when the disk comes back
12:21:59speachyyeah, was dismayed to discover that sysfont is limited to codepooints <= 255. :(
12:22:28speachybut getting rid of that and making sysfont "complete" can double the binary size. :D
12:30:07 Quit Okpod (Ping timeout: 256 seconds)
12:30:16***Saving seen data "./dancer.seen"
12:31:45_bilgus__wow
12:32:36 Join jj5 [0] (~jj5@100.80.216.139.dynamic.dsl.dv.iprimus.net.au)
12:36:50speachyie lots of glyphs!
12:39:08speachy(I originally thought sysfont was "built-in/fallback" but nope; it's only really there in case of panics etc..
12:41:46 Quit thanosengine (Quit: WeeChat 4.4.2)
12:44:14_bilgus__well its still a fallback but makes sense since it needs to be in-ram always
12:52:34speachyyeah, it can't be used for anything that's translated.
13:00
13:12:11 Join dconrad [0] (~dconrad@152.117.104.232)
13:16:51 Quit dconrad (Ping timeout: 276 seconds)
13:41:32 Quit jj5 (Ping timeout: 252 seconds)
13:46:24 Join jj5 [0] (~jj5@100.80.216.139.dynamic.dsl.dv.iprimus.net.au)
14:00
14:11:26 Quit davisr (Quit: yeehaw)
14:30:20***Saving seen data "./dancer.seen"
15:00
15:14:49 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
16:00
16:28:31 Join dconrad [0] (~dconrad@152.117.104.232)
16:30:24***No seen item changed, no save performed.
16:32:54 Quit dconrad (Ping timeout: 246 seconds)
17:00
17:06:26 Join Everything [0] (~Everythin@178-133-104-20.mobile.vf-ua.net)
17:42:22 Quit Everything (Ping timeout: 252 seconds)
17:44:02 Join Everything [0] (~Everythin@178-133-104-20.mobile.vf-ua.net)
18:00
18:15:16 Join dconrad [0] (~dconrad@152.117.104.232)
18:20:24 Quit dconrad (Ping timeout: 276 seconds)
18:30:28***Saving seen data "./dancer.seen"
19:00
19:45:59 Join massiveH [0] (~massiveH@2600:4040:a982:5400:dd3f:db06:7c15:46a9)
20:00
20:05:03 Quit Everything (Quit: leaving)
20:29:22 Join dconrad [0] (~dconrad@152.117.104.232)
20:30:31***Saving seen data "./dancer.seen"
20:33:57 Quit dconrad (Ping timeout: 252 seconds)
20:45:55 Quit Galois (Remote host closed the connection)
20:59:10 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
22:00
22:09:47 Join jacobk [0] (~quassel@2603:8080:b200:7b02:77cb:6304:f9db:dda1)
22:11:33 Quit othello7 (Ping timeout: 252 seconds)
22:20:54 Quit jacobk (Ping timeout: 260 seconds)
22:30:33***Saving seen data "./dancer.seen"
22:34:21 Join dconrad [0] (~dconrad@152.117.104.232)
22:34:26 Quit dconrad (Client Quit)
22:43:01 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net)
23:00
23:05:47 Quit massiveH (Quit: Leaving)
23:27:11 Join chris_s [0] (~chris_s@2a09:bac3:2acc:126e::1d6:e5)
23:38:33chris_sWas testing a few themes and was surprised to stumble upon one that included a shortcuts.txt: https://themes.rockbox.org/index.php?themeid=2275&target=ipodvideo
23:40:27chris_sDoesn't seem to be disallowed by the validatezip function, but seems rude to have the file potentially be overwritten by a theme...

Previous day | Next day