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 2017-05-25

00:02:30 Quit xorly (Ping timeout: 240 seconds)
00:13:19 Join MrZeus1 [0] (~MrZeus@2a02:c7f:7066:fb00:c41a:bae0:221:f731)
00:35:03***Saving seen data "./dancer.seen"
00:48:04 Quit ender` (Quit: Before employing any captured artifacts or machinery, I will carefully read the owner's manual. — Evil Overlord List #57)
00:53:54 Join edhelas [0] (~edhelas@54693F03.cm-12-2a.dynamic.ziggo.nl)
01:00
01:05:39 Quit edhelas (Ping timeout: 246 seconds)
01:55:57 Quit cc___ (Ping timeout: 260 seconds)
02:00
02:14:15 Quit dovber (Remote host closed the connection)
02:14:15 Quit foolsh (Quit: No Ping reply in 180 seconds.)
02:14:22 Join foolsh [0] (~starchase@2602:301:7777:3460:215:c5ff:fe40:1e6b)
02:14:37 Join dovber [0] (~dovber@2600:8801:3180:e2:beee:7bff:fee3:335f)
02:17:56 Join dys [0] (~dys@x5f71ff9a.dyn.telefonica.de)
02:25:26 Quit MrZeus1 (Ping timeout: 240 seconds)
02:35:05***Saving seen data "./dancer.seen"
02:47:19 Quit ZincAlloy (Quit: Leaving.)
03:00
03:28:54 Join nocomply [0] (~alex@201.198.1.149)
03:29:55nocomplyHi, what am I supposed to enter in the verification question to register on the forum? What is 5 + 8? (enter kangaroo in the field): I've tried '13' and 'kangaroo in the field' but neither work
03:30:32nocomplyoh I guess it must be just kangaroo
03:32:01nocomplyhaha oh I feel like an idiot
03:32:56Bilgusbut not a bot.
03:37:37nocomplysometimes I wonder...
03:39:27nocomplyI've replied to a thread with my issue but I will ask here as well, I am experiencing cuts in audio playback for a couple of seconds now and then on clip+, while this happens the device is unresponsive. It has only started to happen since I updated to the latest release. Does anyone know why this might be happening, is it a known issue?
03:44:49BilgusI too use the clip+, now by latest release do you mean 3.14 from the web site or latest HEAD on git?
03:46:22Bilguseither way first thing I'd try is renaming your config.cfg file to config.old and restarting the device
03:46:31Bilgusnext what audio format?
03:47:24nocomplyBilgus: it is the latest stable release, 3.14. I will try the config reset soon, see how that goes, it's pretty random in when it happens
03:47:27nocomplyit's with mp3
03:50:13Bilguswell in my experience the config file seems to be the number 1 cause of unexplained shit but not the only
04:00
04:35:09***Saving seen data "./dancer.seen"
04:55:07 Quit nocomply (Quit: Konversation terminated!)
06:00
06:19:44jhMikeSBilgus: maybe try swapping the order of root_unmount_volume and fileobj_mgr_unmount. playlist_control is usually open all the time, multiple times, but I haven't seen it need to be forced closed. somewhere it ends up closed
06:25:24Bilgusok, Ill try that
06:29:02 Join PurlingNayuki [0] (~Thunderbi@2001:da8:215:4ff:e860:90e6:5b14:6b63)
06:30:05jhMikeSother than that, use caution with buffer sizes
06:32:10jhMikeSyou're using VOL_MAX_LEN+2 for the rtpath? that's pretty small
06:32:58Bilgusyou would think if it worked on boot then it would work after usb plug unplug?
06:32:59 Quit PurlingNayuki (Ping timeout: 240 seconds)
06:33:46 Quit TheSeven (Ping timeout: 258 seconds)
06:34:02 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:34:23jhMikeSBilgus: different threads handle it so perhaps no
06:34:48jhMikeSat boot it's the main thread, otherwise the usb thread does it.
06:35:13***Saving seen data "./dancer.seen"
06:35:23Bilgusok ill try setting it back to MAX_PATH
06:42:36jhMikeScouldn't you write the path to a static buffer at boot and define RB_ROOT_CONTENT_DIR to refer to the static buffer?
06:44:19Bilgussure
06:46:06Bilgusswapping the two just made it hang
06:46:39Bilgusthe static path would have to be written at firmware boot but I mean It can't be done any earlier than volume mount
06:50:04 Join _jhMikeS_ [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
06:50:04 Quit jhMikeS (Disconnected by services)
06:50:05 Nick _jhMikeS_ is now known as jhMikeS (~jethead71@d192-24-173-177.try.wideopenwest.com)
06:50:27 Join The_Prospector|2 [0] (~The_Prosp@c-73-239-179-79.hsd1.wa.comcast.net)
06:53:59 Quit The_Prospector (Ping timeout: 255 seconds)
06:54:51jhMikeSBilgus: Can't say I'm enthusiastic about debugging code that I want to be put together quite differently :)
06:57:06Bilgusthen no problem in waiting but I figured it would be fundamentally similar I'm just fine making it keep the path for now
06:58:13Bilgusthough it kinda worries me that it has issues reading the playlist when you open other files on the volume
07:00
07:01:10jhMikeSsounds like the cache is getting corrupted. I haven't seen that problem myself though and definitely not without that patch
07:03:13Bilgusno it doesn't happen at HEAD but with just the basic Redirect patch as based in your commit it does
07:04:35Bilgussomething to keep in mind to test for I suppose as it really doesn't bother me a bit atm
07:15:46BilgusThough I do admit it is pretty nice to be able to switch between versions from a dev perspective!!
07:19:01Bilgusok so for your future reference I have the DB build with files on the SD RB_ROOT_CONTENTS_DIR =<1> and HIDDEN as well I stop playback with the power button go to file browser .rockbox/docs/copying.txt open it in the viewer exit back to main menu choose Resume playback and it consistently says invalid playback press resume again usually 1x sometimes 2x and then it resumes playback
07:19:49Bilgussorry invalid Playlist Ctl
07:25:23 Part chrisb ("rcirc on GNU Emacs 26.0.50")
07:30:24jhMikeSwait. it eventually gets it right?
07:34:18Bilgusyeah
08:00
08:04:52 Join ender` [0] (krneki@foo.eternallybored.org)
08:23:34 Quit duo8 (Quit: ZNC 1.6.5 - http://znc.in)
08:35:17***Saving seen data "./dancer.seen"
08:39:12 Quit jhMikeS (Ping timeout: 260 seconds)
09:00
09:02:02 Quit LinuxArie (Ping timeout: 260 seconds)
09:22:18 Join johnb3 [0] (~johnb2@p5B3AFF44.dip0.t-ipconnect.de)
09:23:47 Join xorly [0] (~xorly@ip-86-49-24-93.net.upcbroadband.cz)
09:31:41 Quit athidhep (Quit: athidhep)
10:00
10:25:48 Join edhelas [0] (~edhelas@54693F03.cm-12-2a.dynamic.ziggo.nl)
10:34:59 Join PurlingNayuki [0] (~Thunderbi@2001:da8:215:4ff:e860:90e6:5b14:6b63)
10:35:21***Saving seen data "./dancer.seen"
10:39:30 Quit PurlingNayuki (Ping timeout: 272 seconds)
11:00
11:14:31 Join lebellium [0] (~chatzilla@89-93-178-245.hfc.dyn.abo.bbox.fr)
11:14:47 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
11:24:49 Quit xorly (Ping timeout: 246 seconds)
11:26:56 Quit JdGordon (Ping timeout: 240 seconds)
11:32:26 Join JdGordon [0] (~jonno@61.68.244.160)
11:32:26 Quit JdGordon (Changing host)
11:32:26 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
11:33:46 Quit edhelas (Quit: Leaving.)
11:59:17 Join TheLemonMan [0] (~root@irssi/staff/TheLemonMan)
12:00
12:00:06 Join edhelas [0] (~edhelas@54693F03.cm-12-2a.dynamic.ziggo.nl)
12:05:37rubdoshttps://www.opus-codec.org/release/dev/2017/05/24/libopus-1_2_beta.html <- interesting?
12:08:34 Quit dunx (Ping timeout: 240 seconds)
12:14:28 Join dunx [0] (UNKNOWN@unaffiliated/yulax)
12:23:03 Quit johnb3 (Ping timeout: 246 seconds)
12:31:40 Join robertd1 [0] (~root@201.242.174.75)
12:35:23***Saving seen data "./dancer.seen"
12:40:13 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
12:52:10 Quit edhelas (Ping timeout: 255 seconds)
12:57:01 Quit pamaury (Ping timeout: 260 seconds)
12:59:54 Join ZincAlloy [0] (~Adium@2a02:8108:8b80:1700:5067:c03c:3f5a:c3e6)
14:00
14:00:15 Join xorly [0] (~xorly@wced-12-219-32-147.feld.cvut.cz)
14:15:17 Join LinuxArie [0] (~Arie@ip54579264.direct-adsl.nl)
14:21:27 Quit xorly (Ping timeout: 240 seconds)
14:35:26***Saving seen data "./dancer.seen"
14:47:43 Quit Xeha (Quit: /dev/null)
14:50:18 Join Xeha [0] (~Xeha@unaffiliated/k1773r)
15:00
15:09:27 Quit robertd1 (Read error: Connection reset by peer)
15:09:28 Join johnb3 [0] (~johnb2@p5B3AFF44.dip0.t-ipconnect.de)
15:14:24 Join robertd1 [0] (~root@201.242.174.75)
15:51:09 Quit alucryd (Ping timeout: 246 seconds)
15:52:00 Quit JdGordon (Ping timeout: 246 seconds)
15:52:05 Join alucryd [0] (~quassel@archlinux/developer/alucryd)
15:52:17 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
16:00
16:10:11 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
16:35:30***Saving seen data "./dancer.seen"
16:54:48 Quit ender` (Ping timeout: 255 seconds)
16:57:06 Join ender` [0] (krneki@foo.eternallybored.org)
17:00
17:15:41 Join xorly [0] (~xorly@ip-86-49-24-93.net.upcbroadband.cz)
18:00
18:03:23 Quit johnb3 (Quit: Nettalk6 - www.ntalk.de)
18:26:47 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)
18:35:31***Saving seen data "./dancer.seen"
18:37:30 Join mendelmunkis [0] (~moshe@ool-18e4fcdc.dyn.optonline.net)
18:42:08mendelmunkisLCD_HEIGHT is height in pixels is there something similar for height in character rows
19:00
19:07:04 Quit robertd1 (Ping timeout: 240 seconds)
20:00
20:07:19 Quit mendelmunkis (Quit: Konversation terminated!)
20:12:58 Join Bilgus_ph [0] (~Bilgus_ph@108.123.123.143)
20:14:43Bilgus_phI want to say screen_width/CHAR_WIDTH
20:14:43Bilgus_phbut i think you really need lcd_getstringsize() so you can get the size for your choosen font
20:14:53 Quit Bilgus_ph (Remote host closed the connection)
20:15:31 Join mendelmunkis [0] (~moshe@ool-18e4fcdc.dyn.optonline.net)
20:18:13 Join Bilgus_ph [0] (~Bilgus_ph@108.123.123.143)
20:21:08Bilgus_phMENDELMUNKIS sorry same difference for height as well getstringsize can return width of a string height or both
20:21:13 Quit Bilgus_ph (Remote host closed the connection)
20:27:47 Join duo8 [0] (~ZNC-SRV-H@117.6.48.228)
20:35:35***Saving seen data "./dancer.seen"
21:00
21:03:13 Quit mendelmunkis (Remote host closed the connection)
21:26:04 Quit jhMikeS (Ping timeout: 255 seconds)
21:54:02[Saint]Bilgus: what'cha doin?
22:00
22:02:45 Join Rower [0] (husvagn@m83-182-68-226.cust.tele2.se)
22:22:24 Join JanC_ [0] (~janc@lugwv/member/JanC)
22:23:29 Quit JanC (Ping timeout: 240 seconds)
22:23:41 Nick JanC_ is now known as JanC (~janc@lugwv/member/JanC)
22:35:39***Saving seen data "./dancer.seen"
22:35:45 Quit xorly (Ping timeout: 246 seconds)
23:00
23:11:02 Join jhMikeS [0] (~jethead71@d192-24-173-177.try.wideopenwest.com)

Previous day | Next day