--- Log for 21.07.102 Server: lerouge.openprojects.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16p1 Started: 1 day and 9 hours ago 00.05.47 Join Linus [0] (~linus@labb.contactor.se) 00.06.11 # HELO 00.07.46 Join g003y [0] (~foo@m198-187.dsl.rawbw.com) 00.07.52 # hi 00.08.00 # heya 00.08.09 # quiet today? 00.08.41 # yup, i just came here 00.08.46 # hmmm... 00.09.05 # so I've been having playlist problems with the relative playlist patch that was added 00.09.59 # ok, what problems? 00.10.13 # well I've been able to debug this far.... 00.10.47 # my playlists are absolute like so.... 00.10.58 # d0h 00.11.07 # "/blah/foo/bar.mp3" 00.11.14 # without the quotes obviously 00.11.41 # anyway for some reason the code is seeing this as a "relative" rather than an absolute path on my jukebox 6000 player 00.12.17 # I have verified that when playlist_next returns it dumps into this hunk of code to build to return the filename for mpeg_play 00.12.19 # snprintf(now_playing, MAX_PATH+1, "%s/%s", dirname, buf); 00.12.19 # return now_playing; 00.12.19 # 00.12.54 # you following me? 00.12.59 # i think so 00.13.06 # BRB... 00.13.09 # ok 00.14.07 # I was talking with zagor a few days ago, and he couldn't see anything wrong with my playlists. I've even reverted back to the pre-relative playlist patch and my lists work just fine. 00.14.37 # ok 00.14.40 # I've done some diffs and there are some differences in the string processing. 00.15.14 # if file writing was stable, then this would be easier to debug :D 00.15.57 # anyway I've just been "patching" the code by hand so that I can at least run a compile of rockbox. But i think some sort of fix is in order. 00.16.28 # the one thing I haven't tried is building a list with dos style drive letters in them. 00.17.28 # i am testing right now... 00.17.52 # nobody else has complained so far. Just me. 00.18.17 # I've even deleted and completely resync'd my tree 00.18.23 # BRB... 00.29.56 # loading into the debugger... 00.30.11 # cool.... 00.30.29 # wish I had the debugger, but I'm too hardware shy to pull it off. 00.30.35 # it's really nice to be able to run gdb... 00.30.58 # yeah it must be. can see the stack and vars as they run. 00.31.10 # makes it much easier than trying to just printf it on the screen :D 00.32.56 # hmmm...worked perfectly... 00.33.20 # like I said nobody else is having this prob 00.33.23 # i'll add one llevel to the dir structure 00.33.34 # but I've only talked to ppl with recorders 00.33.39 # one guy has a studio 00.33.41 # 20 00.34.20 # how does your playlist look that works perfectly? 00.35.02 # and so on 00.35.19 # /Queen/Queen - blabla.mp3 00.35.24 # hmmmm 00.35.32 # well crap 00.35.40 # I'll have to dig some more 00.36.30 # oh wait 00.36.34 # try a list like this 00.36.39 # \blah\foo\bar.mp3 00.36.45 # ok 00.36.48 # I bet that is the problem 00.36.58 # I just looked at my list and I've got that style in there 00.38.08 # yup that appears to be it 00.38.21 # the / -> \ translation appears to be broke 00.38.42 # I can always just switch my playlist scripts to gen it with / instead of \ 00.39.16 # trying now... 00.39.21 # dang why didn't I think to try the slash. I guess talking it over with some else helps. 00.39.44 # but it is supoosed to work with backslash as well... 00.39.53 # it did before this patch 00.39.56 # at least for me 00.40.27 # I just switched my slashes in my test playlist and it works now. 00.40.49 # and i managed to make it fail with backslashes 00.41.00 # I think we have an official bug then eh? 00.41.11 # :-) 00.41.17 # I'm only slightly crazy :D 00.42.12 # for ( i=1; i if ( buf[i] == '\\' ) 00.42.13 # buf[i] = '/'; 00.42.22 # why does it start at 1 rather than 0? 00.42.30 # yeah, why does it skip the first one...? 00.42.40 # if('/' == buf[0]) { 00.42.40 # strcpy(now_playing, &buf[0]); 00.42.40 # return now_playing; 00.42.40 DBUG Enqueued KICK g003y 00.42.40 # } 00.42.40 # 00.42.48 # yet it gets compared at 0 00.42.57 # that seems like a problem to me 00.43.44 # everyone probably thought I needed a straight jacket yesterday and the other day 00.44.26 # testing the fix... 00.44.58 # cool maybe now I can get back to ripping my hair out over the wps rather than this :D 00.45.25 # and i found a bad bug while looking for your bug... 00.45.33 # in the mpeg playing code 00.45.37 # ohhh...cool 00.45.46 # we are buggin out here :D 00.46.11 # there have been lots of changes recently so it's to be expected. 00.46.23 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 00.46.23 # * g003y gets out can of Raid. 00.47.02 # so I see the Recorder ppl get battery life display. Does that actually work for the player as well? 00.47.25 # i have a nice patch coming that adds it all to the Player 00.47.39 # battery, volume, play, pause... 00.47.40 # nice.. you rock the hardware 00.47.53 # but not for the recorder 00.47.55 # yet 00.48.04 # finally going to see all those icons that have been silent 00.48.42 *** Saving seen data "./dancer.seen" 00.49.36 # path fix committed 00.49.42 # w00t! 00.49.45 # thanks for the report 00.50.04 # hm 00.50.11 # no prob... Thanks for debugging :D 00.50.12 # so i thought batteries didn't charge with rockbox? 00.50.29 # they don't on the recorder 00.50.33 # ah ok 00.51.51 # the charging is software controlled on the recorder 00.52.04 # so what is the mpeg_play bug you found linus? 00.52.12 Nick edx is now known as edx|sleep (OKE60@pD9EA9727.dip.t-dialin.net) 00.52.14 # i don't know yet 00.52.18 # oh heh :D 00.52.18 # a major crash! 00.52.29 # maybe that is what ppl were describing on the list 00.52.57 # well i didn't notice any big difference in the stuff you did yesterday... everything plays fine 00.53.14 # except when i put it into shuffle mode it played like 1 or 2 songs and came up with some error 00.54.22 # like "tick_add_task()..."? 00.54.57 # linus: Fixe verified on my end. 00.55.09 # i don't remember what the error was exactly, but it took both lines and the red light blinked, and it had an I somewhere and i think CPU somewhere and 09 somewhere.. heh 00.55.50 # we need rockbox dumps :) 00.56.39 # gotta boogey... bbq to attend. It's a nice day Northern Cali :) 00.56.43 # you guys take care. 00.56.47 # cu! 00.56.49 # thanks again linus. 00.56.58 # you're welcoe 00.57.12 Part g003y 00.59.29 # PsycoXul: can you play playlists at all? 01.01.27 # ok, i have to go now. cu! 01.09.00 Part Linus 01.09.12 Join aakil [0] (~anon007@adsl-63-195-51-251.dsl.snfc21.pacbell.net) 02.48.44 *** Saving seen data "./dancer.seen" 03.20.53 Nick fragglet is now known as flarbidonbisland (~fraggle@pc1-guil4-0-cust151.gfd.cable.ntl.com) 03.23.30 Nick flarbidonbisland is now known as ondimorginaboldi (~fraggle@pc1-guil4-0-cust151.gfd.cable.ntl.com) 03.38.48 Quit aakil (Read error: 110 (Connection timed out)) 04.48.47 *** Saving seen data "./dancer.seen" 06.08.56 Nick ondimorginaboldi is now known as nordiflalbinondi (~fraggle@pc1-guil4-0-cust151.gfd.cable.ntl.com) 06.48.48 *** No seen item changed, no save performed. 07.17.39 Join aakil [0] (~anon007@adsl-63-195-51-251.dsl.snfc21.pacbell.net) 07.28.34 Join g003y [0] (~foo@m198-187.dsl.rawbw.com) 07.46.19 Quit aakil (Read error: 110 (Connection timed out)) 08.04.39 # exit 08.04.42 Part g003y 08.47.32 Quit Tumm (lerouge.openprojects.net irc.openprojects.net) 08.47.32 NSplit lerouge.openprojects.net irc.openprojects.net 08.47.32 Quit PsycoXul (lerouge.openprojects.net irc.openprojects.net) 08.48.49 *** Saving seen data "./dancer.seen" 08.58.36 Nick edx|sleep is now known as edx|breakfast (OKE60@pD9EA9727.dip.t-dialin.net) 09.25.42 NHeal (timeout) lerouge.openprojects.net irc.openprojects.net 09.45.17 Quit edx|breakfast (lerouge.openprojects.net irc.openprojects.net) 09.45.17 NSplit lerouge.openprojects.net irc.openprojects.net 09.45.17 Quit nordiflalbinondi (lerouge.openprojects.net irc.openprojects.net) 09.45.17 Quit NiarkY (lerouge.openprojects.net irc.openprojects.net) 09.45.17 Quit dwihno|gone0r (lerouge.openprojects.net irc.openprojects.net) 09.45.33 NHeal lerouge.openprojects.net irc.openprojects.net 09.45.33 NJoin edx|breakfast [0] (OKE60@pD9EA9727.dip.t-dialin.net) 09.45.33 NJoin nordiflalbinondi [0] (~fraggle@pc1-guil4-0-cust151.gfd.cable.ntl.com) 09.45.33 NJoin NiarkY [0] (~NiarkY@213.41.98.83) 09.45.33 NJoin dwihno|gone0r [0] (dwihno@193.180.246.67) 10.48.50 *** Saving seen data "./dancer.seen" 11.55.50 Join Tumm [0] (coyote@212.85.67.96) 12.03.09 Join PsycoXul [0] (psyco@63.205.40.178) 12.07.33 Quit nordiflalbinondi (Read error: 104 (Connection reset by peer)) 12.48.51 *** Saving seen data "./dancer.seen" 14.06.32 Join Lovechild [0] (~david@pc193015.stofanet.dk) 14.44.42 Quit Lovechild ("using sirc version 2.211+KSIRC/1.2.1") 14.47.41 Join ironi_ [0] (~ironi@80.88.116.93) 14.47.45 # hi ppl 14.47.56 # im abroad and i forgot my charger for my 6000 14.48.01 # what can i do? 14.48.15 # can i put standard alkaline batteries in it? 14.48.53 *** Saving seen data "./dancer.seen" 14.49.57 # anyone here? :( 14.50.21 # no, don't but alkaline batteries in it 14.50.27 # your options are: 14.50.39 # 1) buy an external charger for the batteries 14.50.52 # get a new 9v 699 mA charger, or ext. charger 14.50.53 # 2) buy a roughly similar charger that plugs into the archos 14.51.02 # 9v 600 mA 14.51.07 # well 14.51.07 # that skinda standard isnt it 14.51.18 # I have the "travel charger" from archos 14.51.30 # and that's 12v and 1.5A or something huge like that 14.51.36 # i use a 9v 600mA in sweden that i bought from a store, since the original one was for US 14.51.51 # Hadaka_: well the original one is just 9v 600mA 14.51.57 # so you are relatively safe buying anything between 9v and 12v 14.52.13 # ok 14.52.18 # Well I got a travel charger _with the archos unit_ - that is, directly from archos, recommended for the device 14.52.21 # but minimum 600 mA i guess 14.52.29 # and that was indeed 12v 14.52.40 # yah but the ordinary charger with the player is 9v 600mA 14.52.51 # yeah, I know, I have that one as well 14.52.53 # strange o i can plug in anything that is at least 9v 14.53.47 # something like that 14.54.04 # i have a nicd charger but i guess that woundlnt be recommended 14.54.05 # uless i can get 4 nicd batteries 14.55.09 # well, nicd batteries would work, if they are 1.2V 14.55.51 # ok 14.55.58 # well thanks for your help 14.56.11 # im on dialup here so i better get going, its 37 C outside 14.56.18 # gotta go get a tan 14.56.42 # haha, have fun 14.57.44 # thx bye 14.57.46 Part ironi_ 15.29.45 Join aakil [0] (~anon007@adsl-63-195-51-251.dsl.snfc21.pacbell.net) 16.48.56 *** Saving seen data "./dancer.seen" 18.49.00 *** No seen item changed, no save performed. 20.12.17 Nick edx|breakfast is now known as edx|dinner (OKE60@pD9EA9727.dip.t-dialin.net) 20.21.54 Join Evil_Mind [0] (~StealthWa@212.199.35.4) 20.22.15 # someone here? 20.28.37 Nick Hadaka_ is now known as Hadaka (naked@graywolf.onnanifujiyuu.org) 20.31.57 Quit aakil (Read error: 110 (Connection timed out)) 20.32.14 Quit Evil_Mind ("Live the rest, die like the best §TEÅLTH WÅR §©®|PT B¥ NIGHTWOLF") 20.49.01 *** Saving seen data "./dancer.seen" 21.18.32 Quit edx|dinner (Read error: 110 (Connection timed out)) 21.39.10 Join g003y [0] (~foo@m198-187.dsl.rawbw.com) 21.49.50 Quit g003y ("Trillian (http://www.ceruleanstudios.com)") 21.55.14 Join aakil [0] (~anon007@63.195.51.251) 22.49.05 *** Saving seen data "./dancer.seen" 22.56.52 Join edx|dinner [0] (OKE60@pD9EAAD73.dip.t-dialin.net) 22.57.08 Join Rom1`Away [0] (~Ice@172.181.186.206) 22.57.11 # hello 22.58.41 Nick Rom1`Away is now known as Rom1 (~Ice@172.181.186.206) 22.59.00 # i just own back my jukebox 6k 23.00.51 # is there funny things to do with it ? 23.04.25 Quit elinenbe (Read error: 104 (Connection reset by peer)) 23.14.55 Quit aakil (Read error: 110 (Connection timed out)) 23.16.24 # Hmm, it seems I got bass boost working. 23.16.48 # the hardware modification bass boost ? 23.17.04 # Not that my Koss sportapro's would need that, but just for completeness 8-) 23.17.22 # Nope, the 'Micronas Dynamic Bass Boost' on the codec chip. 23.17.32 # ??? 23.17.35 # what ? 23.17.41 # a software bass boost ? 23.17.49 # that you add into the archos ? 23.18.19 # It's a standard feature, at least on the Recorder 20 i have 23.18.40 # euh ... 23.18.50 # menu, sounds, bass 23.18.51 # ? 23.19.03 # like detailled in the documentation 23.19.13 # implemented in the DSP code on the MPEG encoder/decoder chip 23.19.53 # On the standard software it's in menu, sound, right there with volume/bass/treble/loudness/bass boost 23.20.11 # ok 23.20.29 # and where's yours ? 23.20.43 # The same place 23.21.01 # so what's amazing ? 23.21.02 # <Hes> Hmm, it seems I got bass boost working. 23.21.10 # there is a bass boost function 23.21.13 # it works 23.21.16 # normal ... 23.22.56 # I just implemented it in rockbox, which is new. 23.23.05 # oh ok 23.23.26 # i didn't understand you wre talking about rockbox 23.23.34 # Hey, this is #rockbox 8-) 23.23.47 # i was talking about the official firmware 23.23.55 # Oh. 23.23.58 # sorry ;) 23.24.13 # sorry for my bad english 23.24.17 # too 23.26.30 # It's allright 23.26.38 # not bad at all. 23.27.12 # thanks 23.27.17 # i'm french 23.27.29 # (uh, what's this strange animal ?) 23.29.03 # you're in the developpement team of the rockbox ? 23.30.30 # or you just programmed this bassboost for your own ? 23.30.48 # or you just programmed this bassboost for yourself ? 23.30.58 # (it sounds better ;) 23.31.39 # I'll submit a patch to the core developer team, they'll probably incorporate it in rockbox. 23.32.00 # Did some work on settings saving/restoring earlier, it works on the Recorder now. 23.33.25 # ok 23.34.58 # good job so :) 23.35.17 # is there a method to dump the firmware that is into the rom chip ? 23.35.38 # because i got the 5.08 firmware into my jukebox 6000 23.35.59 # and the archos' website got the 5.07 23.36.23 # i want to send my firmware to a friend 23.36.49 # Not that I know of. At least no easy way. 23.36.58 # ok 23.37.11 # It should be technically possible to write code to do that. 23.37.21 # doesn't matter, it is not an important thing 23.37.34 # and i suppose the 5.07 an 5.08 should be quite similar 23.37.53 # -an +and 23.38.22 # a last question 23.38.44 # is there still the 'password protect' bug ? 23.38.55 # when you use the rockbox firmware 23.39.53 # I don't know, haven't seen it myself. 23.40.25 # ok, thx for all of your answers 23.40.43 # i must go bed, i work tomorow 23.40.45 # bye 23.40.53 Quit Rom1 () 23.44.24 Nick edx|dinner is now known as edx|sleep (OKE60@pD9EAAD73.dip.t-dialin.net) 23.57.36 # z.