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 2014-10-03

00:01:03Strife89Weird, the NDK download isn't working correctly.
00:02:58*Strife89 works around it
00:03:50[Saint]After the adt-bundle is installed, as a quick qorkaround, because Google moved some shit around in the latest tools, we need to do: ln -s /path/to/adt-bundle/sdk/build-tools/19/1/0/zipalign /path/to/adt-bundle/sdk/tools/zipalign
00:05:28[Saint]And, of course, we also want to export our env vars. Many places to do this, everyone argues about the "right" way to do it - not getting into that argument. :)
00:05:45[Saint]I, personally, use ~/.bashrc
00:06:12[Franklin]virtual reality existed when WOLF was written!?
00:06:18[Saint]export ANDROID_NDK_PATH=/path/to/blah, export ANDROID_SDK_PATH=/path/to/blah
00:06:20[Saint]etc.
00:07:11[Saint]You probably also want to export the path to adb as well, so you can automate installation with adb push.
00:07:19[Saint]It pays to have adb in the path, IMO.
00:08:29[Franklin]ahh!!! 386 sound code
00:08:41[Franklin]500 lines of pure terror
00:08:43[Saint]My relevant Androidy-bits are as such:
00:08:43[Saint]http://pastebin.com/usrR4XtJ
00:09:25[Saint](YMMV wrt paths, 'natch)
00:09:59Strife89[Saint]: I already have a (probably older) adb installed through the package manager. I assume I should remove it?
00:10:09[Saint]Yes.
00:11:40[Saint]Regarding J{RE|DK}, I use Oracle's Java 7, but, openjdk-7-j{dk|re} is perfectly fine as well, if you're on a FOSS kick.
00:12:01 Quit bertrik (Remote host closed the connection)
00:12:31Strife89Debian and Mint, for the record (Debian on this machine).
00:13:13[Saint]The latter is definitely a lot easier to install and configure.
00:17:11 Quit TheSeven (Ping timeout: 272 seconds)
00:17:23[Saint]If space is a concern, or just to cut down on shit you won't use anyway, you can run "android" to bring up the Android SDK Manager GUI, and delete everything except: Android SDK Tools (currently 23.0.2), Android SDK Platform-tools (currently 20), Android SDK Build-tools (19.1), and SDK Platform (19 {Android 4.4.2 (API 19)})
00:17:51[Saint]Everything else is superfluous to requirement for building RaaA for Android.
00:17:53[Franklin]wolf is ~40KLOC
00:18:01[Franklin]gonna be fun reviewing
00:18:09 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
00:20:55[Saint]There's no additional build requirements other than those already listed by yourself and yours truly on the LinuxSimpleGuide wiki page
00:21:50fs-bluebotBuild Server message: New build round started. Revision 193ea09, 255 builds, 33 clients.
00:21:58[Saint]I really should fix up the Android toolchain build script and merge it with rockbox-dev.sh
00:27:13fs-bluebotBuild Server message: Build round completed after 323 seconds.
00:27:29 Quit edhelas (Ping timeout: 258 seconds)
00:41:10 Quit jhMikeS (Ping timeout: 246 seconds)
00:49:39 Quit kugel (Ping timeout: 244 seconds)
00:50:35 Quit chrisb (Ping timeout: 272 seconds)
00:55:38 Quit ender` (Quit: Clearly stated instructions will consistently produce multiple interpretations. -- Boyle's Fourteenth Law)
01:00
01:00:30 Quit fling (Remote host closed the connection)
01:33:10***Saving seen data "./dancer.seen"
01:37:25 Quit krabador (Quit: Sto andando via)
01:39:44 Quit ZincAlloy (Quit: Leaving.)
01:39:58 Quit pauldgroot (Read error: Connection reset by peer)
01:40:21 Join krabador [0] (~krabador@unaffiliated/krabador)
01:44:09 Join fling [0] (~fling@fsf/member/fling)
01:44:32 Nick [Saint] is now known as sinner (~saint@rockbox/staff/saint)
01:44:40 Nick sinner is now known as [Saint] (~saint@rockbox/staff/saint)
01:54:59[Franklin]LOL [Saint]
02:00
02:14:57 Nick DormantBrain is now known as SuperBrainAK (~andy@2001:470:8:a61::5f92:59a1)
02:23:26 Join foolsh [0] (~bbrown@c-67-174-138-234.hsd1.in.comcast.net)
02:23:50[Franklin]foolsh: XRick is AWESOME!!!
02:24:05[Franklin]dynamic environments!
02:24:22[Franklin]one of two/three GOOD plugins :)
02:25:02foolshIt sucks on my fuzeplus's touch pad
02:25:17[Franklin]aww...
02:25:22[Franklin]but ipod is awesome!
02:25:25foolshMight break out an old e280 I have
02:25:31[Franklin]multiple keypresses at the same time... :)
02:25:36foolshright
02:25:43[Franklin]but I've worn out the click wheel already
02:25:48[Franklin]play barely works now
02:25:57foolshstill a good game though
02:26:03[Franklin]yes, definitely
02:26:08[Franklin]commit-ready?
02:26:20[Franklin]probably not... save and resume
02:26:25foolshnot even close IMO
02:26:41[Franklin]yes
02:26:57[Franklin]too hard to install... perhaps it'll be like doom and pacbox
02:27:06[Franklin]the plugin ships, but you need the data to play
02:27:18foolshyeah that was discussed on the list
02:27:53*[Franklin] hasn't checked
02:28:06[Franklin]but will now
02:28:59[Franklin]ahh...
02:31:47foolshpla may work with xrick but some special cases like the fuze+ need consideration, the only way to make playable in to use the volume and power buttons
02:31:59foolshis to use*
02:32:52foolshOR toss it and get a better player ;-)
02:32:57[Franklin]yeah
02:33:06[Franklin]so for now, probably just keymaps
02:34:56foolshor rewrite the input code for xrick to define down_left, down_right, up_right, etc
02:35:49foolshI took a stabe at it last night but the logic is bool when I anded "&&" the inputs I got button_right, I don't quite get it
02:35:56foolshstab*
02:36:23*[Franklin] has some work to do ATM
02:37:04[Franklin]but that's the issue with FOSS
02:47:53[Franklin]has that guy come on IRC yet?
02:51:17*foolsh doesn't know
02:52:45*[Franklin] would tell him to rename it :)
02:52:50[Franklin]xrick?
02:52:55[Franklin]rocky?
02:53:10[Franklin]rickbox
02:53:15[Franklin]get the idea?
02:56:02*[Franklin] likes rickbox
02:57:00drvink[Franklin]: did you ever fix the ipod classic doom issue?
02:57:18 Quit krabador (Quit: Sto andando via)
02:58:42[Franklin]drvink: work around, yes
02:58:45[Franklin]fix, no
02:58:45[Franklin]a fix would require fixing the timer
02:58:45[Franklin]but the workaround just falls back to the plugin timer
02:58:45DBUGEnqueued KICK [Franklin]
02:58:45[Franklin]very simple, in fact
02:58:45[Franklin]G#912
02:58:48fs-bluebotGerrit review #912 at http://gerrit.rockbox.org/r/912 : Worked around DOOM bug on iPod Classic by Franklin Wei
02:59:01[Franklin]so if you really want to play doom, use that patch
02:59:45 Join dfkt [0] (dfkt@unaffiliated/dfkt)
02:59:48 Quit dfkt (Remote host closed the connection)
03:00
03:00:02 Quit AlexP (Remote host closed the connection)
03:00:05drvinkhaha
03:00:09drvinknah i was just curious, that's cool
03:00:28[Franklin](which is what I did :))
03:00:47[Franklin]but I think doom is worth it
03:02:39 Join dfkt [0] (dfkt@unaffiliated/dfkt)
03:03:15 Join chrisb [0] (~chrisb@pool-71-185-1-206.phlapa.east.verizon.net)
03:06:11[Franklin]but now I want WOLF3D!!! :D
03:07:17[Franklin]so I'm working on it
03:07:26[Franklin]first graphics engine... then input
03:13:01 Quit chrisb (Ping timeout: 272 seconds)
03:14:57 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
03:19:59 Quit [Franklin] (Ping timeout: 258 seconds)
03:20:40 Join chrisb [0] (~chrisb@li482-205.members.linode.com)
03:24:13 Quit TheSeven (Ping timeout: 260 seconds)
03:25:19 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
03:31:00 Quit steffengy (Disconnected by services)
03:31:01 Join steffengy1 [0] (~quassel@p57B48A7D.dip0.t-ipconnect.de)
03:33:13***Saving seen data "./dancer.seen"
04:00
04:05:19 Join JdGordon [0] (~jonno@ppp118-209-234-26.lns20.mel8.internode.on.net)
04:05:20 Quit pixelma (Disconnected by services)
04:05:20 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:05:22 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:05:24 Quit amiconn (Disconnected by services)
04:05:24 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:05:26 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
04:07:45 Quit JdGordon_ (Ping timeout: 272 seconds)
04:23:28 Join CaptainKewl [0] (~captainke@207-237-110-248.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com)
04:26:48 Quit Aldem (Quit: Leaving)
04:32:12 Join dfkt_ [0] (dfkt@unaffiliated/dfkt)
04:32:31 Quit dfkt (Disconnected by services)
04:32:43 Nick dfkt_ is now known as dfkt (dfkt@unaffiliated/dfkt)
04:34:59 Join JdGordon_ [0] (~jonno@ppp118-209-156-117.lns20.mel8.internode.on.net)
04:36:33 Quit JdGordon (Ping timeout: 250 seconds)
04:37:21 Quit dfkt (Remote host closed the connection)
04:44:32DarkLinkXXXXWolfenstein? What's next, cube engine based games?
04:46:06CateliteXD
04:46:07Cateliteomg
04:46:08CateliteCube engine
04:48:46 Part Cultist ("Leaving")
05:00
05:00:16 Join jhMikeS [0] (~jethead71@c-68-43-2-35.hsd1.mi.comcast.net)
05:00:16 Quit jhMikeS (Changing host)
05:00:16 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
05:01:11DarkLinkXXXXCube engine is derived from the Doom engine, after all.
05:01:53DarkLinkXXXXBut I still can't see controlling games like Assaultcube and Suarbraten on an ipod, or similar device.
05:04:58DarkLinkXXXXWhat happened to svn.rockbox.org?
05:06:24 Quit TheSeven (Ping timeout: 272 seconds)
05:07:31 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:26:21DarkLinkXXXXUmm, is there a way I can restore the apple firmware to the iPod Classic 6th gen?
05:32:58drvinkyup
05:33:03drvinkput it into dfu mode, restore with itunes
05:33:16***Saving seen data "./dancer.seen"
05:44:11 Quit foolsh (Read error: Connection reset by peer)
05:47:26 Quit bp0 (Quit: Leaving)
05:52:18 Join foolsh [0] (~bbrown@c-67-174-138-234.hsd1.in.comcast.net)
06:00
06:00:54 Join varogami1 [0] (~varogami@dynamic-adsl-94-34-4-47.clienti.tiscali.it)
06:03:23 Quit varogami (Ping timeout: 260 seconds)
06:04:16 Quit TheSeven (Ping timeout: 272 seconds)
06:05:12 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:10:19 Quit foolsh (Read error: Connection reset by peer)
06:13:59 Nick SuperBrainAK is now known as DormantBrain (~andy@2001:470:8:a61::5f92:59a1)
06:18:24 Join madcat1990 [0] (~madcat@CPE00259c5c94df-CM002374851aa6.cpe.net.cable.rogers.com)
06:19:00madcat1990Hey guys, can someone tell me the state of the NWZ-S54x series port? I am trying to read the wiki on hte Rockbox website, but I keep being given an access denied error even though I just registered
06:21:19madcat1990I don't need a full report, I just need a "Started" "Dropped" "WIP" or "Done"
06:24:05 Join foolsh [0] (~bbrown@c-67-174-138-234.hsd1.in.comcast.net)
06:27:56 Nick megal0maniac is now known as Guest22105 (~megal0man@unaffiliated/megal0maniac)
06:27:56 Quit Guest22105 (Killed (verne.freenode.net (Nickname regained by services)))
06:27:59 Join megal0maniac [0] (~megal0man@ti-226-128-183.telkomadsl.co.za)
06:31:28 Nick DormantBrain is now known as SuperBrainAK (~andy@2001:470:8:a61::5f92:59a1)
07:00
07:22:16 Quit chrisb (Ping timeout: 258 seconds)
07:33:18***Saving seen data "./dancer.seen"
07:43:20 Quit CaptainKewl (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
08:00
08:03:39 Join mortalis|3 [0] (~kvirc@212.44.150.238)
08:06:21 Quit copper (Ping timeout: 260 seconds)
08:12:50 Join copper [0] (~copper@unaffiliated/copper)
08:20:10 Join petur [0] (~petur@rockbox/developer/petur)
08:22:54 Join ender` [0] (krneki@foo.eternallybored.org)
08:23:42madcat1990Hey, is flyspray down?
08:33:27 Join LinusN [0] (~linus@giant.haxx.se)
08:35:20 Nick megal0maniac is now known as Guest66098 (~megal0man@ti-226-128-183.telkomadsl.co.za)
08:35:20 Quit Guest66098 (Killed (card.freenode.net (Nickname regained by services)))
08:35:24 Join megal0maniac [0] (~megal0man@105.229.251.47)
08:37:09 Join xorly [0] (~xorly@m180.dkm.cz)
08:39:43 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
08:45:32 Quit madcat1990 (Quit: madcat1990)
09:00
09:18:50 Quit pamaury (Ping timeout: 246 seconds)
09:33:22***Saving seen data "./dancer.seen"
09:42:16 Join dys [0] (~user@2a01:1e8:e100:8296:21a:4dff:fe4e:273a)
09:43:10 Quit xorly (Ping timeout: 272 seconds)
09:46:23 Quit burgobianco (Remote host closed the connection)
09:47:53 Join burgobianco [0] (~viskestel@li607-220.members.linode.com)
09:52:48 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
09:54:11 Join edhelas [0] (~edhelas@193.172.124.224)
10:00
10:05:56fs-bluebotBuild Server message: New build round started. Revision 037547d, 255 builds, 33 clients.
10:11:23fs-bluebotBuild Server message: Build round completed after 328 seconds.
10:12:34 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
10:14:01 Nick SuperBrainAK is now known as DormantBrain (~andy@2001:470:8:a61::5f92:59a1)
10:46:30 Quit TheSeven (Ping timeout: 272 seconds)
10:47:53 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
10:56:45 Quit jhMikeS (Ping timeout: 244 seconds)
11:00
11:28:14 Join kugel [0] (~kugel@91.65.145.38)
11:28:14 Quit kugel (Changing host)
11:28:14 Join kugel [0] (~kugel@rockbox/developer/kugel)
11:33:24***Saving seen data "./dancer.seen"
12:00
12:12:26 Join bcobco [0] (~bcobco@77.228.124.149)
12:24:25 Quit edhelas (Quit: Quitte)
12:59:10 Quit foolsh (Quit: foolsh)
12:59:25 Join foolsh [0] (~bbrown@c-67-174-138-234.hsd1.in.comcast.net)
12:59:57 Join nk2032 [0] (~nick001@ANantes-652-1-269-113.w2-8.abo.wanadoo.fr)
13:00
13:01:31 Quit Catelite (Ping timeout: 245 seconds)
13:05:17 Quit foolsh (Ping timeout: 272 seconds)
13:24:44 Join rela [0] (~x@pdpc/supporter/active/rela)
13:33:26***Saving seen data "./dancer.seen"
13:46:05 Join AlexP [0] (~alex@rockbox/staff/AlexP)
14:00
14:10:17 Quit rela (Read error: Connection reset by peer)
14:13:17 Join pamaury_ [0] (~quassel@rockbox/developer/pamaury)
14:13:40 Join stickyb1t [0] (~egon@host86-172-100-13.range86-172.btcentralplus.com)
14:23:11 Quit pamaury_ (Ping timeout: 272 seconds)
14:23:39 Join dfkt [0] (dfkt@unaffiliated/dfkt)
14:23:40 Join Rower [0] (~husvagn@h176n2-aeg-a11.ias.bredband.telia.com)
14:28:08 Quit bcobco (Remote host closed the connection)
14:28:35 Join bcobco [0] (~bcobco@77.228.124.149)
14:28:43wodzpamaury: I did an experiment and removed optional hwstub descriptors. The string descriptor is still corrupted despite vastly reduced previous transfer size.
14:29:10pamauryeven if the full descriptor fits in one transfer ?
14:30:21 Quit cmhobbs (Ping timeout: 240 seconds)
14:31:31 Quit Rower (Quit: Hmmm...)
14:32:32pamaurywodz: ^
14:36:10wodzpamaury: wireshark does not report number of transfers. Before my change the transfer size reported by wireshark was 113 bytes and I removed 64+ bytes so it should fit in one packet
14:37:30pamauryat HS 64 is the typical packet size but it could be less, I don't know if the core let you configure it
14:37:46wodzpamaury: besides, there are successful transfers reported by wireshark as bigger then 64 bytes (89 or something). I am not sure how it reports the size though (only payload or what)
14:38:17wodzpamaury: AFAIK I can't set control ep transfer size (I can for other eps)
14:38:37pamaurybeware that the size displayed by wireshark is the total capture size (including headers), you have to check the size fields in the capture header. Ok
14:39:10wodzdamn
14:41:00wodzpamaury: I am afraid I will not move further unless you get your hands on e100
14:41:22pamauryok
14:43:53wodzpamaury: adfu doesn't provide any STRING descriptors btw
14:44:30pamauryI see, but string descriptors are not at all special
15:00
15:03:16 Quit wodz (Quit: Leaving)
15:03:28 Part LinusN
15:11:25 Join amayer [0] (~amayer@mail.weberadvertising.com)
15:16:03 Quit dfkt (Remote host closed the connection)
15:22:32 Join chrisb [0] (~chrisb@li482-205.members.linode.com)
15:33:29***Saving seen data "./dancer.seen"
15:36:27 Quit petur (Remote host closed the connection)
15:45:57 Join pamaury_ [0] (~quassel@rockbox/developer/pamaury)
15:51:43 Quit Strife89 (Remote host closed the connection)
15:53:54 Quit pamaury_ (Ping timeout: 272 seconds)
16:00
16:21:55kugelyay, new ypr0 for me
16:26:47chrisbkugel: new used one, or real new one?
16:27:26kugelused of course, there are no new ypr0s
16:28:14chrisbkugel: just hoping1
16:28:19chrisbs/1/!/
16:38:39 Quit mortalis|3 (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
16:42:20 Nick uwe__ is now known as uwe_ (~uwe_@ipservice-092-211-045-117.092.211.pools.vodafone-ip.de)
17:00
17:01:39 Quit stickyb1t (Remote host closed the connection)
17:05:11 Quit bcobco (Remote host closed the connection)
17:05:37 Join bcobco [0] (~bcobco@77.228.124.149)
17:09:19 Join stickyb1t [0] (~egon@host86-172-100-13.range86-172.btcentralplus.com)
17:18:04 Join Catelite [0] (~Deluge@va-67-237-166-25.dhcp.embarqhsd.net)
17:18:05 Quit Catelite (Changing host)
17:18:05 Join Catelite [0] (~Deluge@Powder/Staff/Catelite)
17:19:04 Quit megal0maniac (Ping timeout: 244 seconds)
17:22:41 Join megal0maniac [0] (~megal0man@unaffiliated/megal0maniac)
17:33:30***Saving seen data "./dancer.seen"
17:48:30 Quit chrisb (Ping timeout: 245 seconds)
17:50:21 Quit kugel (Ping timeout: 240 seconds)
18:00
18:30:10 Join kugel [0] (~kugel@91.65.145.38)
18:30:10 Quit kugel (Changing host)
18:30:10 Join kugel [0] (~kugel@rockbox/developer/kugel)
18:40:13 Quit pamaury (Remote host closed the connection)
18:49:44 Join chrisb [0] (~chrisb@li482-205.members.linode.com)
18:50:40 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
19:00
19:18:04 Join krabador [0] (~krabador@unaffiliated/krabador)
19:22:54 Join lebellium [0] (~chatzilla@89-93-178-161.hfc.dyn.abo.bbox.fr)
19:33:33***Saving seen data "./dancer.seen"
19:37:44 Quit dys (Read error: Connection reset by peer)
19:42:57 Quit bcobco (Remote host closed the connection)
19:43:23 Join bcobco [0] (~bcobco@77.228.124.149)
19:47:22 Quit TheSeven (Ping timeout: 272 seconds)
19:55:33 Join dys [0] (~user@2a01:1e8:e100:8296:21a:4dff:fe4e:273a)
19:58:47 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
20:00
20:01:21 Quit stickyb1t (Quit: Konversation terminated!)
20:02:00 Join stickyb1t [0] (~egon@host86-172-100-13.range86-172.btcentralplus.com)
20:05:15 Quit krabador (Ping timeout: 260 seconds)
20:06:57 Join krabador [0] (~krabador@unaffiliated/krabador)
20:08:10 Quit bcobco ()
20:13:28 Quit bluebrother (Disconnected by services)
20:13:34 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
20:15:49 Quit fs-bluebot (Ping timeout: 258 seconds)
20:22:11 Join fs-bluebot [0] (~fs-bluebo@f053153122.adsl.alicedsl.de)
20:40:27 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
20:42:38 Join einhirn [0] (~Miranda@p5B0C4E94.dip0.t-ipconnect.de)
20:55:17 Quit kugel (Read error: Connection reset by peer)
20:55:28 Join kugel [0] (~kugel@rockbox/developer/kugel)
20:56:09 Quit Naked (Quit: Lost terminal)
20:56:19 Join Naked [0] (~naked@naked.iki.fi)
21:00
21:12:36 Quit stickyb1t (Quit: Konversation terminated!)
21:13:08 Join stickyb1t [0] (~egon@host86-172-100-13.range86-172.btcentralplus.com)
21:18:29 Quit DarkLinkXXXX (Remote host closed the connection)
21:33:37***Saving seen data "./dancer.seen"
21:44:03 Join Misanthropos [0] (~Misanthro@frnk-5f742eb5.pool.mediaWays.net)
21:48:52 Quit chrisb (Ping timeout: 246 seconds)
21:49:57 Nick APLU is now known as APLU` (~mulx@eva.aplu.fr)
21:56:48 Nick APLU` is now known as APLU (~mulx@eva.aplu.fr)
22:00
22:16:57 Quit bertrik (Remote host closed the connection)
22:18:33 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
22:35:07 Quit dys (Ping timeout: 260 seconds)
22:44:50 Quit Misanthropos (Ping timeout: 260 seconds)
22:54:57CateliteHmm
22:55:07CateliteFoobar is still doing some really peculiar stuff while converting my music into OGG format
22:55:15 Quit nk2032 ()
22:55:23CateliteDepending on whether or not I tell it to convert songs one at a time or not, among other things
22:55:36Cateliteproducing hugely loud blips at the entrances of some songs and not others
22:55:48Catelite...I'm not sure how multi-core converting goes along with resetting DSP between tracks
22:58:41copperCatelite: #foobar2000
22:59:07Catelite:o
22:59:10CateliteIt has a channel tooo
22:59:11CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
22:59:11*Catelite gone
23:00
23:00:50 Join Aldem [0] (~Aldem@unaffiliated/aldem)
23:13:53 Quit amayer (Quit: Leaving)
23:19:13 Join chkktri [0] (~chkktri@unaffiliated/chkktri)
23:26:32 Quit Aldem (Quit: Leaving)
23:33:40***Saving seen data "./dancer.seen"
23:44:52 Quit krabador (Read error: Connection reset by peer)
23:45:23 Quit lebellium (Quit: ChatZilla 0.9.90.1 [Firefox 33.0/20140929180120])

Previous day | Next day