--- Log for 25.01.103 Server: leguin.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16p1 Started: 5 days and 9 hours ago 00.18.34 # ricII: how is the implmentation going? 00.18.53 # still no solution for unshufle 00.21.20 # have you given up, or are you working on a solution? :) 00.22.11 # one solution would be to keep the order of the indices intact, and shuffle some other way.. 00.23.23 *** Saving seen data "./dancer.seen" 00.24.26 # what is the best way to handle this? 00.26.03 # I think all inserts should be handled as a single block 00.26.12 # so, if I have 1,2,3,4,5,6,7 00.26.20 # insert 10,11 after 4 00.26.33 # 1,2,3,4,10,11,5,6,7 00.26.46 Join GreyShadow [0] (Snak@adsl-209-204-188-244.sonic.net) 00.26.57 # well -- forget that -- then you have to keep track of what inserts were made with each other! 00.26.59 # forget that... 00.28.42 # about to say, but I realy like unshuffle to undo the shuffle... 00.30.38 # since there are only 2 states (suffled or not) and I can record seed and shuflle position.. 00.30.40 # undo the shuffle to what poin? 00.31.03 # if you have a playlist, and then insert some songs 00.31.37 # and then shuffle, and then insert again, and shuffle again, etc. 00.31.42 # what are you to do? 00.32.33 Part Con 00.32.35 # for shuffle I could issue a 'resume' and then shuffle the all inserts.. 00.33.35 # since insert are serial things I would be able to always reproduce it 00.37.20 # it's the unshuffling that makes trouble .. but I have something in mind, just need to punch holes in it.. 00.38.30 Join ken0 [0] (marklar2@80.178.34.211) 00.39.00 # apart from being inefficent and abusive to the little cpu 00.40.45 Join gclark [0] (~glc@user-119ah2f.biz.mindspring.com) 00.41.46 Quit ken0 (Client Quit) 00.42.01 Part gclark ("Client Exiting") 00.42.09 # also thinking about tracing my steps back ( rand(-1) ? ) and how this could help me... 00.43.10 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 00.43.45 # think I gona ask 'my' mathematician for help on this.. (brain starts bubbleling :) ) 00.56.57 Quit adi|work ("[x]chat") 00.57.21 Join adi|work [0] (~adiamas@dogwood.vport.net) 01.09.22 Quit edx () 01.38.35 Quit Jet8810 ("Client Exiting") 01.38.36 Quit Nibbler (Read error: 54 (Connection reset by peer)) 01.43.08 # ricII: how about making it simple.... user changes shuffle mode... remove all the insertions 02.01.03 # hardeep: that could be a soultion -- albiet a simple one... 02.02.17 # it is akin to archos rebooting when you go into USB mode. 02.08.32 # elinenbe: sure... but how often is a user really going to be changing shuffle modes with insertions 02.10.21 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 02.10.24 # hardeep: I agree 02.14.26 # I think insert should force the file to go next, but if a user then shuffles and then turns off shuffle, what happens to the inserted files? 02.21.05 # might it be that renaming a folder with rockbox leads to be the dir destroyed and the files found as lost data with scandisk? 02.22.22 # elinenbe: i say, keep it simple and just discard the insertions when the shuffle is first changed 02.22.35 # Nibbler: yeah, there's a bug with renaming of directories 02.22.44 # Nibbler: still being investigated 02.23.25 *** Saving seen data "./dancer.seen" 02.23.39 # elinenbe: hmmmm, actually, i guess you can still keep appended songs around 02.24.52 Join MeRWiN [0] (~merwin@12-208-140-24.client.attbi.com) 02.24.59 # yho 02.25.13 # heya MeRWiN 02.25.34 # hey... I'm depressed... can't use my rockbox until the fm recorder gets supported :-) 02.25.51 # what happened to your player? 02.26.11 # is there no FM support yet? thouts its buggy but possible? 02.26.18 # well, the player i traded in for a recorder at best buy, now the fm recorder is out, so i traded it in for it at best buy. Both upgrades have cost me a total of $20 02.26.32 # Nibbler: well, i think now you can actually see things on the screen, but that's about it 02.26.46 # :] 02.27.32 # at least they've gone with a more standard usb cable 02.27.32 # MeRWiN: how have you done that? 02.27.32 # Hey, that's a very promising start. 02.27.50 # i'm going to recompile and try it out 02.31.44 # i like how it automatically powers on and charges when connected to usb 02.31.49 # with no additional power source 02.40.43 # oh, i guess it does work :-) 02.40.52 # it just has to have a power source the whole time 02.46.13 # Any clue where you set the minimum voltage? 02.47.21 # nevermind, found it... i just don't know what to set it to. 02.50.33 # read log ... 02.51.12 Join ken0 [0] (marklar2@80.178.32.165) 02.52.05 # ok I'm uptodate again.. 02.52.07 # so what abouts should i set the minum voltage to? right now the internal voltage is at about 3 volts 02.52.38 # and i think it's fully charged 02.52.42 # *shrug* 02.52.47 # it's plugged in though 02.55.51 # hardeep: what about a function which reorders 1-MaxPlaylist and just skip empty indices ? 02.56.49 # ricII: what are the empty indices? 02.57.09 # not in use, > amount 02.58.01 # oh, i see.... would that work for resume though? 02.58.07 Quit mecraw ("Trillian (http://www.ceruleanstudios.com)") 02.58.12 # oh, i guess you could just update the playlist patches file after shuffle 02.58.31 # if it behaves like rand() with a seed.. 02.58.39 # question then is: does the user really want the insertions shuffle 02.59.39 # can be solved by if next is insertion don't new_read() 03.00.02 # i have a feeling that no matter what approach you choose, some people will like it and some won't 03.00.52 # there is still 'append' giving random insert.. 03.01.19 # yeah, but that's just an insert 03.03.43 # at the end, but goes to a differnt handler.. 03.04.10 # OK, so I modified rockbox to actually stay powered up by putting a lower min voltage. But it currently says in the Power Status that the Battery: 0.01v and External 0.0v (of course, since it's not plugged in). 03.04.23 # when the backlight actually comes on, it goes up to about 3v 03.04.25 # this 'function' would keep the original order in the indices.. 03.04.28 # so is that current usage? 03.05.45 # the new_rand() is just an other view.. 03.09.07 # redefining what is next & previous or playlist_next(int steps) if you like.. 03.10.36 # thats where 'my' mathematician come it to play.. 03.11.41 # or meanwhile I could abuse your old queue_indices[max_playlist] for it.. 03.13.22 # (just putting it here for the logbot, so I can review it later) 03.17.25 # ok I gonna sleep on this, and see what problems are left... 03.17.38 # nick ricII|Sleep 03.17.42 Nick ricII is now known as ricII|Sleep (~ricv@debianalpha.xs4all.nl) 03.17.44 # ops 03.19.56 # hmm this idea not bad at all, see what it brings in daylight. 03.29.05 # All i know is with the FM recorder we are reading battery values incorrectly 03.52.24 Quit MeRWiN () 03.52.25 Quit Nibbler (Read error: 54 (Connection reset by peer)) 03.58.02 Quit hardeep ("BitchX-1.0c19: just when you thought it couldn't get any better") 04.04.35 Join Jet8810 [0] (~Josh@adsl-34-20-70.mia.bellsouth.net) 04.23.29 *** Saving seen data "./dancer.seen" 04.50.49 Join n9udl [0] (~landmann@te-64-146-110-50.transedge.com) 04.51.40 # just found RockBox, installed it, was playing fine but is locked up... how do I reset this thing? 04.55.21 # turn it off? heh 04.58.49 # it won't turn off... 04.58.50 Join MeRWiN [0] (~merwin@12-208-140-24.client.attbi.com) 04.58.54 # hmm 04.59.08 # just like the original firmware, press and hold STOP, right? 04.59.23 # wait.. it just did finally.. 05.00.49 # had me scared... I just got mine a few days ago.. 05.15.13 Join mecraw [0] (~mecraw@dnvrapanas10poola129.dnvr.uswest.net) 05.15.57 Nick _seb_ is now known as seb-sleep (Sean@bgp420584bgs.union01.nj.comcast.net) 05.17.50 Quit n9udl ("[BX] Now she knows why her cat stays away from me! DAMNIT!") 05.29.18 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 05.57.41 Join thu [0] (~thu@h24-78-136-7.vc.shawcable.net) 05.57.41 Quit Nibbler (Read error: 104 (Connection reset by peer)) 05.57.42 # hello 06.03.10 # anyone around? 06.03.48 # hi 06.04.35 # hey 06.04.50 # what's the story with playlists? 06.05.04 # on the feature page they show up as supported by archos and not by rockbox 06.05.14 # not sure at all... honestly... I'm just chillin here 06.05.23 # I think they're supported in CVS ro something like that 06.05.54 # heh.. I could never figure out how to build a playlist with the archos firmware anyway :P 06.06.19 # I know... 06.06.43 # I have NEVER used the built in firmware 06.06.55 # anyone here has a recorder FM? 06.06.56 # I did a ton of research before I bought it... 06.07.01 # yeah me too 06.07.14 # but i've been going with the firmware for awhile now 06.07.22 # my recorder fm is shedding 06.07.31 # the silverish paint on the back of it is peeling off 06.07.35 # because of the heat i guess 06.07.35 Quit ken0 (Read error: 104 (Connection reset by peer)) 06.07.39 # and the radio sucks :\ 06.08.24 Join ken0 [0] (marklar2@80.178.32.165) 06.08.28 # where can I find info about translating the menus in another language? 06.09.04 # wait.. i found the page 06.12.55 # * thu translating.. 06.15.44 # my archos doesn't get scsi emulated anymore :( 06.18.02 # anyone around? s0be? 06.18.10 # yeah 06.18.22 # I'm REALLY not good with the rockbox 06.19.03 # nevermind about rockbox 06.19.10 # i can't get my archos to work anymore :( 06.19.42 # it doesn't seem to get emulated anymore 06.20.36 # well, your saying 'it doesn't seem to get emulated' means nothing to me. :( 06.21.11 # i'm working on a nice log output 06.21.20 # it seems like my usb2 card called it quits 06.21.35 # my digital camera won't talk to it, the archos won't either 06.23.32 *** Saving seen data "./dancer.seen" 06.26.04 # Jan 24 21:10:03 [/etc/hotplug/usb.agent] ... no modules for USB product 5ab/60/1101 06.29.42 # :( 06.29.46 # wtf 06.32.18 # s0be: how do you install rockbox? 06.32.21 Quit mecraw (Read error: 54 (Connection reset by peer)) 06.32.43 Join mecraw [0] (~mecraw@dnvrapanas10poola129.dnvr.uswest.net) 06.32.59 # jsut copy the file onte my mp3 player 06.35.42 Quit MT (leguin.freenode.net irc.freenode.net) 06.35.42 NSplit leguin.freenode.net irc.freenode.net 06.35.42 Quit mbr (leguin.freenode.net irc.freenode.net) 06.35.43 Quit seb-sleep (leguin.freenode.net irc.freenode.net) 06.36.17 Quit elinenbe (leguin.freenode.net irc.freenode.net) 06.36.32 NHeal leguin.freenode.net irc.freenode.net 06.36.32 NJoin seb-sleep [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 06.36.39 NJoin elinenbe [0] (~elinenbe1@user-0cev121.cable.mindspring.com) 06.36.44 Quit seb-sleep (Excess Flood) 06.36.51 Quit ken0 (leguin.freenode.net irc.freenode.net) 06.36.51 Quit thu (leguin.freenode.net irc.freenode.net) 06.36.51 Quit MeRWiN (leguin.freenode.net irc.freenode.net) 06.36.51 Quit void (leguin.freenode.net irc.freenode.net) 06.36.51 Quit ricII|Sleep (leguin.freenode.net irc.freenode.net) 06.39.24 NJoin mbr [0] (~mb@stlx01.stz-softwaretechnik.de) 06.44.03 NJoin MT [0] (mt@fido.impulsed.net) 06.49.43 Quit imagine (Read error: 110 (Connection timed out)) 06.54.16 Quit adi|work (Read error: 104 (Connection reset by peer)) 06.54.21 Join adi|work [0] (~adiamas@dogwood.vport.net) 07.09.55 Quit GreyShadow (Read error: 110 (Connection timed out)) 07.21.48 Join ricII|Sleep [0] (~ricv@debianalpha.xs4all.nl) 07.22.12 Join thu [0] (~thu@h24-78-136-7.vc.shawcable.net) 07.22.37 Join ken0 [0] (marklar2@80.178.32.165) 07.29.28 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 07.30.07 Join Kshain [0] (Kshain@216.83.45.17) 07.36.58 # hello, has anyone had any problems with the newest rockbox updates? 07.37.29 # yeah 07.37.37 # i couldn't install them on a jukebox fm :P 07.38.01 # nah, I keep getting hd errors for some reason. 07.38.18 # stop dropping your jukebox on the floor 07.38.53 # lol, nah, it keeps happening only with rockbox firmware 07.39.01 # regular works fine 07.39.13 # stop dropping the firmware on the floor :P 07.39.34 # hehe. Yah maybe that would explain it ;) 07.40.03 # so, you seen anything on that new cyclone 1000 yet? 07.40.18 # nope 07.40.20 # what is it? 07.52.52 # whoops sorry 07.52.59 # had to go brush my teeth 07.53.04 # :p 07.53.36 # anyway, its basically a clone of ipod w/ voice recongnition menu's, and some other cool stuff 08.02.21 Part Kshain 08.03.40 Quit s0be (Read error: 113 (No route to host)) 08.23.35 *** Saving seen data "./dancer.seen" 08.44.25 Join tantus [0] (~tantus@206-124-130-001.atm02.sea.blarg.net) 08.44.25 Quit Nibbler (Read error: 104 (Connection reset by peer)) 08.44.25 Quit tantus (Remote closed the connection) 08.45.28 Join tantus [0] (~tantus@206-124-130-001.atm02.sea.blarg.net) 08.45.54 # anyone awake? 08.56.18 Join MeRWiN [0] (~merwin@12-208-140-24.client.attbi.com) 08.57.29 # another quiet night/day in rockbox land 08.58.23 # merwin? are you on efnet at all? 08.58.29 # yeah 08.58.29 # why? 08.58.34 Nick tantus is now known as schmoe (~tantus@206-124-130-001.atm02.sea.blarg.net) 08.58.37 # #ow? 08.58.41 # hehe, yeah :) 08.58.49 # small world 08.59.00 # heh, whats up? 08.59.24 # trying to help in the fight to support the fm recorder... it's almost working :P 08.59.40 # so you are a developer? 09.00.07 # yeah. I am the original creator of the customizable WPS(tm) :-) It's been changed a lot since then, but... 09.00.17 # that's my claim to fame here 09.00.20 # heh 09.00.24 # nice 09.00.34 # you use rockbox? 09.00.37 # haven't seen you around 09.00.38 # yeah 09.00.49 # I came in once last night as tantus 09.00.57 # ah 09.00.57 # I just got my recorder 2 days ago 09.01.03 # where did you get it from? 09.01.07 # circuit city 09.01.11 # 50 buck rebate 09.01.21 # k. I was going to say, if you got it from best buy you're in good shape 09.01.44 # I got my player about a year ago, then said it broke and upgraded to the recorder for free, then a couple days ago said that broke and upgraded to the fm recorder for $20 09.01.46 # :) 09.02.09 # heh 09.02.11 # what broke? 09.02.18 # nice, if I listened to the radio at all I'd have wanted one 09.02.23 # but I can suffer without 09.02.28 # the hard drive... from these sudden impacts with a blunt object. 09.02.32 # heh 09.02.39 # I like the lithium battery of the fm 09.02.53 # compared to NiMH in the recorder/player 09.02.56 # the connector for the power is loose inside so it'll quit charging sometimes while it's plugged in 09.03.02 # you think they'd upgrade me to a recorder for that? heh 09.03.11 # if you bought the service plan 09.03.16 # yeah 09.03.22 # you can just make up any bullshit excuse 09.03.24 # so can you tell me, if the recorder is hooked on usb why the drive wont spin down after so many minutes of inactivity? It spins down unhooked.. 09.03.41 # my parents got it for me for xmas 2001 and they got like a 2 year bestbuy service thing 09.03.56 # schmoe: hmm... usb is hardware controlled i think on the rockbox 09.04.12 # with any firmware 09.04.16 # it's just hardware controlled 09.04.25 # psycoxul: since they don't distribute the player any more at bestbuy, you automatically get the next best thing, which now seems to be the fm recorder 09.04.31 # can the os send a signal to spin down? 09.04.31 # the firmware just gets out of the way 09.04.33 # MeRWiN: cool 09.04.49 # schmoe: probably. I'm guessing it depends on the drivers for the OS 09.04.50 # MeRWiN: i think i'll wait till i can get the whole thing backed up and rockbox supports the fm a bit better and i'll take it in 09.04.53 # heh 09.05.01 # PsycoXul: good idea, just don't let the PSP run out 09.05.03 # err, PRP 09.05.10 Quit ken0 (Read error: 54 (Connection reset by peer)) 09.05.26 # they got a 2 or 3 year one 09.05.29 # i'll probably do it this year 09.05.31 # k, probably 3 09.05.40 # that'd be sweet 09.05.46 # are the FM's usb2 too? 09.05.47 # heh 09.05.53 # PsycoXul: yup 09.05.56 # nice 09.06.04 # for me, when i upgraded it they extended the prp for another 3 years 09.06.07 # I probably shouldnt worry, probably wont hurt anything 09.06.07 # just want it to last a while 09.06.33 # schmoe: yeah, your HD in the computer runs a lot too... as long as you aren't shaking it while it's plugged into usb it shouldn't matter 09.06.47 # how's the battery life with the li-ion? 09.07.02 # seems to be pretty good so far. I don't have much interest in it without rockbox though 09.07.05 # :-) 09.07.09 # hehe yeah 09.07.33 # the lithium uses less voltage, so it automatically shuts off when it's not plugged in because rockbox thinks the battery is dead 09.07.45 # power is screwed up at the moment 09.07.47 # weird 09.07.58 # yeah i would expect there to be some issues with the power handling stuff 09.08.11 # but i wouldn't expect it to be so little voltage that rockbox thinks its dead 09.08.19 # rockbox kills the power at about 4.2v i think... the lithium runs at around 3v if i'm not mistaken 09.08.27 # the HD needs at least 4.75v to operate 09.08.36 # hmm 09.09.00 # that's what i've gathered from messing around in the debug menus 09.09.11 # any chance I can get rockbox on a recorder fm anytime soon? 09.09.26 # so they must have some circuit to boost the voltage for the HD i guess 09.09.32 # thu: as of now it works on the fm. it just needs to be plugged into power at all time 09.09.38 # heh 09.09.40 # PsycoXul: seems to be very variable voltage 09.10.04 # doesn't seem like it'd be too hard to change the code to let it run at a lower voltage 09.10.05 # MeRWiN: uhm.. that's a small inconvenience, don't you think? 09.10.12 # like when it's just running playing music it says .01v, when the lcd is on it says 3v, etc 09.10.43 # well yeah the voltage fluxuates with use 09.10.44 # thu: yeah. i'd give it a week or so until rockbox can play reliably without power plugged in. It's just a few internal settings that aren't correct for the fm 09.10.55 # just a week 09.10.57 # but that is a pretty big range heh 09.10.57 # sounds good then 09.11.11 # thu: things get done quickly around here 09.11.16 # usually 09.11.25 # yeah 09.11.28 # cool 09.11.38 # just last month i think somebody said they weren't sure if they could support the FM and it wasn't a priority 09.11.39 # if I can get it to work on my fm I'll write a romanian locale 09.11.46 # so I contribute something :P 09.11.47 # PsycoXul: what does the debug menu tell you that the voltage is running at? 09.11.49 # and now here it is it works and just needs to be tweaked for it heh 09.11.56 # thu: that would be wonderful :-)\ 09.12.17 # right now, about 5.3v 09.12.40 # PsycoXul: mine tells me Internal: 0.01v External: 6.02v (plugged in) 09.12.46 # heh 09.12.53 # it's kinda weird 09.12.58 # with the original batteries 09.13.09 # with a full charge and still plugged in it'd show about 6v 09.13.19 # and like 5.8 with a full charge and unplugged 09.13.22 # the FM recorder does something different with voltage... 09.13.37 # but after a year of use it stopped going above 5.4v like ever 09.13.48 # i tried messing with the low end of the voltage and set it to 2v even and with a full charge it still shut off. 09.13.49 # and so with shortening battery life, i switched to the other set 09.13.56 # the recorder thought it had no power 09.14.02 # heh.. 09.14.05 # and even with that it still doesn't get over 5.4v 09.14.13 # * thu wants a better radio for the recorder fm 09.14.18 # PsycoXul: 2100mah batteries is what it's all about 09.14.24 # heh 09.14.26 # thu: my radio works great 09.14.33 # mine sucks 09.14.35 # thu: whats wrong with the radio? 09.14.40 # compared with a real one with an antenna 09.14.46 # maybe reception sucks in your area 09.14.46 # heh 09.14.59 # yeah.. reception is not that good 09.15.08 # why don't they make antenna's with more surface area 09.15.25 # but my car radio and all the others I use don't have a problem with it 09.15.36 # Car radios use a bit larger antenna :) 09.15.44 # heh 09.15.51 # that's a good idea for an archos hack 09.15.55 # add a car antenna :P 09.15.57 # haha 09.16.18 # it kinda makes no sense to be able to record off a bad sound source 09.16.22 Join ken0 [0] (marklar2@80.178.34.60) 09.16.22 # just mount bunnyears to your headphones 09.16.38 # oh and my archos is shedding 09.16.42 # and wire an antenna jack 09.16.47 # the paint on the back is peeling off 09.16.52 # i guess it's because of the heat 09.16.53 # yeah mine too 09.17.00 # mine's just gotten scratched off 09.17.16 # i actualy like the look of the brushed aluminum underneath better than the silly silver paint 09.17.19 # their firmware is pretty me-resistant though 09.17.24 # i just wish the front and buttons were aluminum too 09.17.26 # I've only been able to get it stuck a few times 09.17.49 # plastic sucks :/ 09.17.56 # i like the peak meters during playback... can we get that on the recorder? 09.18.13 # hmm 09.18.24 # we don't have it already? i thought we did 09.18.31 # i haven't seen how to get peak meters on rockbox... it has it for recording 09.18.45 # it's a custom WPS flag thing isn't it? 09.18.45 # heh 09.18.49 # does rockbox handle recording ok? 09.18.50 # is it? 09.18.57 # thu: handles it great 09.19.00 # cool 09.19.08 # can't wait for rockbox for the fm 09.19.18 # yeah 09.19.19 # heh 09.19.23 # lets see 09.19.34 # PsycoXul: you heard of the band t.A.T.u. ? They do that new dance song "All the things she said" 09.19.38 # * thu is away: zZz 09.19.48 # I like Nas ne dagoniat better 09.19.59 # it is very good also 09.20.05 # it'll take 5 DVD-R's to back up 09.20.07 # or 30 minutes 09.20.24 # it's interesting to see a russian dance music lesbian couple become that famous that quickly in the states 09.20.39 # The whole album is good 09.20.40 # I don't give a damn about them girls 09.20.41 # MeRWiN: i never heard them that i know of, but i saw a dir of pics titled tatu on a site i was at 09.20.46 # they're only cute 09.20.56 # but the music sounds good at certain times 09.21.04 # i like the music 09.21.07 # yeah 09.21.11 # The girls are an added bonus for me 09.21.16 # heh 09.21.23 # I actually took the time to translate nas ne dagoniat using babelfish :P 09.21.25 # PsycoXul: there's a lot of added lesbian kissing in the video 09.21.34 # bbiab bathroom 09.21.36 # MeRWiN: cool 09.21.40 # I like the video for nas ne dagoniat 09.21.43 # Not gonna get us 09.21.44 # see these chicks know what americans like 09.21.45 # did they play it in the states? 09.21.59 # thu: i downloaded it 09.22.05 # I don't mean just the title.. I mean the whole song 09.22.12 # i'm not suprised they became so popular if they're good looking and kissing in videos 09.22.15 # :p 09.22.19 # I forgot most of it though.. 09.22.29 # they're popular everywhere they're played 09.22.35 # they make good radio music 09.22.40 # heh 09.22.57 # speaking of such things 09.23.16 # PsycoXul: one of the songs is called "Malchik Gay", which sounds vaugely familiar to the phrase "My Chick's Gay" :-) 09.23.17 # if anybody knows a good source of high-quality royalty-free wavetable synth samples of various stuff i'd like to know 09.23.55 # PsycoXul: hmmm... i don't do much synth 09.24.01 Join ken0_ [0] (marklar2@80.178.34.63) 09.24.24 Quit ken0 (Read error: 104 (Connection reset by peer)) 09.26.39 # oh shit... 09.26.39 # heh 09.26.41 Quit ken0_ (Read error: 104 (Connection reset by peer)) 09.26.45 # i already had 1 pic of them i didn't even know it 09.26.56 # a b&w pic of them laying down kissing 09.27.10 # i've used it as the bg on my pda 09.27.11 # heh 09.27.12 Join ken0_ [0] (marklar2@80.178.34.63) 09.27.19 # haha 09.28.02 # ok now i'm really going to the bathroom :p 09.28.17 # have fun 09.28.44 # I just got things she said 09.28.48 # never heard it bfore 09.30.55 Join ken0 [0] (marklar2@80.178.34.87) 09.39.32 Join ken0__ [0] (marklar2@80.178.34.36) 09.40.58 Quit ken0_ (Read error: 104 (Connection reset by peer)) 09.41.21 Join imagine [0] (imagine@rakis.net) 09.42.17 # heh 09.42.44 Quit ken0 (Read error: 54 (Connection reset by peer)) 09.45.58 Join ken0 [0] (marklar2@80.178.35.147) 09.45.58 Quit ken0__ (Read error: 54 (Connection reset by peer)) 09.51.23 Join ken0_ [0] (marklar2@80.178.35.157) 09.51.23 Quit ken0 (Read error: 54 (Connection reset by peer)) 09.55.23 Quit ken0_ (Read error: 54 (Connection reset by peer)) 09.55.59 Join ken0_ [0] (marklar2@80.178.35.157) 10.02.40 Join s0be [0] (~s0be@163.118.102.32) 10.02.40 Quit ken0_ (Read error: 104 (Connection reset by peer)) 10.03.28 Join ken0_ [0] (marklar2@80.178.33.60) 10.03.50 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 10.07.35 Join Phantom [0] (JP@ASte-Genev-Bois-109-1-4-101.abo.wanadoo.fr) 10.07.35 Quit ken0_ (Read error: 104 (Connection reset by peer)) 10.07.38 # Hi 10.07.55 # is it possible to fit text file to the screen 10.08.08 # as with the original firmware 10.10.12 # ? 10.10.17 # nobody here ? 10.10.18 Join ken0_ [0] (marklar2@80.178.34.142) 10.12.56 # yes, you can i believe... on the recorder. not sure on the player 10.14.45 # Wand ... how ? 10.14.46 Quit ken0_ (Read error: 104 (Connection reset by peer)) 10.15.09 Join ken0_ [0] (marklar2@80.178.34.142) 10.15.46 Quit schmoe (Remote closed the connection) 10.17.54 Join ken0 [0] (marklar2@80.178.34.228) 10.18.30 Quit ken0_ (Read error: 104 (Connection reset by peer)) 10.19.44 Quit imagine (Read error: 110 (Connection timed out)) 10.23.38 *** Saving seen data "./dancer.seen" 10.24.17 Quit Phantom ("Fermeture du client") 10.24.49 Quit MeRWiN () 10.28.57 Quit ken0 (Read error: 104 (Connection reset by peer)) 11.11.47 Quit s0be (Read error: 113 (No route to host)) 11.11.47 Quit Nibbler (Read error: 54 (Connection reset by peer)) 11.16.09 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 11.16.45 # . 11.49.10 Join _aLF [0] (~Alexandre@AGrenoble-102-1-3-219.abo.wanadoo.fr) 11.49.11 Quit Nibbler (Read error: 54 (Connection reset by peer)) 11.49.13 # <_aLF> hi 12.00.34 Quit _aLF (Read error: 104 (Connection reset by peer)) 12.17.53 Join imagine [0] (imagine@rakis.net) 12.23.42 *** Saving seen data "./dancer.seen" 12.24.14 Join edx [0] (edx@pD9EAB431.dip.t-dialin.net) 13.16.59 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 13.20.45 Join electronaut [0] (peronischo@p50840B96.dip.t-dialin.net) 13.25.50 # hi 13.26.13 # can someone help me compiling the firmware? 13.28.56 # I get this error: 13.29.05 # language.c: In function `lang_load': 13.29.06 # language.c:49: `LANG_LAST_INDEX_IN_ARRAY' undeclared (first use in this function) 13.29.40 # search on google got me to a irc-log with this info: 13.30.25 # LANG_LAST_INDEX_IN_ARRAY <-- where is that defined? 13.30.25 # lang.h 13.30.25 # generated by genlang 13.30.25 DBUG Enqueued KICK electronaut 13.30.25 # aha... 13.30.25 # you are calling genlang, right? 13.30.25 *** Alert Mode level 1 13.30.25 # sure 13.30.27 # running 13.30.29 # but maybe i have not updated tools 13.30.31 # ah 13.30.33 # works 13.30.35 # but I don't get it... 13.40.26 *** Alert Mode OFF 13.43.27 Quit electronaut (leguin.freenode.net irc.freenode.net) 13.43.27 NSplit leguin.freenode.net irc.freenode.net 13.43.27 Quit MT (leguin.freenode.net irc.freenode.net) 13.43.27 Quit elinenbe (leguin.freenode.net irc.freenode.net) 13.44.06 Nick ricII|Sleep is now known as ricII (~ricv@debianalpha.xs4all.nl) 13.51.33 NHeal leguin.freenode.net irc.freenode.net 13.51.33 NJoin MT [0] (mt@fido.impulsed.net) 13.56.03 NJoin electronaut [0] (peronischo@p50840B96.dip.t-dialin.net) 14.05.37 # I've added LANG_SOUND_SETTINGS, 14.05.37 # LANG_GENERAL_SETTINGS, 14.05.37 # LANG_GAMES, 14.05.37 # LANG_DEMOS, 14.05.37 # LANG_INFO, 14.05.37 Quit electronaut (Excess Flood) 14.13.02 Quit adi|work (Read error: 110 (Connection timed out)) 14.23.43 *** Saving seen data "./dancer.seen" 14.25.12 Join Ben [0] (~benallfre@ip68-6-64-114.sb.sd.cox.net) 14.25.54 # hello 14.31.19 # ? 14.39.36 Quit Ben () 14.40.13 Join Chase [0] (~private@ip68-6-64-114.sb.sd.cox.net) 14.41.01 Part Chase 14.46.54 Join seb-sleep [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 14.57.53 Join Longshot [0] (~benallfre@ip68-6-64-114.sb.sd.cox.net) 14.57.56 # hello 15.17.08 Quit Nibbler (Read error: 104 (Connection reset by peer)) 15.22.57 Part Longshot 15.35.35 Quit edx (Read error: 104 (Connection reset by peer)) 15.39.29 Join Longshot [0] (~benallfre@ip68-6-64-114.sb.sd.cox.net) 15.39.53 # hello? 15.44.13 Join Kaiser [0] (jirc@host217-44-224-160.range217-44.btcentralplus.com) 15.44.22 # anyone here? 15.44.44 # i am 15.44.59 # any rockbox developers here? 15.45.22 # i don't think so.. i was just trying to see if anyone here knew about a project for the multimedia player 15.45.41 # At the moment, i'm torn between the FM Recorder and the normal Recorder 15.46.24 # i was wondering how long until they can get rockbox onto the fm recorder 15.46.24 # is there a quality difference? otherwise i'd go FM 15.46.36 # ohh 15.46.46 # well, rockbox aint working on the fm yetr 15.47.04 # other than that, theyre pretty much the same aside from the radio 15.48.05 # ill get the FM if theyre working on rockbox for it, but there doesnt seem to have been any updates for months on the website 15.51.10 # lots of cvs activity 15.51.20 # cvs? 15.51.26 # source code 15.51.30 # aha 15.51.41 # so theyre still working on an fm version? 15.51.46 # cvs = "Concurrent Versions System" 15.51.52 # i'm looking for you now 15.52.00 # thanks =] 15.52.22 # i was thinking that it was possible to search the irc logs 15.52.34 # i did a bit of that earlier 15.52.45 # yeah no easy way 15.53.19 # lol, go to the 'todays log' link, and see our conversation =] 15.53.45 # :) 15.53.56 # http://rockbox.haxx.se/irc/rockbox-20030107.txt search for 'fm recorder' 15.54.37 Join GreyShadow [0] (Snak@adsl-209-204-188-244.sonic.net) 15.54.47 # hi grey 15.54.54 # aha 15.55.11 # yeah K, same conversation :) 15.55.17 # as we are having now 15.56.09 # i have the multimedia player, so i need to find a rockbox-like project 15.56.50 # i presume itll be a looooong time before anyone could make a new firmware for the multimedia one 15.57.26 # the hardest part is getting the hardware specs together 15.58.34 # theres way more potential problems when it comes to something as complicated as the multimedia 15.58.53 # i was reading about how rockbox developers have given up on crossfading 16.00.23 # and what is crossfading, pray? 16.00.31 # it that when a song fades out into a new one? 16.00.36 # yeah 16.00.46 # why did they give up? 16.01.06 # i bet there is no mixer hardware to mix audio streams together 16.01.14 # oh yeah 16.01.18 # u need two thingies dont you 16.01.27 # they say they can only play mp3 output 16.01.41 # that tells me that the mp3 decoder is probably hard-wired to the audio output 16.01.53 # oh well, you win some, you lose some. i just need to know that theyre still working twoards an fm version, and ill get it 16.02.08 # their faq didnt say? 16.03.31 # not really 16.03.36 # its a bit out of date 16.04.10 # oh faq #67: 16.04.16 # so what do oyu use your multimedia jukebox for then? 16.04.59 # yeah, i saw that...but some irc conversations seem to suggest otherwise 16.05.09 # hmm 16.11.19 # oh well, i gotta go 16.11.58 # k 16.12.49 # bye bye 16.12.53 Quit Kaiser ("Leaving") 16.23.47 *** Saving seen data "./dancer.seen" 16.31.34 Join Lear [0] (~chatzilla@h181n1fls302o1003.telia.com) 16.36.48 Nick seb-sleep is now known as _seb_ (Sean@bgp420584bgs.union01.nj.comcast.net) 16.42.21 Quit Jet8810 ("Client Exiting") 16.58.11 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 16.58.38 Join elinenbe_ [0] (~chatzilla@user-0cev121.cable.mindspring.com) 16.58.48 Quit elinenbe_ (Client Quit) 16.58.54 Join Jet8810 [0] (~Josh@adsl-34-20-70.mia.bellsouth.net) 17.01.11 Quit Jet8810 (Client Quit) 17.06.36 Join Jet8810 [0] (~Josh@adsl-34-20-70.mia.bellsouth.net) 17.17.25 Join elinenbe_ [0] (~chatzilla@user-0cev121.cable.mindspring.com) 17.17.25 Quit Lear (Read error: 104 (Connection reset by peer)) 17.18.56 Join elinenbe__ [0] (~chatzilla@user-0cev121.cable.mindspring.com) 17.18.56 Quit elinenbe_ (Remote closed the connection) 17.22.31 Join s0be [0] (~s0be@163.118.102.32) 17.26.04 Quit elinenbe__ ("ChatZilla 0.8.11 [Mozilla rv:1.2.1/20021130]") 17.50.30 Join NibbIer [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 17.50.30 Quit Nibbler (Read error: 104 (Connection reset by peer)) 18.23.49 *** Saving seen data "./dancer.seen" 18.26.39 Join edx [0] (edx@pD9EAB431.dip.t-dialin.net) 18.26.40 Quit NibbIer (Read error: 104 (Connection reset by peer)) 18.41.55 Nick edx is now known as edx`afk (edx@pD9EAB431.dip.t-dialin.net) 18.41.55 Quit GreyShadow (Read error: 104 (Connection reset by peer)) 18.51.02 Quit Jet8810 ("Client Exiting") 18.51.10 Join Jet8810 [0] (~Josh@adsl-34-20-70.mia.bellsouth.net) 19.09.08 Quit _seb_ (leguin.freenode.net irc.freenode.net) 19.09.08 NSplit leguin.freenode.net irc.freenode.net 19.09.50 NHeal leguin.freenode.net irc.freenode.net 19.09.50 NJoin _seb_ [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 19.09.52 # does anybody here use Opera? 19.19.36 Quit _seb_ (Connection reset by peer) 19.19.36 Join _seb_ [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 19.26.11 Join gissehel [0] (gissehel@AFontenayssB-105-1-5-205.abo.wanadoo.fr) 19.28.43 Quit _seb_ ("Who knows what tomorrow will bring... maybe sunshine, maybe rain. But as for me I'll wait and see.") 19.42.30 Join Mine78 [0] (Pozzolo@62.211.160.253) 19.42.37 # hello everybody 19.42.52 # can I know how to select WHOLE HARD DISK to play random songs ? 19.43.44 # Mine78: use a .m3u 19.44.20 # in the Daily builds had been written that this option is now GREEN (available) 19.44.23 # am I wrong ? 19.44.53 # don't known, have to check ... 19.47.21 # can't find such a thing in the changelogs.. 19.49.24 # Mine78: it would require a rewrite of the playlist code, which happens to be what I'm doing here :( 19.49.31 Quit Jet8810 ("Client Exiting") 19.49.37 Join Jet8810 [0] (~Josh@adsl-34-20-70.mia.bellsouth.net) 19.50.08 # I hope u will solve it !!!!!!!! 19.50.28 # it will be a cool feature 19.50.46 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 19.52.13 Quit Mine78 ("Shokowahhhhh dwahhhnowan!!") 19.52.35 # actually I doing some thing else, but I will pave the road for features like such 20.01.07 Join ken0 [0] (marklar2@80.178.35.187) 20.01.39 # ej ric 20.01.55 # hi 20.02.13 Quit ken0 (Read error: 104 (Connection reset by peer)) 20.02.26 # webmind: new hd working ok ? 20.04.20 # can anyone give me a lead howto handle merge conficts best? (never realy used cvs before) 20.04.35 # havent really tested it yet 20.15.52 Join _seb_ [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 20.18.51 # damn the mysql worm 20.19.29 Quit _seb_ (leguin.freenode.net irc.freenode.net) 20.19.29 NSplit leguin.freenode.net irc.freenode.net 20.21.17 Join Mine78 [0] (Pozzolo@host253-160.pool62211.interbusiness.it) 20.21.21 Part Mine78 20.23.50 *** Saving seen data "./dancer.seen" 20.26.21 Join ken0 [0] (marklar2@80.178.35.115) 20.30.50 Join void [0] (void@epicsol.org) 20.43.16 Nick void is now known as void_ (void@epicsol.org) 20.49.36 Join adi|work [0] (~adiamas@dogwood.vport.net) 21.01.13 Quit ken0 ("zZz") 21.02.26 NHeal (timeout) leguin.freenode.net irc.freenode.net 21.14.08 Join _seb_ [0] (Sean@bgp420584bgs.union01.nj.comcast.net) 21.14.28 Join diddystar5 [0] (LeePilgrim@ACC38B48.ipt.aol.com) 21.14.38 Quit diddystar5 (Client Quit) 21.15.20 Join MeRWiN [0] (~merwin@12-208-140-24.client.attbi.com) 21.50.54 Quit Nibbler (Read error: 104 (Connection reset by peer)) 22.01.50 Quit mecraw ("Trillian (http://www.ceruleanstudios.com)") 22.23.54 *** Saving seen data "./dancer.seen" 22.29.41 Join DcT|Krosoft [0] (~speed-up@AReims-105-1-3-137.abo.wanadoo.fr) 22.29.47 # Hello ! 22.30.18 # Are you there or am I talking to bots ? 22.31.10 # Would be about the FM Recorder support ... does real hardware support the latest CVS-built rom ? 22.32.09 # Because mine absolutely doesn't : it goes down after showing the RockBox logo for a quarter of a sec ... 22.34.22 # I'm reading the IRC logs for now, I think I'll have to recompile my own rom with special voltage values ;) 22.44.53 Join matsl [0] (~matsl@as13-4-5.mal.s.bonet.se) 22.44.59 Quit Jet8810 ("Client Exiting") 22.48.14 # DcT|Krosoft: actually, modifying the voltage values doesn't work at the moment... not for me at least. 22.48.33 # DcT|Krosoft: if it's plugged into power then it works :-) 22.49.54 # What do you mean by "if it's plugged unto power" ? 22.50.21 # If it's really plugged, I can't boot it ?!? 22.50.47 # 2secs, I'll give it a try ... hope it wasn't a sad joke :D 22.51.34 Part Longshot 22.52.40 # Can't we just desactivate the voltage control ?. 22.53.48 # How did you reached the RockBox rom while charging ? 22.58.11 Quit DcT|Krosoft ("Salut à tous !") 23.05.48 Quit gissehel (Read error: 110 (Connection timed out)) 23.09.03 Join gissehel [0] (gissehel@AFontenayssB-105-1-4-43.abo.wanadoo.fr) 23.11.40 Join thu_ [0] (~thu@h24-78-136-7.vc.shawcable.net) 23.15.32 Join Nibbler [0] (~Nibbler@port-212-202-193-181.reverse.qdsl-home.de) 23.27.55 Quit thu (Read error: 110 (Connection timed out)) 23.40.41 Join mecraw [0] (~mecraw@dnvrapanas10poola129.dnvr.uswest.net) 23.44.40 Join Trancer [0] (jirc@host217-39-91-152.in-addr.btopenworld.com) 23.45.20 # hi all 23.46.23 Join astrashe [0] (~alex@lnk-24-208-95-207.neb.rr.com) 23.46.54 # I have a question that I don't think is in the faq. Can I ask it? 23.48.49 # It doesn't look like anyone's awake, but I'll ask anyway. I installed rockbox for the first time, and when I booted my screen was very dark. I could barely see some text, but it was completely unusable. Is there a solution to this problem? 23.49.16 # change the contrast 23.49.23 # How do you do that? 23.49.37 # it's in the display settings in rockbox 23.50.00 # Don't you need to see the screen to use those? 23.50.07 # you can't see ANYTHING? 23.50.15 # nope... I had to uninstall it 23.50.33 # it's just too dark? 23.50.37 # do you have a player or recorder 23.50.50 # It's dark... I have a recorder 23.50.58 # jukebox recorder 20 23.51.47 # hmm.. lemme think a sec 23.52.23 # i *think* these are the keypresses you need to make once you boot it up with rockbox 23.52.24 # thanks 23.52.49 # F1 (the left of the 3 buttons above the main controls) 23.52.55 # that gets you into the menus 23.53.01 # yeah its weird.. its like the default contrast setting is up way too high 23.53.01 # ok 23.53.17 # then the down arrow, then the right arrow. This takes you into General Settings 23.53.48 # then the down arrow twice, then the right arrow. This takes you into display settings 23.54.10 # then the down arrow three times, then the right arrow. This takes you into contrast 23.54.16 # then just press down until you can see things again 23.54.26 # ok, I'll try that 23.54.50 # I can't personally verify that, but it should work :-) 23.55.06 # i'm double checking right now 23.55.40 # how does they archos firmware solve this contrast settings issue? 23.55.54 # probably a matrix of hardware types 23.56.12 # I'm dl'ing then installing rockbox... I'll be a minute or two 23.56.34 # k 23.56.59 # astrashe: I just checked the source code, that should work. 23.58.17 # cause rockbox default must be sane for some people, here usefullness ranges from 15-35 23.58.31 # it worked! 23.58.34 # thanks