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

00:54:27_bilguswell I think I'm ripping out the title display it causes issues when viewing the current playlist (v slow loading)
00:59:15_bilgusat least its not for naught the bin should be quite a bit smaller now
01:00
01:04:49sporkare any targets close to a bin size limit ?
01:23:08***No seen item changed, no save performed.
01:28:58_bilgustechnically none are its just an issue of more ram == more playtime
01:31:08_bilgusbootloaders OTOH
01:40:45rb-bluebotBuild Server message: New build round started. Revision 3891bcf3b9, 315 builds, 9 clients.
01:40:45rb-bluebot[Revert] id3 title display playlist_viewer.c by William Wilgus
01:51:09rb-bluebotBuild Server message: Build round completed after 623 seconds.
01:51:10rb-bluebotBuild Server message: Revision 3891bcf3b9 result: All green
01:55:45_bilguswell shit no bin size or ramsize stats
02:00
02:56:55 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
03:00
03:23:09***No seen item changed, no save performed.
03:31:51 Quit othello7 (Ping timeout: 265 seconds)
03:34:19 Join lebellium [0] (~lebellium@2a01cb0405d07f00d33a0da62bfc2206.ipv6.abo.wanadoo.fr)
03:34:45 Quit massiveH (Quit: Leaving)
04:00
04:12:47 Quit dbohdan (Server closed connection)
04:13:07 Join dbohdan [0] (~dbohdan@user/dbohdan)
05:00
05:23:12***Saving seen data "./dancer.seen"
05:36:34 Join decky_e [0] (~decky_@69.9.139.14)
07:00
07:23:14***No seen item changed, no save performed.
07:57:38 Quit funman (Server closed connection)
07:57:47 Join funman [0] (~fun@chui-pas.net)
08:00
08:25:32 Quit Skyrider (Server closed connection)
08:25:51 Join Skyrider [0] (~Skyrider@static.219.32.201.138.clients.your-server.de)
08:43:09speachy_bilgus: yeah, sorry about that. a typo in one of the build server scripts
08:43:33speachypart of the changes I made to make it handle non-firmware uploads
08:44:02speachythe files got renamed to "<bla>..zip" with two '..' instead of one.
08:47:23 Quit sam_d (Quit: Bye)
08:47:51 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
08:48:19speachy_should_ be fixed for the next build.
08:56:12 Join sam_d [0] (~sam@user/sam-d/x-8933526)
09:00
09:15:07 Quit othello7 (Ping timeout: 264 seconds)
09:18:14 Quit bleb (Server closed connection)
09:18:29 Join bleb [0] (~cm@user/bleb)
09:23:17***Saving seen data "./dancer.seen"
09:25:32 Join Moriar [0] (~moriar@107-200-193-159.lightspeed.stlsmo.sbcglobal.net)
09:33:38 Quit buZz (Server closed connection)
09:33:46 Join buZz [0] (~buzz@192.161.48.59)
09:34:10 Nick buZz is now known as Guest2314 (~buzz@192.161.48.59)
09:49:21 Join chris_s [0] (~chris_s@2a02:3037:200:61b4:4857:c4d1:19ff:75e0)
09:49:45chris_sAny objections to g#5804 ?
09:49:48rb-bluebotGerrit review #5804 at https://gerrit.rockbox.org/r/c/rockbox/+/5804 : skin engine: Add tags to display Quickscreen Items by Evan Kenny
09:51:04 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
09:55:34_bilguslooks good to me
10:00
10:01:38 Quit vup (Server closed connection)
10:01:53 Join vup [0] (~~~~@46.101.193.235)
10:06:29_bilgusso I'm trying to come up with a better way to allow playlists to show their id3 data.
10:08:45_bilgusfirst thought is to keep the tags directly in the file and use extended M3U semantics (#EXTDATA: data)
10:09:37chris_sSomeone seems to have had a go at extm3u support at some point: FS #7652
10:09:38rb-bluebothttps://www.rockbox.org/tracker/task/7652 EXTM3U support (patches, unconfirmed)
10:09:45_bilgussecond thought is to scan the playlist and make a scan of the playlist on load and store tags in a separate temp file
10:10:59_bilgusI think the extm3u is probably the easiest but wouldn't be backwards compatible (not sure that really matters)
10:11:53_bilgushehe thanks chris_s that FS isd perfect :)
10:13:18_bilgusif they'd have made the plugin too it would already be done :)
10:14:16_bilgusok I'll work on this the next few days and see what falls out
10:17:35_bilgusOH this will be nice because you could actually do a search thru the playlist and it will search the fields you currently have displayed
10:19:06_bilgusactual useful searches through a playlist makes me want to use exM3U too!
10:27:08braewoods__bilgus, some people have used CUE. is that better?
10:28:07_bilgustaht way option 2
10:28:13_bilgusthat was*
10:28:32braewoods_I believe Rockbox already supports CUE for single file albums.
10:29:15braewoods_At least the metadata structure to create a usable play list.
10:29:18_bilguswe do at least in some form
10:31:04_bilgusthe advantage with that is the ability to not change the playlist or resave it etc
10:32:06_bilgusyou could just run it thru a plugin and spit out a cue file rb sees that and uses it (assuming we have that its been a while since I touched the cue code)
10:32:51_bilgusone advantage to the first is that playlist search
10:33:26_bilgusI'm heavily in favor of that but it can be done with the cue sheets too just more code
10:39:14_bilgusyeah the cuesheet stuff is about 90% there hmm I'm not sure maybe I'll try both
10:41:46 Nick Guest2314 is now known as buZz (~buzz@192.161.48.59)
11:00
11:10:52 Quit chris_s (Remote host closed the connection)
11:13:44 Quit othello7 (Ping timeout: 245 seconds)
11:19:40 Quit buZz (Quit: Reconnecting)
11:19:48 Join buZz [0] (~buzz@drivesthe.skoolbuzz.net)
11:23:21***Saving seen data "./dancer.seen"
12:00
12:16:29 Quit dys (Server closed connection)
12:29:37 Quit spork (Ping timeout: 268 seconds)
12:39:33 Join spork [0] (topic@80-235-20-31.ftth.glasoperator.nl)
12:54:27 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
13:00
13:23:25***Saving seen data "./dancer.seen"
14:00
14:48:14 Quit Moriar (Quit: Leaving.)
15:00
15:08:32 Quit rudi_s (Server closed connection)
15:08:53 Join rudi_s [0] (~simon@user/rudi-s/x-7673890)
15:23:28***Saving seen data "./dancer.seen"
16:00
16:33:59 Join Moriar [0] (~moriar@107-200-193-159.lightspeed.stlsmo.sbcglobal.net)
17:00
17:17:11 Quit ats (Server closed connection)
17:23:31***Saving seen data "./dancer.seen"
18:00
18:22:39 Join ats [0] (~ats@cartman.offog.org)
18:29:03 Quit lebellium (Quit: Leaving)
19:00
19:05:49 Join massiveH [0] (~massiveH@pool-173-63-97-164.nwrknj.fios.verizon.net)
19:07:08rb-bluebotBuild Server message: New build round started. Revision 96f42a5646, 315 builds, 9 clients.
19:07:08rb-bluebotskin engine: Add tags to display Quickscreen Items by Evan Kenny
19:16:40rb-bluebotBuild Server message: Build round completed after 572 seconds.
19:16:41rb-bluebotBuild Server message: Revision 96f42a5646 result: All green
19:19:44 Join chris_s [0] (~chris_s@dynamic-176-003-023-201.176.3.pool.telefonica.de)
19:20:52 Quit chris_s (Client Quit)
19:23:34***Saving seen data "./dancer.seen"
20:00
20:02:03rb-bluebotBuild Server message: New build round started. Revision 9049d30da9, 315 builds, 9 clients.
20:02:03rb-bluebotAdd Evan Kenny to CREDITS by Solomon Peachy
20:11:31rb-bluebotBuild Server message: Build round completed after 569 seconds.
20:11:32rb-bluebotBuild Server message: Revision 9049d30da9 result: All green
21:00
21:15:29 Quit othello7 (Quit: othello7)
21:18:55 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
21:23:38***Saving seen data "./dancer.seen"
21:53:59 Quit othello7 (Remote host closed the connection)
21:55:46 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
22:00
22:30:33 Quit othello7 (Remote host closed the connection)
22:32:17 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
22:44:17 Quit Moriar (Quit: Leaving.)
23:00
23:23:41***Saving seen data "./dancer.seen"

Previous day | Next day