--- Log for 20.01.103 Server: leguin.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16p1 Started: 9 hours and 40 minutes ago 00.00.57 Quit breaker () 00.01.39 Join breaker [0] (~mail@B74ce.pppool.de) 00.02.24 Join gclark [0] (~glc@user-119ah2f.biz.mindspring.com) 00.03.24 # Ah, Gerald. I just wrote here that I applied your patch but it's not enough to avoid the playback problem with filling buffer + 8MB. Any more ideas? 00.04.10 # breaker: what is the problem? 00.04.34 Quit [oC]AimVector (Read error: 60 (Operation timed out)) 00.04.38 # skipping when reloading after reaching the watermark? 00.04.56 # Yes. Exactly. But only when filling it the first time. 00.05.09 # When I turn on the device. 00.05.10 # aha, then geralds patch is of no help to you 00.05.18 # Hm. A little. 00.05.24 # oh 00.05.32 # so it starts playing and then skips? 00.05.34 # It seems to be less frequently. 00.05.43 # When it happens, it's like this: 00.06.12 # It starts reading. The whole reading phase is about 9 sec. At 5 sec, the music "stops" (I hear nothing). 00.06.25 # ok i get it 00.06.30 # When the buffer is filled after 5 Min or so, when the buffer is filled again, playback starts again. 00.06.58 # In the debug menu (mp3buffer thread), it all looks good. 00.07.07 # Is only that I don't hear something. 00.07.13 # It's.. 00.07.39 # breaker: it is the bitswapping that doesn't get enough time 00.08.01 # Hm. I don't understand. 00.08.07 # try to set amount_to_read to 0x100000 00.08.12 # Bitswap is done before fitting data to the MAS. 00.08.37 # OK, i'll try it now. 00.08.40 # amount_to_read = MIN(0x100000, amount_to_read); 00.09.09 # right before if(mpeg_file<0) 00.09.28 # sorry, if(mpeg_file >= 0) 00.10.08 # the thing is that the bitswap swaps up to the watermark level, then it doesn't run again until all data is read 00.11.32 # Which line in the source? 1697? 00.11.37 # Should I add the line? 00.12.11 # Shouldn't it be MAX(...)? 00.13.14 Join devZer0 [0] (jirc@pD9E1DA39.dip.t-dialin.net) 00.15.11 # LinusN: I mean, add the line or replace the old one (amount_to_read = MIN(mp3buflen - mp3buf_write, amount_to_read);) 00.17.58 # LinusN: Ooops, I recompiled. Now my AJB hangs. ;-) 00.18.18 # And the disk led is stays on. 00.19.27 # Can it be that bitswap now starts too early and runs faster than filling the buffer? 00.19.46 # Isn't this fun? :>) 00.20.00 # I mean, start bitwap when 0x10000 bytes read and it runs until 0x100000? 00.20.48 *** Saving seen data "./dancer.seen" 00.27.26 # I now *added* the line and it seems to work. 00.27.38 # Now one of you has to tell me why. ;-) 00.30.00 Quit Jet8810 (Read error: 110 (Connection timed out)) 00.32.01 # It works again and again. :-) Is the code a problem for the 2MB version? I mean, can it be added to CVS? 00.34.22 # breaker: it is not optimal for the 2Mb version 00.34.34 # have you tried 0x200000? 00.34.59 # No, adding amount_to_read = MIN(0x100000, amount_to_read); after the line that was there. 00.35.22 # Shall I try 0x200000? 00.40.17 # Shouldn't we then add a #ifded HAVE_8MB ? 00.42.37 # Oh, cool: When I quickly go to the debug screen after starting playback, I can see the bitswap working. 00.42.52 # It starts after the hdd finishes to read and takes about 10 sec! 00.43.52 Join mauli [0] (mauli@pD958CBAD.dip.t-dialin.net) 00.44.36 # hi! I'm kind of new to Rockbox. Can anybody tell me how to display the free memory of my recorder? 00.45.22 # mauli: most easy when plugged to your windows box 00.45.58 # ok, of course, but no possibility to display without pc? 00.46.20 # it is with the latest builds at least 00.46.37 # didnt see the option for that in the 1.4 release... 00.46.59 # it's not necessary, but would be nice i think :-) 00.47.02 # but im also very new to all this so well :] might be im wrong 00.49.30 # mauli: Do you use a CVS version or 1.4? 00.51.30 # 1.4, should use a daily, shouldn't i? 00.52.04 # i would recommend it 00.52.40 # hmm, just because of the mem-display or are there other important changes? 00.52.48 # breaker: i think an #ifdef would be in place 00.52.50 # Yeeesss. :-)) 00.53.01 # mauli: recording, file operations and more 00.53.20 # wow... 00.53.26 # ...updating... :-) 00.53.30 # LinusN: You mean iT#s ok to add one? 00.53.49 # breaker: i'm not sure how Zagor and Bagder feels about adding code for that kind of mod 00.53.59 # fileoperations? didnt find those.... is there a hold-mode anywhere also? 00.54.00 # personally, i have no problem with it 00.54.17 # Nibbler: press F1+DOWN in the WPS 00.54.18 # OK, the same question for the alarm mod I think.. 00.54.21 # to lock the keys 00.54.28 # breaker: yup 00.55.03 # i'm not too happy having code that requires a hardware mod 00.55.04 # LinusN: Bagder also said it's ok in the ML. I don't know what Zagor thinks about it. 00.55.18 # \o/ LinusN 00.55.22 # I have added a HAVA_ALARM_MOD in my private version here. 00.56.38 # * Nibbler goes and trys hold 00.57.46 # nic0r 00.57.55 # gclark: i have been thinking about your patch 00.58.19 # i'm not sure we need dynamic DMA buffer sizes 00.59.04 # it might even break things 00.59.15 # And now I'm going to sleep. If there's something I should test tomorrow, write me a main. Bye. 00.59.22 # mail.. 00.59.29 # i'd like it to be constantly 0x2000 or something 00.59.33 # breaker: nite 00.59.40 # evening chaps 00.59.40 Quit breaker () 00.59.50 # MT: evening 01.00.02 # Ludovic Lange from the mailing lists, does he use irc anyone know? 01.05.17 # thanks linusn, cvs-version is very nice .-) 01.05.39 # mauli: glad you liked it :-) 01.08.41 Quit s0be ("Client exiting") 01.08.47 # LinusN: So put a max 0x200 in there ? 01.09.10 # Whoops MAX ( 0x20000 , something ) 01.09.22 # good night @ all and thanks again :-) 01.09.28 # mauli: nite 01.09.33 Part mauli 01.09.35 # Rats, I can't get the number v 0's right! 01.09.56 # gclark: no, MIN(0x2000, something) 01.11.16 # Yes, fuzzy right now, Taking apart an 8 channel mixer. 01.11.42 # that's the easy part :-) 01.12.00 # putting it together again is the real challenge 01.12.25 # no to mention getting it to work 01.12.38 # That's for sure. Bad channel, and someone OBVIOUSLY worked on it before. 01.13.00 Join elinenbe [0] (~chatzilla@user-0cev121.cable.mindspring.com) 01.13.17 # hi there 01.13.20 # gclark: i'm impressed that you had the guts to penetrate the mpeg code 01.13.22 # LinusN: hi there. 01.13.29 # not many people do 01.13.32 # hi elinenbe 01.13.36 # LinusN: long time no see. 01.13.46 # LinusN: how are things with the baby? 01.13.54 # she's allright 01.13.58 # Well, I have been programming micros in assembler and C since 1975. 01.14.02 # wife is still really bad 01.14.17 # gclark: oh, that explains it 01.14.28 # me since about 1985 01.14.44 # I need to fix my printer, and print out the code. Reading and tracing in mc isn't easy. 01.14.50 # LinusN: I hope everything is better soon. 01.15.04 # elinenbe: will take quite some months, i'm afraid 01.15.14 # gclark: you have been doing watermark editing? 01.15.46 # LinusN: well, I hope everything is better in time. 01.15.51 # Just enough to get my slow radio mp3's to run. 01.16.42 # there has been much more active rockbox development recently. 01.16.44 # gclark: can you try to use 0x2000? 01.16.50 # the project is really maturing. 01.16.55 # elinenbe: yeah, christmas is over now 01.17.07 # it's nice to see this. 01.17.12 # Sure thing, I't do it right now, and get back to you. 01.17.25 # LinusN: have you been working on anything in regards to rockbox recently? 01.17.52 # I tried those two little games that were posted to the patch list... they are neat. 01.18.14 # elinenbe: no, no development at all, only nursing my family 01.18.25 # well, that is more important 01.21.13 # ummmm 01.21.19 # how can i axx file-operations? 01.27.32 # sorry guys, I don`t want to disturb your conversation. But before everyone goes to sleep (I will do soon), i`d like to tell you, that I have set up a demo for java based IRC Chat. So it could be be a lot easier for people to join rockbox chat, because they won`t need download and setting up IRC Client, if they have none. Is someone interested in trying this? 01.28.10 # It should work on most java enabled browsers 01.28.18 # gimme url 01.28.28 # http://rockbox.my-vserver.de/chat/chat.html 01.28.30 # how large is the applet? 01.28.51 # ~40k 01.29.02 # unfortunately NOT freeware, but shareware. 01.29.20 # but it is very GOOD product. 01.29.32 Join NibbIer [0] (~jirc@port-212-202-193-181.reverse.qdsl-home.de) 01.29.38 # have tried a LOT of them, and this is one of the best, I found so far 01.30.04 # opera 7ßb compatible :) 01.30.08 # öhm 01.30.19 Join elinenbe_java [0] (jirc@user-0cev121.cable.mindspring.com) 01.30.23 # hi there. 01.30.26 # it spams me with "please register" but well :) 01.30.26 # hi there. 01.30.30 # tried it with netscape 7, mozilla, ie6 - all work 01.30.42 # I am on the channel in java. 01.30.44 # this is nice. 01.30.44 # oops, seems i didn't install Java on my Linux box 01.30.50 Join Nubbler [0] (~jirc@port-212-202-193-181.reverse.qdsl-home.de) 01.30.50 # just downloaded Netscape 4.8 and will try, too 01.30.59 # maybe we could get more developers on the project with this. 01.31.00 # :] 01.31.08 # but you should register it first! 01.31.15 # M$IE 6 here 01.31.18 Quit elinenbe_java (Client Quit) 01.31.20 Quit Nubbler (Client Quit) 01.31.33 # elinebe: that`s, what im thinking about :D 01.31.38 Quit NibbIer (Client Quit) 01.31.55 # hey: registering means paying 49$. 01.32.09 # maybe this could be my donation to the project.... 01.32.10 # :) 01.32.17 # an embedded systems developer that can't install an IRC client? 01.32.33 # then you could use it for other sites too! - right? 01.32.38 # hey :) 01.32.51 # not everybody knows and uses IRC ! 01.32.55 # really ! 01.33.03 # It would be nice to run something like this on the rockbox web page. 01.33.23 # yes - you could just link to that - and it just works 01.33.36 # maybe some CGI:IRC would b even better? 01.33.37 # the tricky part is, that the applet is a SIGNED one. 01.33.54 # mhhh - don`t really like CGI based chats 01.33.58 # they are ugly 01.34.11 # me neither, but if u r firewalled or java-disabled.... 01.34.18 # java's not winning any beauty pageants 01.35.36 # and for reasonable chat u need reasonable client neways... 01.36.19 # Nibbler: this applet is SOCKS capable ! have never seen an applet that is SOCKS capable ! 01.36.40 # wow 01.36.51 # Download Java while I listen to latest patched ROCKbox. 01.37.08 # i think the guys at www.jpilot.com know, what they do - as you rockbox guys do :D 01.42.25 # just around xmas i went looking for an irc client i could use without downloading and installing anything 01.42.35 # and all i found was worthless, and ended up downloading and installing something 01.43.29 # yes - I have a long journey behind me, too :D 01.43.43 # but I think, this one is really good 01.44.01 # i found jpilot too 01.44.04 # though, it is simple one - just for basic IRC features 01.44.19 # but it was probably only on some stupid other people's servers and wouldn't let me connect to the one i needed 01.44.53 # yes - that is java security feature 01.45.10 # and i have an inherent distaste for any kinda payware 01.45.20 # a java applet is ONLY allowed to connect to site, that it was downloaded from 01.45.28 # yes - me too. 01.45.49 # but we are speaking of rockbox project, not just for private fun. 01.45.58 # hehe 01.46.38 Quit devZer0 ("Leaving") 01.46.54 Join devZer0 [0] (jirc@pD9E1DA39.dip.t-dialin.net) 01.47.32 Quit devZer0 (Client Quit) 01.47.59 Join devZer0 [0] (jirc@pD9E1DA39.dip.t-dialin.net) 01.48.11 # now trying with netscape 4.8 01.48.14 # works flawlessly 01.48.24 # gclark: did you try 0x2000? 01.48.32 # so somebody tell me, which browser does NOT work 01.49.34 # lynx 01.52.57 Quit _seb_ (leguin.freenode.net irc.freenode.net) 01.52.57 NSplit leguin.freenode.net irc.freenode.net 01.52.57 Quit devZer0 (leguin.freenode.net irc.freenode.net) 01.52.57 Quit MrSnazz (leguin.freenode.net irc.freenode.net) 01.52.57 Quit webmind (leguin.freenode.net irc.freenode.net) 01.52.57 Quit adi|home (leguin.freenode.net irc.freenode.net) 01.52.57 Quit LinusN (leguin.freenode.net irc.freenode.net) 01.52.57 Quit Schnueff (leguin.freenode.net irc.freenode.net) 01.52.57 Quit meshuga (leguin.freenode.net irc.freenode.net) 01.52.57 Quit adi|work (leguin.freenode.net irc.freenode.net) 01.52.57 Quit gclark (leguin.freenode.net irc.freenode.net) 01.52.57 Quit ken0_ (leguin.freenode.net irc.freenode.net) 01.52.57 Quit MT (leguin.freenode.net irc.freenode.net) 01.52.57 Quit ricII|away (leguin.freenode.net irc.freenode.net) 01.52.57 Quit Hadaka (leguin.freenode.net irc.freenode.net) 01.52.57 Quit dw|gone (leguin.freenode.net irc.freenode.net) 01.52.57 Quit PsycoXul (leguin.freenode.net irc.freenode.net) 01.52.57 Quit Hes (leguin.freenode.net irc.freenode.net) 01.52.57 Quit imagine (leguin.freenode.net irc.freenode.net) 01.52.57 Quit void_ (leguin.freenode.net irc.freenode.net) 01.52.57 Quit mbr (leguin.freenode.net irc.freenode.net) 01.54.24 NHeal leguin.freenode.net irc.freenode.net 01.54.24 NJoin Hadaka [0] (naked@aka.pp.htv.fi) 01.54.24 NJoin dw|gone [0] (dwihno@h193180246067.kommunicera.umea.se) 01.54.24 NJoin PsycoXul [0] (psyco@adsl-63-205-40-78.dsl.lsan03.pacbell.net) 01.54.24 NJoin Hes [0] (~hessu@hessu.zedi.sonera.fi) 01.54.24 NJoin imagine [0] (imagine@rakis.net) 01.54.24 NJoin void_ [0] (void@epicsol.org) 01.54.24 NJoin mbr [0] (~mb@stlx01.stz-softwaretechnik.de) 01.55.14 NJoin adi|home [0] (~adiamas@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 01.55.14 NJoin webmind [0] (webmind@seal.student.utwente.nl) 01.55.14 NJoin MrSnazz [0] (~jmc@e-64-35-146-236.empnet.net) 01.55.14 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 01.55.14 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 01.55.14 NJoin adi|work [0] (~adiamas@dogwood.vport.net) 01.55.14 NJoin LinusN [0] (~linus@labb.contactor.se) 01.55.14 NJoin devZer0 [0] (jirc@pD9E1DA39.dip.t-dialin.net) 01.55.14 NJoin _seb_ [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 01.55.20 # hey. a netsplit possibly caused by too many jirc-sessions :DDD 01.55.21 # ;) 01.55.24 NJoin gclark [0] (~glc@user-119ah2f.biz.mindspring.com) 01.55.24 NJoin ken0_ [0] (~marklar2@80.178.33.129) 01.55.24 NJoin MT [0] (mt@fido.impulsed.net) 01.55.24 NJoin ricII|away [0] (~ricv@debianalpha.xs4all.nl) 02.01.22 # Linus: Do you think that http://rockbox.my-vserver.de/chat/chat.html is worth a link from rockbox pages? 02.01.52 # We can do 1/2/3 weeks for evaluation. If people like it, I will buy a license 02.02.06 # i have no opinion, actually 02.02.24 # i think it would be fine 02.03.44 # ok. I will count downloads of the applet. If it is and compare the XXX to the number of ppl using it showing up here :) 02.05.27 # i'll add the link shortly 02.07.02 # mhhh - we should do an automated "whois" for counting ? :) 02.08.00 # applet users show up as "JPilot JIRC applet User" there 02.08.31 # or a ctcp version... 02.08.36 # is this information being stored in the server-logs? 02.08.48 # doubt it 02.09.05 # but u can easily make a mircscript or tcl one to monitor this 02.09.10 # what does ctcp mean? 02.09.37 # ok, i will do that 02.10.15 # good idea 02.11.02 # night all 02.11.05 Part duke_sam_vimes 02.11.09 # bye 02.11.36 # client to client protocol 02.11.46 # ./ctcp $nick version 02.12.02 Join adi|test [0] (~jirc@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 02.12.05 # ./ctcp devZer0 version 02.12.15 # uups 02.12.25 # /ctcp devZer0 version 02.12.27 # no . :) 02.12.45 # yes - its late here :) 02.12.47 # devZer0: Whats with the jirc-chatroom 02.12.52 # any particular reason? 02.13.20 # pardon? don't understand your question 02.13.26 # devZer0: as late as it is here :) 02.13.44 # I just wanted to know what made you decide to set up a java based irc client to the room 02.13.55 # and what do you have to purchase a liscense to? 02.14.06 # it was an idea - i think more people will use the chat. 02.14.19 # im not against it... was just curious 02.14.27 # but I wanted to ask community first - because I dont know, if you like that, or not 02.14.28 # is is oss? 02.14.41 # no, unfortunately not 02.15.07 # yes - need to purchase - 49$ 02.15.11 # hmmm.. there has to be an oss package out there that does something similar 02.15.18 # but i think this software is worth that price 02.15.24 # nods 02.15.27 # okay :) 02.15.32 # no - not that good one. 02.15.36 Join s0be [0] (~s0be@163.118.102.32) 02.15.42 # i'm shure - there isn't 02.15.47 # okay.. 02.15.57 # * adi|home is all for supporting the community as much as possible :) 02.15.57 # perhaps i'm wrong - but who knows 02.16.08 # yesss :) 02.16.46 # I would have more fun on buying this applet and see it being used with rockbox, instead of paying donation 02.16.59 # :) 02.17.01 # okay :) 02.18.16 # ...which is probably being spend on pizza and beer ;) 02.18.34 # lol 02.18.38 # uups. sorry guys :) 02.18.48 # but beer is necessary for coding 02.19.23 # and coding is necessary for beer.. odd how that happens 02.19.29 # how could you possible impliment playlist building/editing while sober 02.19.31 # ok - you are right. but i dont like giving money to others, seeing them buying beer and drinking it for themselves :) 02.20.35 # devZer0: what's your real name? 02.20.52 *** Saving seen data "./dancer.seen" 02.20.58 # hey, im roland - for spam AT gmx DOT de 02.21.09 # the guy with the win32 sdk 02.24.35 Quit adi|test ("Leaving") 02.40.48 # <_seb_> ROCKBOX RULES 02.40.48 Quit Nibbler (Read error: 104 (Connection reset by peer)) 02.44.39 Quit devZer0 ("Leaving") 02.45.05 Join test [0] (jirc@pD9E1DA39.dip.t-dialin.net) 02.45.11 Quit test (Client Quit) 02.47.45 Join devZer0 [0] (jirc@pD9E1DA39.dip.t-dialin.net) 02.50.07 # <_seb_> hallo devZer0 02.50.58 # hallo ! 02.52.05 # <_seb_> wie geht es dir? 02.53.00 # bin kurz vorm einschafen. wenn gleich nur textsalat kommt, liegt der kopf auf der tastatur 02.53.32 # <_seb_> heh :) ach ja, bei dir ist es schon fast 3 02.54.13 # wo turnst du denn rum ? auf der anderen seite der welt ? ;) 02.54.46 # <_seb_> jo nicht genau auf der anderen seite, aber... in den USA so 02.56.28 # echt lustig von woher die rockboxer hier so alle kommen :) 02.57.07 # dann kannste doch eigentlich mal direkt testen, ob das neue java chat applet auch auf amerikanischen browsern läuft :DDD 02.57.26 # <_seb_> ha :) ok, wenn du willst... ich nutze Phoenix 02.57.45 # phoenix ? ist das nen browser ? 02.58.06 # <_seb_> eine branche von Mozilla... kleiner und schneller 02.58.15 # und kann der java? 02.58.39 # <_seb_> bestimmt 02.58.59 # da bin ich mal gespannt: http://rockbox.my-vserver.de/chat/chat.html 02.59.56 # <_seb_> hoffentlich erlaubt freenode clones :) 03.00.12 Join seb-jirc [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 03.00.22 # ??? 03.00.56 # <_seb_> das heisst, zwei leute die denselben IP haben 03.00.58 # hey, das ist ja das browserkompatibelste applet was ich jeh gesehen hab 03.01.05 # <_seb_> heh 03.01.07 # ja - tunse ! 03.01.07 # :) 03.01.32 # das teil ist gekauft 03.01.47 # cool :) 03.01.54 # läuft bisher auf allen möglichen browsern 03.02.13 # ie6, mozilla, ns7, ns4.x, phoenix, opera 03.02.13 # :) 03.02.19 # <_seb_> geil :) 03.02.21 # achja phoenix 03.02.40 # <_seb_> opera 6 oder 7? 03.02.41 # nur lynx geht wohl nich 03.02.43 # :) 03.02.44 # heh 03.03.04 # dürfte wohl keine rolle spielen - die installierte jre version gibt wohl den ton an 03.03.59 # devZer0: http://rockbox.haxx.se/irc/ 03.04.22 Quit seb-jirc (Client Quit) 03.05.13 # hey, thank you - fine ! 03.05.48 # btw: this applet runs with "phoenix" :) never heard of that browser before :) 03.06.01 # <_seb_> lol 03.06.30 # <_seb_> http://www.mozilla.org/projects/phoenix/ 03.06.46 # phoenix owns 03.06.49 # seb - was macht ein deutschsprachiger archos besitzer und rockbox user in den staaten ? 03.07.15 # <_seb_> devZer0: was ich dir sage, wirst du wahrscheinlich kaum glauben, aber... 03.07.25 # <_seb_> ich bin erst 17 und lern deutsch in der schule :D 03.08.22 # echt? gibts nich. dein deutsch ist verdammt gut. 03.08.49 # <_seb_> danke schon :) nur wegen dieser ami-tastatur kann ich die umlaute nicht tippen :( 03.09.00 # hatte mich eben ein wenig über die etwas "persönliche" anrede gewundert, aber hättst wahrscheinlich noch ne stunde mit mir quatschen können bevor mir das aufgefallen wär - v.a. um diese uhrzeit :D 03.09.15 # <_seb_> heh :) 03.09.17 # alle achtung. 03.09.45 # da ist das englisch was ich hier von mir gebe ja schon eher peinlich gegen :) 03.10.09 # <_seb_> ganz im gegenteil! :) 03.10.43 # <_seb_> und wenn es war, hast du eine gute ausrede 03.11.35 # ausrede? 03.11.47 # weil ich nicht mehr zur schule gehe? :) 03.12.17 # <_seb_> ja, ok, und auch weil es so spaet ist ;) 03.12.55 # jupp. allerdings. wollt eigentlich schon vor 2 stunden im bett sein - dann kam die idee mit dem chat applet...... 03.13.08 # na - jetzt werd ich wohl die 49$ blechen :) 03.14.39 # aber erstmal sehen, wie das applet so genutzt wird 03.14.54 # <_seb_> es war gut mit dir zu "sprechen"... ich muss jetzt aber meine hausaufgaben machen, obwohl wir morgen keine schule haben (martin luther king day) 03.15.10 # <_seb_> tschau! 03.15.26 # na - dann viel vergnügen. ich werd mich jetzt mal in die "falle" begeben. muss morgen arbeiten 03.15.37 # dann nen schönen freien tag ! 03.15.47 # <_seb_> danke sehr, na bis spaeter! 03.16.02 # cu 03.17.31 # ok folks, wish you much fun - and a nice day, morning, evening... or whatever. bye. 03.17.32 Quit devZer0 ("Leaving") 03.26.35 # LinusN: I uploaded the patch with DMA set to 8192. 03.27.06 # cool 03.29.18 # LinusN: is it late there? :) 03.30.07 # Real programmers don't sleep. 03.30.26 # 3:27PM 03.33.13 # PM? 03.33.28 # nop, am, i'm silly 03.33.48 # It is getting late, isn't it. 03.34.48 # yup, gonna go to bed now 03.34.52 # nite all 03.35.08 Part LinusN 03.36.22 # Me too. Night all. 03.36.27 Part gclark ("Client Exiting") 03.53.51 Quit elinenbe ("ChatZilla 0.8.11 [Mozilla rv:1.2.1/20021130]") 04.18.18 Join Jet8810 [0] (~Josh@user-38lddru.dialup.mindspring.com) 04.19.32 # anybody alive? 04.20.54 *** Saving seen data "./dancer.seen" 04.24.47 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 04.26.30 # hey Nibbler 04.32.06 Join divideby0 [0] (~doublethi@pcp909929pcs.pocoht01.va.comcast.net) 04.32.11 # hello 04.32.18 # hi 04.35.23 # maybe this is not the appropriate place to ask this, but... 04.35.37 # my dad was using the bleeding-edge recorder firmware 04.36.30 # he went to record an mp3 but apparently it trashed the directory structure on the archos. if he plugs it into his pc, the file / dir structure is fine. any ideas? 04.36.49 # i've checked through the faq and didn't see anything 04.37.13 # also, if he goes back to the 1.4 rockbox or archos default, he still gets the trash filenames 04.40.12 # so does anyone have any ideas? 04.41.27 # hmm 04.41.29 # not I 04.48.12 Nick ricII|away is now known as ricII|sleep (~ricv@debianalpha.xs4all.nl) 04.57.02 Quit Jet8810 ("Client Exiting") 05.02.05 Quit s0be (Read error: 60 (Operation timed out)) 05.05.06 # grrble didn't finish playlist... 05.25.59 Quit Nibbler (Read error: 104 (Connection reset by peer)) 05.28.19 Quit divideby0 (Read error: 104 (Connection reset by peer)) 05.52.04 Join s0be [0] (~s0be@163.118.102.32) 06.04.30 Join edx`idle [0] (edx@pD9EAA302.dip.t-dialin.net) 06.16.16 Nick edx`idle is now known as edx`bf (edx@pD9EAA302.dip.t-dialin.net) 06.20.57 *** Saving seen data "./dancer.seen" 06.26.26 Join edx`bla [0] (edx@pD9EAA5EF.dip.t-dialin.net) 06.27.55 Nick edx`bla is now known as edx (edx@pD9EAA5EF.dip.t-dialin.net) 06.36.47 Quit edx`bf (Read error: 110 (Connection timed out)) 07.00.59 Quit edx () 07.03.15 Nick _seb_ is now known as seb-sleep (Sean@bgp420584bgs.union01.nj.comcast.net) 07.05.16 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 07.26.52 Quit s0be (Read error: 113 (No route to host)) 07.54.50 Join s0be [0] (~s0be@163.118.102.32) 07.54.51 Quit Nibbler (Read error: 104 (Connection reset by peer)) 07.58.17 Nick void_ is now known as void (void@epicsol.org) 07.58.30 Nick void is now known as void_ (void@epicsol.org) 08.21.00 *** Saving seen data "./dancer.seen" 08.21.47 Join Guest [0] (jirc@c66.169.100.82.ftwrth.tx.charter.com) 08.22.33 Quit Guest (Client Quit) 08.37.20 Nick dw|gone is now known as dwihno (dwihno@h193180246067.kommunicera.umea.se) 09.16.54 Join Zagor_ [242] (~bjst@labb.contactor.se) 09.17.07 Part Zagor_ 09.18.40 Join Zagor_ [242] (~bjst@labb.contactor.se) 09.18.48 Nick Zagor_ is now known as Zagor (~bjst@labb.contactor.se) 09.27.04 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 09.30.12 # Welcome back, Zagor! I truly hope your weekend was splendid! :) 09.30.23 # had a good morning? ;) 09.32.13 # Not really 09.32.37 # But I'm not gonna let you suffer from my misery tales ;-) 09.34.14 Join matsl [0] (~matsl@as13-4-5.mal.s.bonet.se) 09.34.17 # http://rockbox.haxx.se/daily/fmrecorder/archos20030119.ajz 09.34.17 # After installing & rebooting --> *Panic* mas_ctrl_w: -1 09.34.17 # 09.34.17 DBUG Enqueued KICK adi|home 09.34.17 # Any ideas ? Maybe, because I own the european model ? 09.34.19 # grrrrr.. 09.34.23 # and so it begins 09.34.37 # FM recorder question 09.34.46 # I just added a note to the daily page about it being buggy 09.34.54 # nods 09.37.15 # anyone know what package makeinfo is from? 09.38.28 # nope 09.42.03 Join ken0 [0] (~marklar2@80.178.33.129) 10.01.37 Part Zagor 10.01.37 Quit Nibbler (Read error: 104 (Connection reset by peer)) 10.01.47 Join Zagor_ [242] (~bjst@labb.contactor.se) 10.03.00 Quit ken0_ (Read error: 110 (Connection timed out)) 10.14.45 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 10.14.45 # * matsl is away: I'm busy 10.16.10 Join quelsaruk [0] (~zaknafein@faerun.ugr.es) 10.16.13 # morning to all 10.21.02 *** Saving seen data "./dancer.seen" 10.34.11 Nick ricII|sleep is now known as ricII|work (~ricv@debianalpha.xs4all.nl) 10.55.46 Join Bagder [0] (~dast@neptunus.contactor.se) 10.56.02 # hey ho 10.56.24 # nas Bagder 10.56.29 # umm 10.56.31 # hi 10.56.32 # :) 10.57.18 # "nas" is spanish. (nas = Buenas) 10.57.26 # ah 10.57.43 # hablo solo un pocito ;-) 10.57.57 # poquito :) 10.58.03 # poco, poquito 10.58.05 # see? ;-) 10.58.08 # :) 10.58.54 # coffe time, do u want 1? ;) 10.58.57 # cu later! 10.59.05 Nick quelsaruk is now known as quel|out (~zaknafein@faerun.ugr.es) 11.10.35 # morning 11.13.11 # * matsl is back (gone 00:58:27) 11.15.19 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 11.27.10 Quit Bagder (leguin.freenode.net irc.freenode.net) 11.27.10 NSplit leguin.freenode.net irc.freenode.net 11.27.10 Quit Zagor_ (leguin.freenode.net irc.freenode.net) 11.27.10 Quit webmind (leguin.freenode.net irc.freenode.net) 11.27.10 Quit MrSnazz (leguin.freenode.net irc.freenode.net) 11.27.10 Quit adi|home (leguin.freenode.net irc.freenode.net) 11.27.11 Quit Schnueff (leguin.freenode.net irc.freenode.net) 11.27.11 Quit meshuga (leguin.freenode.net irc.freenode.net) 11.27.11 Quit adi|work (leguin.freenode.net irc.freenode.net) 11.27.58 NHeal leguin.freenode.net irc.freenode.net 11.27.58 NJoin Bagder [0] (~dast@neptunus.contactor.se) 11.27.58 NJoin Zagor_ [242] (~bjst@labb.contactor.se) 11.27.58 NJoin adi|home [0] (~adiamas@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 11.27.58 NJoin webmind [0] (webmind@seal.student.utwente.nl) 11.27.58 NJoin MrSnazz [0] (~jmc@e-64-35-146-236.empnet.net) 11.27.58 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 11.27.58 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 11.27.58 NJoin adi|work [0] (~adiamas@dogwood.vport.net) 11.28.22 Quit ricII|work (leguin.freenode.net irc.freenode.net) 11.28.22 Quit MT (leguin.freenode.net irc.freenode.net) 11.28.22 Quit Bagder (leguin.freenode.net irc.freenode.net) 11.28.22 Quit MrSnazz (leguin.freenode.net irc.freenode.net) 11.28.22 Quit webmind (leguin.freenode.net irc.freenode.net) 11.28.22 Quit Zagor_ (leguin.freenode.net irc.freenode.net) 11.28.22 Quit adi|home (leguin.freenode.net irc.freenode.net) 11.28.22 Quit Schnueff (leguin.freenode.net irc.freenode.net) 11.28.22 Quit meshuga (leguin.freenode.net irc.freenode.net) 11.28.22 Quit adi|work (leguin.freenode.net irc.freenode.net) 11.28.22 Quit seb-sleep (leguin.freenode.net irc.freenode.net) 11.28.22 Quit mbr (leguin.freenode.net irc.freenode.net) 11.28.23 Quit void_ (leguin.freenode.net irc.freenode.net) 11.28.23 Quit imagine (leguin.freenode.net irc.freenode.net) 11.28.23 Quit Hes (leguin.freenode.net irc.freenode.net) 11.28.23 Quit PsycoXul (leguin.freenode.net irc.freenode.net) 11.28.23 Quit dwihno (leguin.freenode.net irc.freenode.net) 11.28.23 Quit Hadaka (leguin.freenode.net irc.freenode.net) 11.28.38 NJoin adi|work [0] (~adiamas@dogwood.vport.net) 11.28.38 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 11.28.38 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 11.28.38 NJoin MrSnazz [0] (~jmc@e-64-35-146-236.empnet.net) 11.28.38 NJoin webmind [0] (webmind@seal.student.utwente.nl) 11.28.38 NJoin adi|home [0] (~adiamas@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 11.28.38 NJoin Zagor_ [242] (~bjst@labb.contactor.se) 11.28.38 NJoin Bagder [0] (~dast@neptunus.contactor.se) 11.28.38 NJoin ricII|work [0] (~ricv@debianalpha.xs4all.nl) 11.28.38 NJoin MT [0] (mt@fido.impulsed.net) 11.28.38 NJoin seb-sleep [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 11.28.38 NJoin Hadaka [0] (naked@aka.pp.htv.fi) 11.28.38 NJoin dwihno [0] (dwihno@h193180246067.kommunicera.umea.se) 11.28.38 NJoin PsycoXul [0] (psyco@adsl-63-205-40-78.dsl.lsan03.pacbell.net) 11.28.38 NJoin mbr [0] (~mb@stlx01.stz-softwaretechnik.de) 11.28.38 NJoin void_ [0] (void@epicsol.org) 11.28.38 NJoin imagine [0] (imagine@rakis.net) 11.28.38 NJoin Hes [0] (~hessu@hessu.zedi.sonera.fi) 11.32.34 # morning webmind 11.32.47 # ej ric 11.32.54 # sup ? 11.33.19 # gess what, I found 4 8mb ram chips :) 11.34.16 # nice 11.34.46 # 60ns but that souldn't matter for the archos.. 11.35.09 # hm ? 11.35.15 # ah.. that kind of chips 11.35.19 # where'd ya fins m ? 11.35.24 # and how u know they fit ? 11.35.44 # rec: http://www.uwe-freese.de/rockbox/8mb_ram_en.html 11.37.29 # found them sitting on an old 32mbn so-dimm 11.40.17 # hm k 11.40.22 # tricky job 11.41.43 # but much to gain :) 11.48.41 # tru 11.48.42 # e 11.54.54 Nick quel|out is now known as quelsaruk (~zaknafein@faerun.ugr.es) 12.21.04 *** Saving seen data "./dancer.seen" 12.25.51 Nick Zagor_ is now known as Zagor (~bjst@labb.contactor.se) 12.25.51 Quit Nibbler (Read error: 104 (Connection reset by peer)) 12.47.32 # * matsl is away: I'm busy 13.07.44 # * matsl is back (gone 00:20:12) 13.23.54 Nick quelsaruk is now known as quel|out (~zaknafein@faerun.ugr.es) 13.41.19 Quit ricII|work (Read error: 110 (Connection timed out)) 13.50.46 Join probonic [0] (~someone@host217-36-16-56.in-addr.btopenworld.com) 14.02.48 # Added rockbox-style.el and sample.emacs to tools as a replacement for rockbox-mode.el in firmware. Suggestions, improvements, patches, (what ever) are welcome. 14.03.19 # I'd appreciate a mail description the suggested how-to-use these 14.04.00 # I'm currently editing that! Just wanted you IRC-folks to get the news first! 14.04.14 # :-) 14.04.52 # I have a suggestion 14.04.58 # ok 14.05.27 # this currently sets rockbox-style on all C code files I load, right? 14.05.49 # Only if you set a c-mode-hook to use it. 14.06.10 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 14.06.11 # yes, but if I don't its hardly useful is it? 14.06.13 # which of course is the suggested way to use it. 14.06.20 # ok. 14.06.54 # what about checking for "rockbox" or similar in the path? 14.07.02 Quit probonic (Read error: 104 (Connection reset by peer)) 14.07.24 # a fancy c-mode-hook. Could be done. 14.08.14 # otherwise it'll interfere with my other C code 14.08.56 # true. The manual says that the settings can be made buffer local but I have no experience with that. 14.09.35 # well, I mean that if I set this hook, all my loaded C sources will use this style 14.09.47 # I usually load and work on sources in multiple projects 14.09.55 # each using their own style 14.10.25 # you should define a really interesting mode-hook then. 14.10.41 # how to you do today? 14.10.48 # today it works fine 14.10.55 # the local variables only defines the current file 14.12.41 # one alternative is to use the local variables section for setting the style but currently there are only few files in rockbox that uses the local variables. 14.13.04 # I don't really want to use that way anyway. 14.13.21 # so what solution do you suggest? 14.14.14 # I don't have a good solution for multiple projects with different styles yet. ... 14.14.25 Join bobTHC [0] (~bobTHC@AMarseille-206-2-1-9.abo.wanadoo.fr) 14.14.33 # hi all! 14.14.35 # I'll try the smart-mode-hook that you are suggesting. 14.14.37 # hey bobTHC 14.15.03 # matsl: and I really want case-label + 14.15.26 # matsl: 'rockbox' in the path is the best common denominator I can come up with, it could also possibly search for something specific in the file but that seems more error prone 14.15.29 # Zagor: ok. Missed that. 14.16.36 # Bagder: I'm not sure there is a general solution that works for every Emacs user out there but I can try to be a little more helpful. 14.16.53 # goodie 14.21.06 *** Saving seen data "./dancer.seen" 14.21.08 # lunch time! cu later! 14.21.22 Part quel|out (""Eve's Avatar - Avatar's Eve"") 14.23.14 Join edx`bf [0] (edx@pD9EAA5EF.dip.t-dialin.net) 14.23.30 Nick edx`bf is now known as edx`sports (edx@pD9EAA5EF.dip.t-dialin.net) 14.23.36 # hi edx 14.24.02 # hi 14.25.31 Join quelsaruk [0] (~zaknafein@faerun.ugr.es) 14.25.44 # Bagder: just one question before i go 14.25.50 # shooooot 14.25.53 # queue is working? 14.25.59 # yessir 14.26.05 # hardeep for president! 14.26.10 # :-) 14.26.46 # 'cause everytime i press play, it plays a file, and should queue it. It worked last week, but not since saturday :( 14.27.01 # ON+PLAY 14.27.05 # it changed key 14.27.09 # ahhhhhhhhhhhhhhhhhhhhhhhh 14.27.14 # ok 14.27.16 # :-) 14.27.17 # and delete file? 14.27.25 # try the on+play and you'll see 14.27.33 # it's quick-screen now 14.27.43 # i thought i had another hardware problem 14.28.01 # :) 14.28.02 # thx 14.28.17 # cu later 14.28.18 # :) 14.28.22 Quit quelsaruk (Client Quit) 14.29.32 # what the sign for a queue file , a "+" like on the original firmware ? 14.29.58 # no sign 14.31.24 # I saw the sign, and it opened up my eyes I saw the sign! 14.31.45 # matsl: (when (string-match "/rockbox/" (buffer-file-name)) 14.31.46 # do u think a special sign with the number of the queued song will be good? 14.32.17 # like +1 for the first queued track, +2 for the second.... 14.32.39 # to keep in mind the order 14.33.01 # Bagder: Your an elisper ;-) 14.33.21 # no, but I can copy strings from other elisps ;-) 14.33.33 # That's the same thing! 14.33.37 # svn-dev.el is mightly complicated :-) 14.34.04 # what is svn-dev.el 14.34.24 # http://svn.collab.net/repos/svn/trunk/tools/dev/svn-dev.el 14.34.33 # the emacs file for the Subversion project 14.35.20 # ok. Hadaka suggested the name rockbox-dev.el so I suspect he was influenced by something. 14.36.19 # If subversion can't come up with someting better that a selective mode-hook I'll guess that is what is needed. 14.37.45 # Hadaka is a svn hacker ;-) 14.38.18 # ;-) 14.38.42 # and that URL is served by a live svn repo! 14.42.30 # Bagder: If i'm not mistaken your code snippet was from the python mode. 14.42.36 # yes 14.43.03 # There seems to be no support in subversion for the same regarding C code. 14.43.12 # nope 14.43.26 # Is subversion written in python? 14.43.30 # but there have been various elisps posted on the svn list 14.43.47 # no, but the test suite is large parts in python 14.44.18 # its plain C 14.44.26 # ok. So what you are saying is that the same technique is used for C but it is not present in that el-file. 14.44.56 # I'm suggesting that we use that or a similar method for the rockbox C files 14.45.15 # ok. ok. 14.47.18 # Ho ho ho! Merry X-mas! :D 14.47.34 # * Bagder looks at dwihno 14.48.39 # I'm just celebrating christmas a bit early this year. 14.49.42 # With some kebab I presume. 15.00.42 # by folks. I have some "homework" to do. bbl, cu. 15.00.51 # bye 15.00.56 Quit matsl ("Client Exiting") 15.02.26 Quit dwihno (Read error: 104 (Connection reset by peer)) 15.06.41 Join dwihno [0] (dwihno@h193180246067.kommunicera.umea.se) 15.18.06 Join dwihno_ [0] (dwihno@h193180246067.kommunicera.umea.se) 15.18.06 Quit dwihno (Read error: 104 (Connection reset by peer)) 15.29.55 Quit Bagder (leguin.freenode.net irc.freenode.net) 15.29.55 NSplit leguin.freenode.net irc.freenode.net 15.29.55 Quit Zagor (leguin.freenode.net irc.freenode.net) 15.29.55 Quit webmind (leguin.freenode.net irc.freenode.net) 15.29.55 Quit MrSnazz (leguin.freenode.net irc.freenode.net) 15.29.55 Quit adi|home (leguin.freenode.net irc.freenode.net) 15.29.55 Quit edx`sports (leguin.freenode.net irc.freenode.net) 15.29.55 Quit bobTHC (leguin.freenode.net irc.freenode.net) 15.29.55 Quit Schnueff (leguin.freenode.net irc.freenode.net) 15.29.55 Quit adi|work (leguin.freenode.net irc.freenode.net) 15.29.55 Quit meshuga (leguin.freenode.net irc.freenode.net) 15.31.12 NHeal leguin.freenode.net irc.freenode.net 15.31.12 NJoin edx`sports [0] (edx@pD9EAA5EF.dip.t-dialin.net) 15.31.12 NJoin bobTHC [0] (~bobTHC@AMarseille-206-2-1-9.abo.wanadoo.fr) 15.31.12 NJoin Bagder [0] (~dast@neptunus.contactor.se) 15.31.12 NJoin Zagor [242] (~bjst@labb.contactor.se) 15.31.12 NJoin adi|home [0] (~adiamas@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 15.31.12 NJoin webmind [0] (webmind@seal.student.utwente.nl) 15.31.12 NJoin MrSnazz [0] (~jmc@e-64-35-146-236.empnet.net) 15.31.12 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 15.31.12 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 15.31.12 NJoin adi|work [0] (~adiamas@dogwood.vport.net) 15.33.01 Join dwihno [0] (dwihno@h193180246067.kommunicera.umea.se) 15.34.02 Quit dwihno_ (Success) 15.35.49 Nick seb-sleep is now known as _seb_ (Sean@bgp420584bgs.union01.nj.comcast.net) 15.41.19 # What is the highest possible quality for recording? 15.41.52 # 48kHz 15.43.30 Join JunkeyWRK [0] (~junkey@208.209.215.213) 15.45.08 # hello...question: does your shuffle mode play random files across the whole drive or just in the current folder? 15.46.20 # it plays shuffle in the whole list 15.46.20 # or the whole dir 15.46.20 # make a playlist of your whole disk and wham 15.46.20 # isn't that in the faq already? 15.46.43 # hm, I don 15.46.46 # 't think so 15.46.46 # havent read the faq yet, still new to this 15.47.05 # you should try that, you'll learn a lot 15.47.29 # okay, thanks 15.54.01 # hmm! 15.58.35 # reading backlog? ;-) 16.00.16 # yes :) 16.00.58 # anyway, I hope to come up with a nice solution on the emacs issue for both subversion and rockbox at some point in the future 16.05.38 # that would rock 16.21.08 *** Saving seen data "./dancer.seen" 16.22.33 Join NibbIer [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 16.22.33 Quit Nibbler (Read error: 104 (Connection reset by peer)) 16.30.41 # how do you enter hex values in emacs hexl-mode? 16.31.26 # what the hell with emacs & rockbox? 16.31.49 # C-M-x will insert a given hexadecimal value (if it is between 0 and 0xFF) 16.31.50 # into the buffer at the current point. 16.32.07 # Bagder: thanks 16.32.32 # bobTHC: use emacs for everything 16.32.35 # ! 16.34.16 # yep i know u can use it to developp but i dont understand what the problem with it 16.34.26 # the problem? 16.34.34 # there's no problem afaik 16.34.47 # svn-dev.el is mightly complicated 16.35.01 # yes, did you look in it? 16.35.06 # its not a problem with emacs 16.35.11 # its a complicated program 16.35.43 # ok.. sorry making 2 things in the same time is on to much... ;) 16.36.00 # one too much ... really 16.36.02 # :) 16.39.57 Join quelsaruk [0] (~zaknafein@faerun.ugr.es) 16.39.57 # re-hi 16.48.09 Part Zagor 16.48.47 Join Zagor_ [242] (~bjst@labb.contactor.se) 16.51.52 Join matsl [0] (~matsl@as13-4-5.mal.s.bonet.se) 16.59.18 Quit edx`sports (Read error: 54 (Connection reset by peer)) 17.00.36 Quit matsl ("Client Exiting") 17.01.06 Nick dwihno is now known as dw|gone (dwihno@h193180246067.kommunicera.umea.se) 17.07.50 Join edx`sport [0] (edx@pD9EAA5EF.dip.t-dialin.net) 17.08.28 Nick edx`sport is now known as edx (edx@pD9EAA5EF.dip.t-dialin.net) 17.26.00 # tried to build the win sim lately edx? 17.26.00 Quit NibbIer (Read error: 54 (Connection reset by peer)) 17.26.42 # Bagder: no.. 17.26.50 # must have been at least two months :/ 17.27.01 # it is not working, i suppose? 17.27.16 # I doubt that it works, but then again no one seems to suffer 17.27.34 # yes, i guess that it isn't used anyways :) 17.29.11 # ill have a look at it if i find time this week 17.29.30 # plus i need to update the gnush tutorial - they sent me an email, the bug in the latest release has been fixed 17.34.35 Join ken0_ [0] (~marklar2@80.178.33.129) 17.41.23 # see ya 17.41.24 Quit Bagder ("Client Exiting") 17.43.49 # umm 17.43.50 # i suffer 17.43.55 # i suffer in silence 17.43.57 # :) 17.44.00 # hehe 17.44.09 # hard life... 17.44.11 # but then i turn on my jukebox 17.44.17 # or i switch to linux 17.44.31 # both 17.45.17 # quelsaruk, the spanish lang file is up to date? 17.48.06 # umm 17.48.08 # nops.. 17.48.17 # i said i was going to update it this weekend 17.48.18 # but... 17.48.22 # i forgot 17.48.33 # we had a lot of sun and good weather 17.48.34 # :) 17.48.46 # i wanted to go outside... 17.48.47 # sorry 17.49.00 Quit ken0_ (leguin.freenode.net irc.freenode.net) 17.49.00 NSplit leguin.freenode.net irc.freenode.net 17.49.00 Quit MrSnazz (leguin.freenode.net irc.freenode.net) 17.49.00 Quit webmind (leguin.freenode.net irc.freenode.net) 17.49.00 Quit Zagor_ (leguin.freenode.net irc.freenode.net) 17.49.00 Quit adi|home (leguin.freenode.net irc.freenode.net) 17.49.00 Quit quelsaruk (leguin.freenode.net irc.freenode.net) 17.49.00 Quit Schnueff (leguin.freenode.net irc.freenode.net) 17.49.00 Quit bobTHC (leguin.freenode.net irc.freenode.net) 17.49.00 Quit meshuga (leguin.freenode.net irc.freenode.net) 17.49.00 Quit adi|work (leguin.freenode.net irc.freenode.net) 17.52.45 Quit ken0 (Read error: 110 (Connection timed out)) 17.53.32 NHeal leguin.freenode.net irc.freenode.net 17.53.32 NJoin ken0_ [0] (~marklar2@80.178.33.129) 17.53.32 NJoin Zagor_ [242] (~bjst@labb.contactor.se) 17.53.32 NJoin quelsaruk [0] (~zaknafein@faerun.ugr.es) 17.53.32 NJoin bobTHC [0] (~bobTHC@AMarseille-206-2-1-9.abo.wanadoo.fr) 17.53.32 NJoin adi|home [0] (~adiamas@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 17.53.32 NJoin webmind [0] (webmind@seal.student.utwente.nl) 17.53.32 NJoin MrSnazz [0] (~jmc@e-64-35-146-236.empnet.net) 17.53.32 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 17.53.32 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 17.53.32 NJoin adi|work [0] (~adiamas@dogwood.vport.net) 17.55.35 Quit ken0_ (leguin.freenode.net irc.freenode.net) 17.55.35 Quit MrSnazz (leguin.freenode.net irc.freenode.net) 17.55.35 Quit webmind (leguin.freenode.net irc.freenode.net) 17.55.35 Quit Zagor_ (leguin.freenode.net irc.freenode.net) 17.55.35 Quit adi|home (leguin.freenode.net irc.freenode.net) 17.55.35 Quit Schnueff (leguin.freenode.net irc.freenode.net) 17.55.35 Quit bobTHC (leguin.freenode.net irc.freenode.net) 17.55.35 Quit quelsaruk (leguin.freenode.net irc.freenode.net) 17.55.35 Quit meshuga (leguin.freenode.net irc.freenode.net) 17.55.35 Quit adi|work (leguin.freenode.net irc.freenode.net) 17.59.51 NJoin adi|work [0] (~adiamas@dogwood.vport.net) 17.59.52 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 17.59.52 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 17.59.52 NJoin MrSnazz [0] (~jmc@e-64-35-146-236.empnet.net) 17.59.52 NJoin webmind [0] (webmind@seal.student.utwente.nl) 17.59.52 NJoin adi|home [0] (~adiamas@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 17.59.52 NJoin bobTHC [0] (~bobTHC@AMarseille-206-2-1-9.abo.wanadoo.fr) 17.59.52 NJoin quelsaruk [0] (~zaknafein@faerun.ugr.es) 17.59.52 NJoin Zagor_ [242] (~bjst@labb.contactor.se) 17.59.52 NJoin ken0_ [0] (~marklar2@80.178.33.129) 18.00.42 # bobTHC: why did you ask about the spanish .lang file? 18.02.09 Quit ken0_ (leguin.freenode.net irc.freenode.net) 18.02.12 Quit Zagor_ (leguin.freenode.net irc.freenode.net) 18.02.12 Quit webmind (leguin.freenode.net irc.freenode.net) 18.02.12 Quit MrSnazz (leguin.freenode.net irc.freenode.net) 18.02.12 Quit adi|home (leguin.freenode.net irc.freenode.net) 18.02.12 Quit quelsaruk (leguin.freenode.net irc.freenode.net) 18.02.12 Quit bobTHC (leguin.freenode.net irc.freenode.net) 18.02.12 Quit Schnueff (leguin.freenode.net irc.freenode.net) 18.02.12 Quit meshuga (leguin.freenode.net irc.freenode.net) 18.02.12 Quit adi|work (leguin.freenode.net irc.freenode.net) 18.02.24 NJoin ken0_ [0] (~marklar2@80.178.33.129) 18.02.25 NJoin Zagor_ [242] (~bjst@labb.contactor.se) 18.02.26 NJoin quelsaruk [0] (~zaknafein@faerun.ugr.es) 18.02.26 NJoin bobTHC [0] (~bobTHC@AMarseille-206-2-1-9.abo.wanadoo.fr) 18.02.26 NJoin adi|home [0] (~adiamas@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 18.02.26 NJoin webmind [0] (webmind@seal.student.utwente.nl) 18.02.26 NJoin MrSnazz [0] (~jmc@e-64-35-146-236.empnet.net) 18.02.26 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 18.02.26 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 18.02.26 NJoin adi|work [0] (~adiamas@dogwood.vport.net) 18.02.27 Nick quelsaruk is now known as quel|out (~zaknafein@faerun.ugr.es) 18.02.28 # yupiii.. i love netsplits := 18.02.35 Quit ken0_ (leguin.freenode.net irc.freenode.net) 18.02.35 Quit MrSnazz (leguin.freenode.net irc.freenode.net) 18.02.35 Quit webmind (leguin.freenode.net irc.freenode.net) 18.02.35 Quit Zagor_ (leguin.freenode.net irc.freenode.net) 18.02.35 Quit adi|home (leguin.freenode.net irc.freenode.net) 18.02.35 Quit Schnueff (leguin.freenode.net irc.freenode.net) 18.02.35 Quit bobTHC (leguin.freenode.net irc.freenode.net) 18.02.35 Quit quel|out (leguin.freenode.net irc.freenode.net) 18.02.35 Quit meshuga (leguin.freenode.net irc.freenode.net) 18.02.35 Quit adi|work (leguin.freenode.net irc.freenode.net) 18.02.35 Quit _seb_ (leguin.freenode.net irc.freenode.net) 18.03.35 NJoin _seb_ [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 18.03.35 NJoin ken0_ [0] (~marklar2@80.178.33.129) 18.03.35 NJoin Zagor_ [242] (~bjst@labb.contactor.se) 18.03.35 NJoin quel|out [0] (~zaknafein@faerun.ugr.es) 18.03.35 NJoin bobTHC [0] (~bobTHC@AMarseille-206-2-1-9.abo.wanadoo.fr) 18.03.35 NJoin adi|home [0] (~adiamas@as5300-11.216-194-24-180.nyc.ny.metconnect.net) 18.03.35 NJoin webmind [0] (webmind@seal.student.utwente.nl) 18.03.35 NJoin MrSnazz [0] (~jmc@e-64-35-146-236.empnet.net) 18.03.35 NJoin meshuga [0] (firewall@12-211-38-165.client.attbi.com) 18.03.35 NJoin Schnueff [0] (mah@d096.stw.stud.uni-saarland.de) 18.03.35 NJoin adi|work [0] (~adiamas@dogwood.vport.net) 18.05.04 # bye all! 18.05.05 Part bobTHC 18.09.51 Join kevin [0] (~jirc@209.187.143.149) 18.11.07 Quit kevin (Client Quit) 18.13.32 Join Guest111 [0] (~jirc@209.187.143.149) 18.14.59 Part Zagor_ 18.17.50 Quit Guest111 ("Leaving") 18.21.09 *** Saving seen data "./dancer.seen" 18.37.41 # * adi|work growls 18.41.11 Join webmind_ [0] (webmind@seal.student.utwente.nl) 18.54.47 Quit webmind (Read error: 110 (Connection timed out)) 18.57.11 Join mecraw_ [0] (~mecraw@69.2.235.2) 19.08.40 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 19.09.03 Nick mecraw_ is now known as mecraw (~mecraw@69.2.235.2) 19.15.51 Join IMN2DP [0] (jirc@ACADEFFC.ipt.aol.com) 19.19.21 Quit IMN2DP (Client Quit) 19.20.04 Join blacklabel [0] (~jirc@ipd50a7904.speed.planet.nl) 19.28.38 Join Bagder [241] (~daniel@as3-3-2.ras.s.bonet.se) 19.28.51 # rehi 19.29.37 # re Bagder 19.29.45 # :) 19.29.47 # or... 19.29.51 # nas Bagder ;) 19.30.01 # :-) 19.40.02 # when trying to compile the source for the sim - win32 version of the recorder, I get this error message 19.40.08 # make[1]: *** No rule to make target `font.c', needed by `/home/rockbox/build-dir/.deps/font.d'. 19.40.27 # win32 sim doesn't work 19.40.28 # can anyone help me with that? 19.40.34 # it doesn't surprise me ;-) 19.40.36 # :) OK 19.40.42 # I'll check... 19.40.49 # Bagder: there's one who will suffer 19.40.54 # temporarly? 19.41.14 # i hope so 19.41.16 # blacklabel: we have a bad lack of win-sim hackers 19.41.53 # OK 19.42.00 # blacklabel: you build with vc ? 19.42.05 # so, linux it is 19.42.14 # aha 19.42.16 # vc? visual c? 19.42.21 # yes 19.42.29 # is it? 19.42.39 # no, I used the cygwin instructions on the website 19.42.50 # ok 19.43.08 Join gclark [0] (~gclark@216.145.227.194) 19.43.17 # we've never built the win sim with cygwin afaik 19.43.31 # "we" as in the guys doing that kinds of things ;-) 19.43.34 # I'm linux 19.44.01 # I don't have a linux workstation of my one 19.44.11 # so I'll have to bet one 19.44.18 # get one 19.44.36 # well, if you're up to it, I'm up to help you get the wimulator running on win 19.44.41 # simulator even 19.45.02 # might take some sweat though 19.45.52 Quit ken0_ (Remote closed the connection) 19.45.53 # Bagder: i have VC installed here.. i think 19.46.06 # well, I don;t think I am willing to spend to much time with this:( but thanks for the offer 19.46.10 # if i have some time i'll give a llok at this 19.46.18 # very generous 19.46.20 # look 19.46.23 # it would be really nice 19.48.12 # wellm thanks for the info 19.49.11 # ummm no.. i haven't VB... let me see if i have it in CD 19.52.35 Quit blacklabel ("Leaving") 20.02.25 # ummm win32 project is made with visual studio 7.... 20.02.26 Quit gclark (Read error: 104 (Connection reset by peer)) 20.03.07 # that a problem? 20.03.58 # not really 20.04.08 # i just have to get VS 7 20.04.10 # :) 20.04.39 # not a real problem 20.05.11 # but i can't open it correctly with VS 6, microsoft loves me :) 20.08.57 # well, it shouldn't be too hard to recreate the file anyway 20.09.32 # i'm looking at it and seems easy to recreate 20.10.04 # it's harder than double clic but... not too hard ;) 20.14.30 Quit adi|work ("[x]chat") 20.21.11 *** Saving seen data "./dancer.seen" 20.25.00 Join adi|work [0] (~adiamas@dogwood.vport.net) 20.32.28 Join ken0 [0] (~marklar2@80.178.34.164) 20.34.13 # 19 errors and 3 warnings is not quite good... :) 20.34.28 # heh, no ;-) 20.38.28 # a lot of no suck file or directory... 20.43.28 Join ricII|work [0] (~ricv@debianalpha.xs4all.nl) 20.43.38 Nick ricII|work is now known as ricII (~ricv@debianalpha.xs4all.nl) 20.56.19 # must go home 20.56.22 # see you tomorrow 20.56.27 # bye 20.56.30 Part quel|out (""Eve's Avatar - Avatar's Eve"") 20.56.40 Join quel|out [0] (~zaknafein@faerun.ugr.es) 20.56.47 # did you say something Bagder? 20.56.51 # yes 20.56.53 # "bye" ;-) 20.56.56 # :) 20.57.02 # :) 20.57.15 # i saw something :) 20.57.20 # cu! 20.57.23 Part quel|out (""Eve's Avatar - Avatar's Eve"") 21.37.49 Quit Bagder ("http://daniel.haxx.se") 21.37.49 Quit Nibbler (Read error: 104 (Connection reset by peer)) 21.44.37 Join gclark [0] (~gclark@216.145.227.194) 21.54.03 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 21.56.21 Quit void_ ("EPIC4-1.1.10[425] - oblivion : Guns make holes in people. Weed makes people giggle and eat cake.") 22.04.45 Join void_ [0] (void@epicsol.org) 22.05.26 Part gclark 22.16.46 Join Zagor [242] (bjst@as9-5-6.k.s.bonet.se) 22.18.06 # in FreeBSD 5.0-RELEASE I can mount my archos without a problem now 22.18.12 # where in 4.7 I had problems with it 22.19.26 # void_: which archos model do you have? 22.19.42 # the jukebox recorder 15 22.20.01 # ok. so they have ported my isd200 driver now. that's nice! 22.20.09 Nick _seb_ is now known as seb-away (Sean@bgp420584bgs.union01.nj.comcast.net) 22.20.15 # well it mounts as a portable storage drive 22.20.18 # lemme show you info 22.20.42 # root@sabbath:~# camcontrol devlist 22.20.42 # at scbus0 target 0 lun 0 (pass0,da0) 22.21.01 # and just mount da0 22.21.09 # I show you what I enabled in my kernel too 22.21.14 *** Saving seen data "./dancer.seen" 22.21.29 # yeah. there were many freebsd users asking me to port it for them, but heck I've never written a line of code for freebsd... 22.21.30 # device scbus # SCSI bus (required) 22.21.37 # device da # Direct Access (disks) 22.21.45 # device pass # Passthrough device (direct SCSI access) 22.21.51 # good to see someone else fixed it 22.21.56 # device uhci # UHCI PCI->USB interface 22.21.58 # ya it's nice :) 22.22.07 # device umass # Disks/Mass storage - Requires scbus and da 22.22.11 # and that's pretty much it 22.22.27 # it detects it at bootup and also with camcontrol if you hook it up after bootup 22.22.39 # yes. usb is like that :-) 22.22.43 # ya hehe 22.23.00 # I had a problem with 4.7 where I couldn't detect with camcontrol after boot 22.23.06 # it would detect it at bootup if it was hooked up 22.23.09 # but not after 22.23.16 # but they fixed that 22.42.55 Join hardeep [0] (hardeeps@208.247.65.237) 22.42.55 Quit Nibbler (Read error: 104 (Connection reset by peer)) 22.46.23 Quit edx () 22.49.02 Join devZer0 [0] (jirc@pD951E393.dip.t-dialin.net) 22.52.56 # hi, hardeep 22.53.30 # heya 22.54.12 # finaly found some time to finisch my pl-code 22.56.49 # but I'm a little puzzled why queue_resume_index always seems to be -1 22.57.30 Nick seb-away is now known as _seb_ (Sean@bgp420584bgs.union01.nj.comcast.net) 23.05.03 Join edx` [0] (edx@pD9EAA5EF.dip.t-dialin.net) 23.05.25 Nick edx` is now known as ex (edx@pD9EAA5EF.dip.t-dialin.net) 23.05.26 Nick ex is now known as edx (edx@pD9EAA5EF.dip.t-dialin.net) 23.25.24 # ricII: queue_resume_index should only be >= 0 if you're resuming inside the queue list 23.25.44 # ricII: with your changes, we can probably get rid of the queue_resume_index 23.25.57 # is disk usage anywhere in rockbox? 23.26.05 # yes, I sould call settings_save myself when modify end_pos 23.26.18 # void_: i believe it's displayed in the "info" screen from the main menu 23.26.43 # hrm in 1.4 I didn't see it 23.27.00 # void_: it was added after 1.4... try one of the daily builds 23.27.06 # is it ok to try? 23.27.13 # not very buggy and stuff? 23.27.13 # void_: yes 23.27.17 # no 23.27.17 # ok lemme try 23.27.31 # ricII: there is one small problem.... how will resume work with queued jobs? 23.27.47 # ricII: if you've already played some of the queued jobs that is 23.28.02 # ricII: because they are no longer valid in the playlist.... 23.28.22 # if global_settings.queue_resume && not played yet just queue them.. 23.28.38 # ricII: right, but your insertion points are going to be wrong aren't they? 23.28.39 Join zebda23 [0] (~jirc@AMetz-101-1-4-150.abo.wanadoo.fr) 23.28.45 # hi all 23.29.01 # souldn't be... 23.29.49 # could someone indicate me a place where I could download the latest firmware with the latest bookmlark applied, thanks 23.30.08 Quit zebda23 (Client Quit) 23.30.18 Join Guest1 [0] (~jirc@AMetz-101-1-4-150.abo.wanadoo.fr) 23.30.25 Quit edx () 23.30.26 # hi all 23.30.39 # ricII: an example.... playlist has 1 2 3 4 5 and I queue A B after 3 23.30.51 # ricII: so playlist is now 1 2 3 A B 4 5 23.30.54 # where could i get the last ajbrec.ajz foir 23.31.09 # ricII: what are the insertion points for A & B? 4&5? 23.31.19 # Guest1: rockbox.haxx.se 23.31.25 # with the bookmark patch applied, I could not compile it myself, thanks 23.31.56 # Guest1: unless there is one attached to the patch on SF, it's not available 23.32.31 # ok, i ll take a look at SF for the patch 23.33.04 # ricII: just to extend it a bit, what if you also append X to the end of the playlist... 1 2 3 A B 4 5 X ... what's the insertion point for X? 5 or 7? 23.33.14 # sound's ok, somehow indices fills with 1 2 3 4 5, patch file say Q pos 4 'a', Q pos 5 'b' 23.33.27 # 7 23.33.36 # is there a setting where I can change the time? 23.33.44 # on the newest update 23.34.04 # void_: if you have the recorder, yes. general settings 23.34.25 # hrm I don't see a general settings 23.34.29 # ricII: okay, say I've finished song A and am currently playing B.... and then shutdown/resume 23.34.31 # lemme make sure I downloaded the right one 23.34.43 # ya I did 23.34.56 # ricII: won't the insertion points be incorrect? namely, shouldn't B now be insertion point 4 and X be 6? 23.34.58 # index say we are playing indices 4 23.35.05 # * archos20030120.ajz 23.35.31 # wait do you have to name it to something? 23.35.36 # duh 23.35.36 # that why I must replay the patch file.. 23.35.58 # ricII: right... so queue song A hangs around? even though it's been played? 23.36.07 # hardeep: there is a patch today at (http://sourceforge.net/tracker/download.php?group_id=44306&atid=439120&file_id=40149&aid=669440) could you compile a firmware using this patch for me or someone else could make it :) thanks 23.36.10 # yes 23.36.46 # Guest1: sorry, i'd suggest asking the original author of the patch 23.36.56 # it's in the patchfile... 23.37.14 # ricII: okay 23.38.07 # hardeep, no problem but i do not know if he is in the place now, I'll contact him by email :) thanks 23.39.46 # ricII: do you shift everything down one once a queued song is completed? 23.39.58 # only indices.. 23.39.58 # ricII: namely, how does repeat all mode work with queued songs? 23.40.23 # ricII: okay, that works 23.40.30 # queued song are deleted when they got played. 23.41.02 # only in the indices 23.41.11 # ricII: hmmm, i guess that means patch file compaction is non-trivial then 23.41.16 # good ni 23.41.19 # ht 23.41.23 # bye all 23.41.25 # ricII: because insertion points would need to be updated as well 23.41.27 Quit Guest1 ("Leaving") 23.42.05 # ricII: but that's okay... not something that will need to be done a lot 23.42.22 # probly it's more easy write out indices from mem. 23.43.22 # ricII: yeah... reason I was asking all this is 'cause I was thinking it may just be easier to handle queued songs separately 23.43.53 # ricII: (a separate file) 23.44.03 # ricII: but that adds other complexities of course 23.44.10 # but I also want 'delete' :) 23.44.53 # ricII: well, delete could be done too... just separate the playlist from the queuelist and work on them separately 23.45.34 # but I think all can be done in 1 file.. 23.46.14 # ricII: yeah, it can... a little more complex but that's alright 23.53.20 Quit s0be ("Client exiting") 23.58.08 # hmm gdb 'There is no member named queue_resume_offset.' why does it compile?