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-12-13

00:59:10 Quit othello7 (Ping timeout: 260 seconds)
01:00
01:56:24***Saving seen data "./dancer.seen"
02:00
02:10:10 Quit acidsys (Ping timeout: 248 seconds)
02:12:32 Quit Galois (Remote host closed the connection)
02:27:00 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
02:32:02 Join PheralSparky [0] (~S|h|a|w|n@user/shawn/x-4432647)
02:33:11 Join acidsys [0] (~crameleon@openSUSE/member/crameleon)
03:00
03:19:34 Quit PheralSparky (Ping timeout: 260 seconds)
03:22:10 Join PheralSparky [0] (~S|h|a|w|n@user/shawn/x-4432647)
03:56:25***Saving seen data "./dancer.seen"
04:00
04:04:29 Quit jacobk (Ping timeout: 260 seconds)
04:04:48 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
04:53:40 Join PSparky|Ryzen7 [0] (~S|h|a|w|n@user/shawn/x-4432647)
04:54:58 Quit PheralSparky (Ping timeout: 248 seconds)
05:00
05:02:48 Quit PSparky|Ryzen7 (Quit: Leaving)
05:53:26winsim-buildbotNew Windows simulator build round started. Revision 789aa0a695, Scrobbler plugin remove logf size warnings by William Wilgus
05:56:29***Saving seen data "./dancer.seen"
05:59:00winsim-buildbotNew Windows simulator build round started. Revision e9b0aa495b, SDL: special-case pulseaudio backend with a smaller PCM buffer size by Solomon Peachy
05:59:39MarcAndersenI forgot to update git the first time
07:00
07:29:54Nyaabtw has anyone worked on cowon d2/d2+ NAND writing or is it still not supported
07:38:37Nyaaah, looks like no, accessing the internal NAND was disabled completely about 5 years ago
07:43:32winsim-buildbotBuild round completed after 6273 seconds.
07:56:31***No seen item changed, no save performed.
08:00
08:32:21rb-bluebotBuild Server message: New build round started. Revision 23d185b7fe, 345 builds, 9 clients.
08:32:21rb-bluebotS5L8720: Add partial clocking support by Vencislav Atanasov
08:45:03rb-bluebotBuild Server message: Build round completed after 762 seconds.
08:45:06rb-bluebotBuild Server message: Revision 23d185b7fe result: All green
09:00
09:03:32 Join speachy [0] (~speachy@rockbox/developer/speachy)
09:03:32Mode"#rockbox +v speachy" by ChanServ (ChanServ@services.libera.chat)
09:49:16 Join dconrad [0] (~dconrad@152.117.104.232)
09:56:33***No seen item changed, no save performed.
10:00
10:00:56dconradfor a brain teaser... fs#13534
10:00:56rb-bluebothttps://www.rockbox.org/tracker/task/13534 Playlist: Doesn't play nicely with accented characters (bugs, new)
10:02:09dconradAlso trying to drill down and figure out what's wrong here https://forums.rockbox.org/index.php/topic,53601.msg254851.html#msg254851
10:08:37speachyrb-bluebot: that _may_ be a victim of UTF8 normalization
10:08:51speachywhoops, dconrad $$
10:09:38dconradthe playlists or the forums one?
10:09:41speachythe playlists.
10:09:53dconradah, was that recent?
10:10:10speachyyou'd need to look at the actual raw byte sequences from the file on disk vs the one in the playlist
10:10:29dconradoh, now that you say that there was a whole thing about that recently wasn't there
10:11:25speachyit came up in the context of macos, which always seems to fully decompose UTF8 sequences in the low-level unix directory manipulation APIs.
10:12:06speachyproblem is supporting full normalization at runtime will add something like 400K to our binary size.
10:12:12speachy(normalization and case folding)
10:12:26dconradI _think_ this playlist was generated on windows, if I recall correctly - it's from gpodder
10:12:36dconradI think I ran that at work
10:13:00speachybut I'd check the low-level encoding just to be sure.
10:13:23speachyif only to eliminate that before chasing down other rabbit holes
10:14:19speachyas for the forum post... without a sense of if it's a regression (from when?) and the full path length..
10:14:36dconradyeah, I got some more information in later posts on that
10:14:41speachy(and Unicode encoding can cause "short enough" strings to explode badly..)
10:15:03dconradIt seems to be a regression which worked sometime in october at least, and the path is
10:15:24dconradf:\AudioBooks\The Science Fiction Hall of Fame, Vol. 1, 1929-1964 [B077YS8B2P]\10 - “Mimsy Were the Borogoves” by Lewis Padgett.mp3
10:15:40speachy"any file in that subdirectory"
10:15:54dconradthough I grabbed any old mp3 and tried that path and it worked fine for me?
10:16:06speachyyeah, I'm still going back to "path length"
10:16:13speachy(shouldn't cause a stack overflow, mind you)
10:16:23dconradhmm, maybe album art?
10:16:48speachythis ought to be recreatable in the simulator with ABASN+UBSAN
10:45:47_bilgusor ge that user a build with a mapfile so you can track it, but it probably points to bunk,
11:00
11:18:58 Quit jacobk (Ping timeout: 248 seconds)
11:22:55rb-bluebotBuild Server message: New build round started. Revision a23002cd5e, 345 builds, 9 clients.
11:22:55rb-bluebotunicode: Unify check for UTF-16 BOM by Roman Artiukhin
11:27:40dconradwell re: fs#13534 I think the easiest thing for me to do is make gpodder do the sane thing and use the same filename as on the computer
11:27:41rb-bluebothttps://www.rockbox.org/tracker/task/13534 Playlist: Doesn't play nicely with accented characters (bugs, new)
11:28:02speachyso it's confirmed to be different?
11:29:16dconradit looks like it? I opened up the test set on my windows work computer and the filename displayed in the file browser is all screwed up
11:29:56dconradto be honest once you start talking about filename normalization that is _way_ above my head... but I can make gpodder do a more sane thing
11:32:13speachyessentially (assuming the playlist is valid UTF8 to begin with) that accented é could be encoded as é or 'e' 'accent char'
11:33:33speachyboth end up being displayed the same, but are encoded differently. Unicode defines four mechanisms to encode this stuff; the idea being you'd decompose what you get, and then recompose it into whatever form you need to work with.
11:38:32dconradwell if this issue is that (as I think it is?), it boils down to being a "wontfix" anyway?
11:39:20rb-bluebotBuild Server message: Build round completed after 987 seconds.
11:39:22rb-bluebotBuild Server message: Revision a23002cd5e result: All green
11:48:21 Quit rogeliodh (Quit: The Lounge - https://thelounge.chat)
11:48:43 Join rogeliodh [0] (~rogeliodh@rogeliodh.dev)
11:56:35***Saving seen data "./dancer.seen"
11:59:15speachydconrad: I woun't go so far as "wontfix" but it's not going to be anytime soon.
12:00
12:01:04speachyputting aside the large bump in code size, it complicated things like directory/file handling since we'd need to convert _everything_ to the same internal normalization form
12:01:37speachybut we'd get things like case folding in nearly every language for free too
12:32:26_bilgusworking on revisiting scrobbling with g#6205 I think I can do this pretty efficiently by just saving the tracks as they come past in playback and worrying about actual logic in a parser plugin
12:32:29rb-bluebotGerrit review #6205 at https://gerrit.rockbox.org/r/c/rockbox/+/6205 : [Feature] scrobbling from core WIP by William Wilgus
12:34:22_bilgusI'm thinking rather than checking for the played threshold I'll just dump it with elapsed / length and the user can change thresholds and get back the tracks that exceed it
12:52:32 Join chris_s [0] (~chris_s@2a09:bac3:2b51:1282::1d8:1ea)
13:00
13:01:24 Quit COMPL_EXE (Read error: Connection reset by peer)
13:01:41 Join COMPL_EXE [0] (~compl.exe@aosc/dev/origincode)
13:07:31 Quit chris_s (Quit: Client closed)
13:08:57 Join chris_s [0] (~chris_s@2a09:bac2:2dd0:2464::3a0:71)
13:32:44_bilguson second thought I think I'll call it 'playback logging' and you set the percentage of track played that will be logged then there could be other uses for it like removing tracks from a playlist you have already finished etc
13:32:59 Join lebellium [0] (~lebellium@2a01cb0405d07f00d33a0da62bfc2206.ipv6.abo.wanadoo.fr)
13:33:56_bilgusactually maybe no percentage then it could be used to cull tracks you hated too
13:39:31 Quit funman (Changing host)
13:39:32 Join funman [0] (~fun@videolan/developer/funman)
13:56:39***Saving seen data "./dancer.seen"
15:00
15:32:00rb-bluebotBuild Server message: New build round started. Revision 4cf65ec926, 345 builds, 9 clients.
15:32:00rb-bluebotmetadata: mp3: fix iTunSMPB info replacing comment by Christian Soffke
15:34:25 Quit dconrad (Remote host closed the connection)
15:47:01rb-bluebotBuild Server message: Build round completed after 903 seconds.
15:47:03rb-bluebotBuild Server message: Revision 4cf65ec926 result: All green
15:55:48 Join IPG [0] (~InvoxiPla@94.5.151.179)
15:56:43***Saving seen data "./dancer.seen"
16:00
16:11:06 Quit chris_s (Quit: Client closed)
17:00
17:18:40 Quit cstine (Quit: The Lounge - https://thelounge.chat)
17:18:58 Join cstine [0] (~cstine@150.136.136.191)
17:20:20 Join dconrad [0] (~dconrad@152.117.104.232)
17:32:34 Quit JanC (Ping timeout: 244 seconds)
17:35:34 Join JanC [0] (~janc@user/janc)
17:47:04 Join chris_s [0] (~chris_s@2a09:bac3:2a34:2464::3a0:9)
17:56:44***Saving seen data "./dancer.seen"
18:00
18:03:09winsim-buildbotNew Windows simulator build round started. Revision 4cf65ec926, metadata: mp3: fix iTunSMPB info replacing comment by Christian Soffke
18:08:44 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
18:08:45 Quit othello7 (Read error: Connection reset by peer)
18:11:42 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
18:13:42 Quit othello7 (Read error: Connection reset by peer)
18:15:26 Join JanC_ [0] (~janc@user/janc)
18:15:27 Quit JanC (Killed (mercury.libera.chat (Nickname regained by services)))
18:15:27 Nick JanC_ is now known as JanC (~janc@user/janc)
18:16:26 Quit lebellium (Quit: Leaving)
18:32:09 Quit dconrad (Remote host closed the connection)
18:36:05 Join dconrad [0] (~dconrad@152.117.104.232)
18:36:39 Quit JanC (Ping timeout: 252 seconds)
18:38:48 Join JanC [0] (~janc@user/janc)
18:40:23 Quit dconrad (Ping timeout: 252 seconds)
18:46:46 Join massiveH [0] (~massiveH@2600:4040:a982:5400:e060:3732:6610:1054)
19:00
19:36:14 Join JanC_ [0] (~janc@user/janc)
19:36:14 Nick JanC is now known as Guest1979 (~janc@user/janc)
19:36:14 Quit Guest1979 (Killed (zirconium.libera.chat (Nickname regained by services)))
19:36:14 Nick JanC_ is now known as JanC (~janc@user/janc)
19:49:00winsim-buildbotBuild round completed after 6353 seconds.
19:56:48***Saving seen data "./dancer.seen"
20:00
20:04:34 Quit JanC (Ping timeout: 245 seconds)
20:07:25 Join JanC [0] (~janc@user/janc)
20:17:11 Join JanC_ [0] (~janc@user/janc)
20:17:11 Nick JanC is now known as Guest8526 (~janc@user/janc)
20:17:11 Nick JanC_ is now known as JanC (~janc@user/janc)
20:17:30 Quit Guest8526 (Ping timeout: 246 seconds)
20:26:10 Quit chris_s (Quit: Client closed)
20:28:58 Join JanC_ [0] (~janc@user/janc)
20:28:58 Nick JanC is now known as Guest8069 (~janc@user/janc)
20:28:58 Quit Guest8069 (Killed (molybdenum.libera.chat (Nickname regained by services)))
20:28:58 Nick JanC_ is now known as JanC (~janc@user/janc)
20:30:09 Quit COMPL_EXE (Read error: Connection reset by peer)
20:30:46 Join COMPL_EXE [0] (~compl.exe@aosc/dev/origincode)
20:33:01 Join JanC_ [0] (~janc@user/janc)
20:33:01 Quit JanC (Killed (copper.libera.chat (Nickname regained by services)))
20:33:01 Nick JanC_ is now known as JanC (~janc@user/janc)
20:52:34 Join dconrad [0] (~dconrad@152.117.104.232)
20:52:39 Join JanC_ [0] (~janc@user/janc)
20:52:39 Nick JanC is now known as Guest2944 (~janc@user/janc)
20:52:39 Quit Guest2944 (Killed (calcium.libera.chat (Nickname regained by services)))
20:52:39 Nick JanC_ is now known as JanC (~janc@user/janc)
20:57:09 Quit dconrad (Ping timeout: 248 seconds)
21:00
21:21:06 Quit JanC (Ping timeout: 248 seconds)
21:21:41 Join JanC [0] (~janc@user/janc)
21:56:53***Saving seen data "./dancer.seen"
22:00
22:17:41 Join JanC_ [0] (~janc@user/janc)
22:17:41 Nick JanC is now known as Guest6944 (~janc@user/janc)
22:17:41 Nick JanC_ is now known as JanC (~janc@user/janc)
22:19:18 Quit Guest6944 (Ping timeout: 252 seconds)
22:54:49 Join PheralSparky [0] (~S|h|a|w|n@user/shawn/x-4432647)
22:56:30 Join dconrad [0] (~dconrad@152.117.104.232)
23:00
23:00:44 Quit dconrad (Ping timeout: 252 seconds)
23:40:48_bilgusspeachy could you give g#6197 I think I figured it out
23:40:51rb-bluebotGerrit review #6197 at https://gerrit.rockbox.org/r/c/rockbox/+/6197 : 'libmad remove warnings in sim by William Wilgus
23:41:02_bilgusrather give it a listen
23:42:07_bilgusi think thats where the weirdness around the pointer was coming from they were (are) using ub to roll over to the back of the array
23:42:31_bilgusgoing to try it on device next
23:56:56***Saving seen data "./dancer.seen"

Previous day | Next day