--- Log for 06.08.107 Server: niven.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 3 days and 12 hours ago 00.00.19 # * jhMikeS has an old TEAC reel 2 reel that makes a nice echo and outer-space noises when setup right 00.02.13 # jhMikeS: yeah 00.02.26 # tape delays > * 00.04.41 Quit My_Sic ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 00.04.42 Quit advcomp2019 ("Leaving") 00.05.06 Quit obo_ ("bye") 00.06.15 # austriancoder: can you put devdsc and dqdsc in iram too.... it's what the code tries to send 00.06.57 # petur: sure 00.07.38 # bah, it is still 27 degrees celcius inside :( 00.08.39 Join Llorean [0] (n=llorean@cpe-70-113-103-34.austin.res.rr.com) 00.10.36 # preglow: lowpass filter = rag around headphones. feedback control = how far mic is away from headphones. delay time => tape speed. such fun as a kid. :) 00.10.50 # hahah, yeah 00.10.52 # i love stuff like that 00.11.03 Join chrisjs169__ [0] (n=chrisjs@pool-71-254-214-208.hrbgpa.east.verizon.net) 00.11.45 # i made a phone echo device the other day by calling my house phone with my cell phone and stuffing them both together with various materials between them :P 00.12.02 # yes, i'm a sound geek 00.13.14 # too bad the delay time is fixed at the roundtrip time 00.13.55 # with me the ipod video randomly freezes up and i have to reset 00.14.12 Quit Soul-Slayer ("Leaving.") 00.15.44 # hehe. i've made those by accident by turning mic gain too high in the recording screen. :P 00.16.17 Quit chrisjs169 (Success) 00.17.10 Join advcomp2019 [0] (n=advcomp2@66.172.231.192) 00.17.37 Part maffe 00.18.06 # * jhMikeS still awaits those effects plugins :-D 00.18.17 # petur: http://www.christian-gmeiner.info/soc/mrh_try4.diff 00.18.22 Join maffe [0] (n=maffe@barmen.interhost.no) 00.18.23 # petur: same results 00.18.27 Quit JdGordon ("Konversation terminated!") 00.18.35 Quit maffe (Remote closed the connection) 00.18.41 Join tihoc4n [0] (n=Compaq_A@206-163-245-208.swcr.hsdb.sasknet.sk.ca) 00.18.43 # using invalidate_icache and flush_icache 00.18.45 # hmmmm 00.18.52 Quit tihoc4n (Client Quit) 00.19.05 Join maffe [0] (n=maffe@barmen.interhost.no) 00.20.59 # what's the memcpy in usb_int doing? 00.21.07 # your mom 00.21.30 # =\ 00.21.48 # jhMikeS: copy rx usb request into a local variable 00.22.00 # jhMikeS: copy it from iram 00.22.37 Quit bluebrother ("leaving") 00.23.41 # austriancoder: it sends it to where? 00.24.02 Quit chrisjs169_ (Read error: 110 (Connection timed out)) 00.25.29 # jhMikeS: in usb_int we check if a setup request was recived... if so, copy the request from queuehead (IRAM) to a local variable (no IRAM) now we can check what type of request.....do some stuff.... send back an answer or stall 00.26.47 # jhMikeS: and the probem is tx... sending of the answer 00.27.28 # austriancoder: is everything we give the controller in iram now? 00.28.06 # petur: forgot one... but I am compiling.. one momen 00.28.07 # t 00.29.35 # petur: http://www.christian-gmeiner.info/soc/mrh_try5.diff - same result 00.30.14 # rockbox is jesus 00.30.19 # austriancodec: no more writes occur to the data the controller will be sending after the flush_icache call? 00.30.44 Nick chrisjs169__ is now known as chrisjs169 (n=chrisjs@pool-71-254-214-208.hrbgpa.east.verizon.net) 00.31.02 # austriancodeR, sorry :P 00.31.09 # lol 00.31.29 # what dir is select.c in? 00.31.35 Quit authumalk (" HydraIRC -> http://www.hydrairc.com <- The alternative IRC client") 00.32.12 # ddalton: $(dirname $(find . -name 'select.c' | head -n 1)) 00.34.13 # jhMikeS: no 00.35.58 # using usb_int during the tick and not its IRQ line? 00.36.36 # jhMikeS: its only a fast merge of e200tool into rockbox.. 00.36.49 # jhMikeS: later I will use IRQ 00.37.38 # jhMikeS: it should not be the problem, 00.37.45 Join ptw419 [0] (i=ptw419@66-90-157-228.dyn.grandenetworks.net) 00.38.06 # * austriancoder is helpless at the moment 00.40.44 Part n1s 00.40.47 # time to go to bed 00.41.52 # wait 00.42.09 # there's no flush in usb_send though 00.42.44 # ... 00.43.26 # jhMikeS: Why do i need one in usb_send? 00.43.42 # * petur would think that would result in sending garbage, not the controller giving timeout 00.43.51 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 00.43.55 Quit Rick (Nick collision from services.) 00.44.00 # you do a memcpy 00.44.07 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 00.44.28 # jhMikeS: in dtd_enqueue(...) i do the flush, before i do "hey controller.. send my data" (=Priming) 00.45.09 # jhMikeS: I do the memcpy, but actual sending is done in dtd_enqueue. 00.45.12 # yeah, the destination is IRAM though ... hrm 00.45.16 Quit ender` (" But there, everything has its drawbacks, as the man said when his mother-in-law died, and they came down upon him for the fu) 00.46.13 Join advcomp2019- [0] (n=advcomp2@66.172.231.192) 00.47.13 # if perhaps I'm going to try to seriously spot something, I should not look at the patch alone :P 00.47.38 # jhMikeS: datasheet: http://www.christian-gmeiner.info/soc/MCIMX31RM.pdf 00.47.43 Quit ompaul ("night all") 00.47.51 # thanks 00.47.55 Quit advcomp2019 (Nick collision from services.) 00.48.00 # jhMikeS: chaper 32 i think 00.48.05 Nick advcomp2019- is now known as advcomp2019 (n=advcomp2@66.172.231.192) 00.49.56 # austriancoder: so now your log is saying timeout->prime right? 00.50.36 # petur: HW_ERROR Endptstat 0x0 recived packet TIMEOUT->port 00.51.20 # Endptstat must be != 0x0 as this tells, that sending was ok 00.52.10 # hmmm it is dtd_enqueue() that is failing I'd think 00.52.51 # petur: yep 00.53.02 # if ((UOG_ENDPTSTAT & mask) == 0) { logf("Endptstat 0x%x", UOG_ENDPTSTAT); logf("HW_ERROR"); } 00.53.10 Quit amiconn (Read error: 110 (Connection timed out)) 00.53.15 # ah, but priming itself is not giving timeout 00.53.22 # petur: no 00.53.52 # petur: priming seems to be okay.. so the hardware should send data... and if sending is done, ENDPTSTAT should be != 0x0 00.53.54 # * petur swapped that timeout->port with timeout->prime... 00.55.25 # austriancoder: btw, did anything from my mail on 19/7 do anything helpfull? 00.56.05 # petur: not really... "fixed" all you pointed me, but the problem is still the same 00.56.11 # petur: do you own an sansa? 00.56.16 # or an ipod? 00.56.16 # nope 00.56.59 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 00.57.00 Quit Rick (Read error: 104 (Connection reset by peer)) 00.57.06 # austriancoder: just watch the log and plug it? 00.57.13 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 00.57.21 # jhMikeS: yep 00.57.26 # logf build 00.57.59 # jhMikeS: also a "dmesg" on a linux machine is a good thing 00.58.18 # usb 1-8: new high speed USB device using ehci_hcd and address 20usb 1-8: device descriptor read/64, error 18usb 1-8: device descriptor read/64, error 18 00.58.22 # --> bad :( 00.58.44 # undefined reference to dr_controller setup :\ 00.58.54 # well I'm out of ideas atm :/ 00.59.25 # jhMikeS: one moment 01.00.20 # I need a more complete patch? 01.01.53 # jhMikeS: http://www.christian-gmeiner.info/soc/mrh_try6.diff 01.02.19 # ikeS: 01.02.36 # * austriancoder hopes that jhMikeS can help with the usb problem 01.02.45 # * austriancoder or mrh 01.03.10 # * jhMikeS has no idea what's going on but finds it interesting anyway 01.04.02 # now... time for bed 01.04.14 # gnight 01.04.35 # jhMikeS: if you found something... could you mail me? You should have my mail - or? 01.06.03 # yeah, np 01.06.33 # fine 01.06.44 # petur: see you 01.06.47 Quit austriancoder ("Kopete 0.12.5 : http://kopete.kde.org") 01.07.15 Quit Rick (Read error: 104 (Connection reset by peer)) 01.10.51 Join barrywardell_ [0] (n=barrywar@194.46.166.122) 01.12.25 Join Rick [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 01.13.39 Quit jhulst (Read error: 104 (Connection reset by peer)) 01.17.28 Join inversion [0] (n=none@89.100.103.62) 01.19.29 Quit barrywardell (Read error: 113 (No route to host)) 01.20.50 Join hannesd_ [0] (n=light@gate-hannes-tdsl.imos.net) 01.24.23 Join prashantv [0] (i=prashant@weill.orchestra.cse.unsw.EDU.AU) 01.24.29 Join goffa [0] (n=goffa@216.220.23.105) 01.25.16 Quit Entasis_ (Read error: 104 (Connection reset by peer)) 01.29.27 Quit bdgraue (Remote closed the connection) 01.36.04 Quit hannesd (Read error: 110 (Connection timed out)) 01.36.05 Nick hannesd_ is now known as hannesd (n=light@gate-hannes-tdsl.imos.net) 01.36.47 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 01.36.51 Quit Rick (Nick collision from services.) 01.37.03 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 01.37.14 Quit xNibbler ("bei uns hat noch niemals nicht koana koan durscht ned ghabt") 01.43.45 Join yole [0] (n=phileas@CPE00134645d9ab-CM001371142bc8.cpe.net.cable.rogers.com) 01.44.05 # i cant' seem to find this: is there a way to apply ratings to songs in rock box? 01.47.23 Quit Robin0800 (Read error: 104 (Connection reset by peer)) 01.48.28 Join weoh [0] (n=weoh@71-220-133-15.tcsn.qwest.net) 01.52.30 Join saratoga [0] (i=9803c6dd@gateway/web/cgi-irc/labb.contactor.se/x-295dc0aa3d4132f3) 01.54.47 *** Saving seen data "./dancer.seen" 01.57.48 Join Soul-Slayer [0] (n=jonno@78.145.55.95) 01.58.45 # * jhMikeS now sees no logs 01.59.27 # on device? 01.59.49 # Are "debug" or "logf" builds expected to compile? 02.00.33 # don't know about debug, but logf should 02.00.40 # petur: I plug it and no errors happen 02.01.23 # I tried a logf, and if I recall, it failed all over the place in... it was either speex or spc 02.01.25 # no usb related logf? 02.01.52 # nope since it only logs on failures 02.01.59 # I was trying to build for Nano to get some output in relation to the issue I was having trying to fix the custom logo patch, and ended up just using some puts 02.02.24 # jhMikeS: add a logf to see that it actually does something? 02.02.47 # my computer doesn't complain about not recognizing the device now 02.03.08 Join donutman25 [0] (n=chatzill@65.75.87.48) 02.03.18 # maybe it doesn't do anything at all..... 02.05.01 # it used to always say "USB device not recognized" before ... gonna try something 02.06.07 Quit yole (Read error: 110 (Connection timed out)) 02.07.59 # hmmm 02.10.52 # lol...had the controller shut off 02.18.54 # heh, success. there seems to be a race condition when pluggin. I plugged slow and no problems. 02.19.24 # you mean you have his code working? 02.19.40 # I also readded the proper udelays that were improperly replaced with counters 02.21.36 # well, I'm receiving stuff but it's twitchy to even do that. 02.21.47 # so there was a timing issue.... 02.22.43 # I get alot of TIMEOUT->port 02.23.00 # that was his problem 02.23.44 # maybe the timeout is too small 02.24.15 # it just does a while loop checking a bit 02.26.07 # would using interrupts help? 02.26.30 # he went to this code because nothing was working 02.26.51 # better get it working first 02.27.21 Quit jhMikeS (Read error: 104 (Connection reset by peer)) 02.27.24 # but wouldn't it be easy to enable interrupts? 02.28.04 # his code wasn't working, so he merged in the code of MrH which doesn't use interrupts 02.29.55 Join jhMikeS [0] (n=jethead7@rockbox/developer/jhMikeS) 02.30.09 # but he has a usb_int function there which is currently called by the timer interrupt. can't we just enable the usb interrupt and call usb_int with that? 02.30.11 # thing just froze my computer ... wtf 02.30.37 # any idea why putting a table in IRAM can make code slightly slower on the PP targets? 02.31.04 # cached memory is faster I've found on e200 02.31.20 # isn't IRAM 0 cycle? 02.32.01 # I don't think so. I tried it with the video chroma buffer and using cached ram instead of IRAM gave a speedup. 02.32.14 # interesting 02.33.07 # the SPC codec suffers using IRAM heavily as well 02.33.15 # is IRAM always >= cache on Coldfire? 02.33.35 # no, IRAM on Coldfire is nescessary since it has no DRAM cache 02.33.46 # hmm 02.34.16 # it does have a code cache though and small repetitive functions can run just the same not being IRAM there 02.36.26 # interestingly, I still get a slowdown from IRAM even on the 3G with its 2 cycle L1 cache 02.36.34 # i wonder if theres something else going on 02.40.00 Part maffe 02.40.46 Join maffe [0] (n=maffe@barmen.interhost.no) 02.41.39 Quit petur ("Zzzzz") 02.44.01 Quit XavierGr ("One firmware to rule them all!") 02.47.20 # i just absent mindly dragged an ipod 3G rockbox build over my sansa's install 02.47.26 # surprisingly it booted 02.47.39 # though the wps looks pretty funny 02.48.05 # And it'll be trying to spin up a drive that doesn't exist :p 02.48.21 # it's probably still running the sansa firmware 02.48.28 # because of the different filenames 02.48.36 # probably why the codecs didn't work 02.49.02 # saratoga: Try a H10 build, they use MI4's. Of course, it probably isn't a good idea, but meh ;) 02.50.04 # * barrywardell_ did the opposite earlier today - sansa build on h10 02.50.26 # nothing exciting happened :( 02.50.39 # I imagine it couldn't read the disk though? 02.51.09 # Ahh I'm tempted to try it, stop it 02.51.39 # the main binary has different names on the two platforms, so each would load the correct core, but all the data files, plugins and codecs would be wrong 02.52.02 # saratoga: For the Sansa and the H10 they're both 'rockbox.mi4' 02.52.12 # oh sorry i meant the ipod and sansa 02.52.16 # Ahh okay. 02.52.33 # removing the huffman coding tables from IRAM makes the Ipod 3G wma decoder slighter faster 02.53.13 Quit ctaylorr (Read error: 110 (Connection timed out)) 02.53.33 Join ctaylorr [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) 02.55.30 Quit toffe82 ("ChatZilla 0.9.78.1 [Firefox 2.0.0.6/2007072518]") 02.58.46 Join secleinteer [0] (n=scl@70.230.150.25) 03.32.57 Quit Thundercloud (Remote closed the connection) 03.33.12 Join yole [0] (n=phileas@CPE0013464a2581-CM00137116d20e.cpe.net.cable.rogers.com) 03.39.42 Join infamis [0] (i=4417aa32@gateway/web/cgi-irc/labb.contactor.se/x-a821bd8aa43f9b39) 03.50.47 Join BigMac [0] (n=BigMac@c-71-234-95-131.hsd1.ct.comcast.net) 03.52.18 Quit infamis ("CGI:IRC") 03.53.21 Join KyleP [0] (i=18a4af66@gateway/web/cgi-irc/labb.contactor.se/x-856baebbfbd76876) 03.53.35 Join Spiorf__ [0] (n=Spiorf@host113-205-dynamic.14-87-r.retail.telecomitalia.it) 03.53.41 # please help me, how do I play my ipod video files with rockbox? 03.54.33 # Convert them into mpeg2 with the correct screen resolution. But if your ipod is a 5g, you're better off using the OF. 03.54.35 # Read the manual, Rockbox only plays MPEG1/2 videos. 03.54.51 *** Saving seen data "./dancer.seen" 03.54.58 # whats OF? 03.55.09 # original firmware? 03.55.13 # Yep. 03.55.21 # can I dual boot? 03.55.24 # Yep. 03.55.31 # or should I just take it off? 03.55.32 # Flick the hold switch on when you turn it on. 03.55.35 # how do I do that? 03.55.38 # And it'll boot into Apple OS 03.55.42 # ok 03.55.45 # thanks man 03.55.47 # Hold Menu + Select to reboot into Rockbox again. 03.55.57 Join ToHellWithGA [0] (n=ryan@d15-254.rt2-bras.clm.centurytel.net) 03.55.58 # No problem. Read the manual, it's all there. 03.56.04 Quit yole (Read error: 110 (Connection timed out)) 03.56.41 # am i supposed to "turn off" rockbox at any point? 03.56.50 # Turn off? 03.56.55 # when i hold the pause button to turn it off for too long i can't figure out how to turn it back on 03.57.03 # it reboots 03.57.06 # What player? 03.57.08 # am i doing it wrong? 03.57.12 # ipod video, 5g 03.57.18 # brand spankin' new :) 03.57.34 # That should shut it down... Hold down the play button for a few seconds and it should turn off. 03.57.57 Quit inversion (Read error: 110 (Connection timed out)) 03.58.15 # when i turn it back on it boots 03.58.20 # is that the correct way to do things? 03.58.26 # i don't wanna drain it when the playlist runs out 03.58.34 Join ctaylorr_ [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) 03.58.41 # There is no sleep mode in RB 03.58.52 Quit KyleP ("CGI:IRC") 03.59.06 # It will power off when you hold play, then it'll reboot when you tap a button again. 03.59.36 Quit ctaylorr (Read error: 110 (Connection timed out)) 03.59.47 Nick ctaylorr_ is now known as ctaylorr (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) 04.10.07 Quit spiorf (Read error: 110 (Connection timed out)) 04.10.40 Quit Spiorf_ (Read error: 110 (Connection timed out)) 04.16.46 Join jhulst [0] (n=jhulst@c-71-205-0-132.hsd1.mi.comcast.net) 04.19.43 Join JdGord|uni [0] (i=82c20d66@gateway/web/cgi-irc/labb.contactor.se/x-06e753c48c788fba) 04.21.02 # hey all 04.21.12 # Llorean: have you had a look at the updated 5464? 04.22.57 # No, I haven't 04.29.24 Quit BigMac (Remote closed the connection) 04.32.27 Join ze [0] (i=ze@cpe-76-175-22-254.socal.res.rr.com) 04.33.05 # Out of curiousity, why are // style comments prohibited? 04.33.55 # becauser they are not in the c99 standard 04.36.40 # C99 or C89? 04.37.07 # 80 col length and space rather than tab indents to keep the SVN diffs from looking warped I presume? 04.37.11 # I was under the impression C99 is when they were added 04.39.45 # http://home.tiscalinet.ch/t_wolf/tw/c/c9x_changes.html#Preprocessor 04.57.05 Quit JdGord|uni ("CGI:IRC (EOF)") 04.59.07 Quit daugustine ("Leaving") 05.05.09 Join daugustine [0] (n=daugusti@76-85-193-69.cable.inebraska.com) 05.06.52 Join DogBoy [0] (n=john@unaffiliated/dogboy) 05.07.36 # is there somewhere I can look for opinions about the best platform for rockbox? 05.12.07 # DogBoy, several. check the forums and mailing lists 05.12.18 # this topic has been done loads of times. 05.12.22 # 90% of it depends on what you want out of it anyway 05.12.31 # How do I diff a file that doesn't currently exist? 05.12.43 # svn add the file to your local repository 05.12.52 # I figured it had been done loads of times 05.13.07 # that's why I figure there must be somewhere to look for the info 05.13.21 # http://www.rockbox.org/twiki/bin/view/Main/BuyersGuide is the best basic place 05.14.18 # thank you Llorean 05.14.35 # my ipod died and I'm not sure I want to go there again 05.22.04 Quit secleinteer (Remote closed the connection) 05.22.16 Quit Rick (Read error: 104 (Connection reset by peer)) 05.22.43 Join Rick [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 05.28.23 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 05.28.27 Quit Rick (Nick collision from services.) 05.28.39 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 05.36.26 # What happened to database caching? I was asked to try a new official build to verify if a bug that I entered still exists. While testing this (bug was related to the database creation issues on the Sansa) I no longer see the "cache database in memory" setting. 05.38.04 # "Load database to RAM" you mean? 05.40.00 # I believe that's what it was called 05.40.32 # And still is 05.40.50 # jurrie: What player do you have? 05.40.51 # Settings -> General -> Database -> Load to RAM -> Yes 05.41.13 # Sansa 05.41.29 # lemme get my player and triple check 05.41.41 # jurrie: Are you using English, or another language? 05.42.19 # there is no such option 05.42.22 # using English 05.42.59 # r14121-070801 05.43.16 # That's 4 days old 05.43.27 # yeah, and I got it after I received the request 05.43.36 # this past week as the clean up week 05.43.37 # Then it may be fixed 05.43.51 # We do ask that you not report anything without verifying it on a current build 05.44.00 # OK... I'll fetch another copy tomorrow.... 05.44.08 # I reported it last month 05.44.28 # Reported the missing "Load to RAM" last month? 05.44.31 # OK... I'll check again tomorrow... at least it's not crashing anymore 05.44.38 # Why not check again right now? 05.44.59 # nope... the "database is crashing when buiding" was last month. No time.... it's almost midnight. Have a 6:30 call. need sleep 05.45.42 # Rockbox is updated many times per day, so 'current' usually means 'downloaded within the last few minutes' 05.46.08 # I don't see Load to Ram on the Sansa though 05.47.26 # It may have gotten lost in the removal of some features for flash targets 05.48.42 # It doesn't really make sense for flash targets (neither does dircache) though it shouldn't be removed as autoupdate depends on dircache for removing files. 05.49.02 # Have you verified that your Database is missing any features, or are you just complaining about the lack of a menu option? 05.51.00 Quit ToHellWithGA (Nick collision from services.) 05.51.08 Join ToHellWithGA [0] (n=ryan@d18-19.rt2-bras.clm.centurytel.net) 05.51.21 Quit ToHellWithGA (Client Quit) 05.51.47 Quit andrewg867 (Read error: 110 (Connection timed out)) 05.51.48 Quit Rick (Read error: 104 (Connection reset by peer)) 05.51.51 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 05.52.40 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 05.53.34 Quit ptw419 () 05.54.55 *** Saving seen data "./dancer.seen" 05.57.51 Quit saratoga ("CGI:IRC (Ping timeout)") 06.06.30 Join desowin [0] (n=desowin@avc146.internetdsl.tpnet.pl) 06.08.13 Join perrikwp [0] (n=chatzill@74.167.148.160) 06.10.53 Join aliask_uni [0] (i=82c20d69@gateway/web/cgi-irc/labb.contactor.se/x-3d259f141fd2d749) 06.15.11 Quit Soul-Slayer ("Leaving.") 06.20.06 Join tihoc4n [0] (n=Compaq_A@206-163-245-208.swcr.hsdb.sasknet.sk.ca) 06.20.37 Quit Febs (Read error: 110 (Connection timed out)) 06.22.03 # not complaining... just wondered if that functionality had intentionally been removed. The flashing "Searching... 0 found ()" messages made me look. Didn't have those messages in the past. 06.22.55 Join chrisjs169_ [0] (n=chrisjs@pool-71-254-214-208.hrbgpa.east.verizon.net) 06.22.59 # I understand bout "current".... again, I just wondered if the option was intentionally pulled. I'll fetch a fresh copy when I have a chance to post/comment 06.23.21 # Well it's not there in "Current" which is why I was asking if any actual features of the database seemed to be failing. 06.24.39 # no, things seem to be working (albums, and titles are listed properly) 06.25.08 Join SolarWar1 [0] (n=SolarWar@c-66-30-16-103.hsd1.ma.comcast.net) 06.25.37 # I'm more concerned about deleting removed files on updates. 06.28.47 Part tihoc4n 06.35.45 Quit chrisjs169 (Read error: 110 (Connection timed out)) 06.37.28 # Is reversi the same as go? 06.38.10 Join GRaTT [0] (i=gratty@d216-232-96-212.bchsia.telus.net) 06.38.41 # Llorean I managed to get the custom splash working, but after the RB logo. 06.39.31 # aliask_uni: It's very, very, very different other than it uses black and white pieces on a grid. 06.39.37 Join BigMac [0] (n=BigMac@c-71-234-95-131.hsd1.ct.comcast.net) 06.39.41 # GRaTT: Congrats 06.41.33 Quit SolarWar (Read error: 110 (Connection timed out)) 06.48.28 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 06.48.32 Quit Rick (Nick collision from services.) 06.48.46 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 06.50.39 Join miepchen^schlaf [0] (n=hihi@p54BF5535.dip.t-dialin.net) 06.51.51 Quit Rick (Read error: 104 (Connection reset by peer)) 06.52.32 Join Rick [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 06.55.56 Quit aliask_uni ("CGI:IRC") 06.58.49 Quit chrisjs169_ (Read error: 110 (Connection timed out)) 06.58.56 Join WillGC [0] (n=chatzill@12.174.134.13) 06.59.21 # Can you hear me? 06.59.42 # I can 06.59.55 # Heh, I got message saying "You have to be registered" 07.00.37 # Is this supported by RockBox? http://murl.se/27015 07.00.41 # I'm very sure it is 07.00.59 # SAnsa e260 07.01.07 # you could post full urls 07.01.20 # I don't like to spam the channel 07.01.33 # WillGC: The list of supported players is on the front page of the site 07.02.05 # So I guess tomorrow I'll order the item 07.02.33 # Why the heck do most players only support WMA/MP3 anyways? 07.02.41 # I don't even know of anyone who uses WMA. 07.02.56 # microsoft pushing his own format 07.02.59 Join aowzone [0] (i=aowzone@c-68-51-107-246.hsd1.in.comcast.net) 07.03.07 # But it sucks 07.03.21 # almost all the basic users enciode their cds with windows media 07.03.26 # yes I know 07.03.32 # hey guys, i was taping a little local show tonight and drained my battery...i thought i read something at one point about reparing the partial wav file i have, but i cant seem to find that information 07.03.35 # I use a tuned version of Ogg-Vorbis 07.03.50 # yes ogg vorbis is better ... 07.03.52 # it shows a 400ish MB file, but its unplayable...is it recoverable? 07.04.30 # I suppose you could copy it to your PC and open it into a wave editing program? 07.04.57 # wont let me copy it 07.05.13 # "file or directory is corrupt..." 07.05.16 # stupid windows 07.05.17 # WillGC there are players that play ogg 07.05.23 # haha 07.05.27 # Why do you have a 400MB wave file? 07.05.34 # its the partial recording before the battery died 07.05.37 # I know, I have one, it just doesn't do it well. 07.05.49 # what one do you have 07.05.51 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 07.05.55 Quit Rick (Nick collision from services.) 07.06.02 # IRive 795 07.06.05 # got set 1, lost battery about 70% through set 2...just wasnt planning to tape this show, was out of town without my charger 07.06.09 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 07.06.12 # I-River 795 07.06.23 # have you looked at the cowons 07.06.37 # it would be so good if constructors started to use rockbox as their default firmware 07.07.14 # WillGC: The iFP-700 series has a pretty terrible ogg decoder. 07.07.21 # Yes, it does 07.07.39 # God knows why they didn't use Tremor 07.08.01 # They might've, but simply run into performance issues and had to tear it up some 07.08.06 # The thing has a pretty slow core. 07.08.11 # And very, very little RAM 07.08.50 # WillGC have you looked at the cowons.. i have heard they are good for all formats 07.08.59 # Cowons? 07.09.00 Quit aowzone () 07.09.41 # http://www.cowonamerica.com/ <--- there is the site 07.11.26 Quit WillGC ("ChatZilla 0.9.78.1-2007080401 [Firefox 2.0.0.6/2007080106]") 07.14.35 Join WGC [0] (n=chatzill@nat.pinelink.org) 07.14.40 # oops 07.14.51 # Anyways, I think I'll stick with the Sansa 07.16.22 # i have a sansa too but it is the r version :( 07.16.37 # I'm looking at a non-r version 07.16.51 # yea 07.22.01 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 07.22.05 Quit Rick (Nick collision from services.) 07.22.19 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 07.24.53 Join |desowin| [0] (n=desowin@avc146.internetdsl.tpnet.pl) 07.25.19 Quit desowin (Read error: 113 (No route to host)) 07.27.29 Join Alonea [0] (n=chatzill@24-119-114-203.cpe.cableone.net) 07.28.10 # just had a quick question on the textviewer. Why does quotes and apostrophes sow up as dotted boxes? 07.28.17 # *show 07.28.35 # but WGC i was just commenting that i have the r version but i have to wait to get to rockbox or think i will never get it for the r version... i wish i got the non-r version now 07.30.51 Join Alonea___ [0] (n=chatzill@24-119-114-203.cpe.cableone.net) 07.30.51 Quit Alonea (Read error: 104 (Connection reset by peer)) 07.30.54 Nick Alonea___ is now known as Alonea (n=chatzill@24-119-114-203.cpe.cableone.net) 07.32.22 # If it doesn't say R on it at the Circuit City website, I can trust it's not? 07.33.17 # r versions are mainly at best buy or rhapsody 07.33.39 # Yeah, I saw them at BestBuy today 07.33.55 # Why would you want it taylored for an online music service? 07.34.18 # it was cheap at the time 07.34.28 # cheaper then the non r 07.35.10 # anyone know about the text viewer or no? 07.35.10 # I find it odd that the non-r version at CircuitCity is cheaper 07.37.20 # i got mine for $180 with griffin powerdock for free about 3 months ago now 07.37.49 Quit Rob2222 (Read error: 104 (Connection reset by peer)) 07.38.06 # i got the e280r if you want to know 07.38.22 # the e260 costs 120 at CircuitCity 07.38.45 # not bad 07.39.31 # I think I may order it online and pick it up at the store. 07.39.37 # It'll save me money off the S&H 07.40.22 Join Rob2222 [0] (n=Miranda@p54B1749E.dip.t-dialin.net) 07.41.40 # i think i saw the e280 for $30 or $50 more somewhere but cant of where now 07.41.57 # ebay? 07.42.13 # no it was in a store 07.42.53 # i bought 2 MP3 players on EBay for a total of 10 dollars with S&H 07.43.08 # Should have read the fine print, they have broken displays. 07.43.54 # oops 07.44.12 # what versions 07.44.15 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 07.44.17 Quit Rick (Nick collision from services.) 07.44.28 # Sansa C something 07.44.31 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 07.45.20 Join B4gder [0] (n=daniel@static-213-115-255-230.sme.bredbandsbolaget.se) 07.45.34 # o ok 07.45.37 # They work, I just can't see what I'm doing 07.46.23 # i would take them if you do not need them 07.47.00 # I'm thinking about trying to get new LCD stuff for them. 07.48.27 # o ok 07.49.04 Quit |desowin| ("use linux") 07.50.35 # aha! it was in ansi, and that was why. resaved as utf-8 and its fine 07.52.22 # i thinking it was in last weeks ads now 07.53.25 Quit Alonea ("ChatZilla 0.9.78.1 [Firefox 2.0.0.6/2007072518]") 07.54.58 *** Saving seen data "./dancer.seen" 07.57.04 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 07.57.08 Quit Rick (Nick collision from services.) 07.57.22 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 07.57.23 # adv, is that a good deal? 08.00.18 # for the 8gb version i think it is but it is up to you 08.01.06 # I think I'll stick with what I chose before, I don't need that much memory. 08.01.26 # I have no plans of looking at videos. 08.01.34 # does anyone else think this this is a good buy --> http://www.buy.com/prod/sandisk-sansa-e280-8gb-digital-multimedia-mp3-player/q/loc/111/203092435.html 08.01.55 # It's 5 dollars less than Circuit City 08.02.04 # but how much music do you have then 08.02.42 # 28 Gigs 08.02.49 # But I don't even listen to all of it 08.04.37 # ic... have you looked at hd based players or do you like them 08.04.37 Quit Rob2222 (Read error: 104 (Connection reset by peer)) 08.05.12 # I don't really understand the difference. 08.05.40 # hd players have hard drives in them 08.05.50 # I meant the pros and cons 08.06.27 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 08.06.31 Quit Rick (Nick collision from services.) 08.06.41 # Can someone ban him? 08.06.45 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 08.06.49 # His script is looping 08.07.28 # what is the difference with the r version on those sansa players 08.07.42 # pros-more space for the money... con-they can die easy if dropped or goes into hot and cold areas a lot 08.08.05 Join deshicool [0] (n=mohizzle@static.user33.209.42.49.dsli.com) 08.08.16 # DogBoy: http://www.rockbox.org/twiki/bin/view/Main/SansaE200R 08.08.34 # I think I made up my mind on that 4 gig Sansa 08.08.38 # i need help regarding mpeg player on ipod nano..can anyone pm me? 08.08.46 # I can always buy more memory if needed 08.08.48 # the r version cant be rockboxed yet but they can play aac files 08.09.37 # WGC: no you can't 08.09.46 # WGC: then you need to buy a new player 08.09.54 # i rockboxed one nano and it worked fine...played video perfectly..but the other one..the video was really choppy 08.09.55 # well, apart from the microsd 08.10.02 # they were both 1st gens 08.10.02 # It says in the description that it's expandable. 08.10.15 # WGC: yes, but the biggest microsd today is 2GB 08.10.30 Join Rob2222 [0] (n=Miranda@p54B1749E.dip.t-dialin.net) 08.10.31 # I don't plan on putting that many files on the thing. 08.10.33 # yes but you can switch them out 08.10.42 # true 08.10.42 # like it was a mini cd 08.10.50 # if you're into that kind of game 08.11.11 # well anything else is just another kind of game 08.11.31 # yes of course 08.11.54 # I'm just not into switching microsd cards, so that approach hadn't even crossed my mind 08.11.57 # advcomp..is there anyway to fix it? 08.12.12 Join GodEater [0] (n=bryan@rockbox/staff/GodEater) 08.12.59 # yea well 08.13.07 # Cya 08.13.08 Join webguest38 [0] (i=c0231115@gateway/web/cgi-irc/labb.contactor.se/x-f933bb3dae6735b1) 08.13.17 Quit WGC ("ChatZilla 0.9.78.1-2007080401 [Firefox 2.0.0.6/2007080106]") 08.13.23 # i am not sure there is a way because it is only 15 frames per second deshicool 08.13.52 # yea..its weird..works on one nano..and messes up on the other...the other plugins work fine 08.14.31 # deshicool: and both are using the same rockbox rev (version) ? 08.15.10 # yea 08.15.22 # that's mighty strange 08.15.26 # installed a week a part 08.15.36 # That's not the same revision at all unless you used the same file from before. 08.15.46 # oh sorry 08.15.49 # If you downloaded again it'll be a very very different revision, updates happen multiple times per day. 08.16.01 # oh 08.16.17 # hi B4gder 08.16.27 # would it be possible to get some rights on the tracker ? 08.16.43 # to close bugs for example 08.17.01 # indeed, just gimme your flyspray user name 08.17.10 # erm let me find that 08.17.32 Quit Rick (Read error: 104 (Connection reset by peer)) 08.17.37 # ok...well i still have the files from the rev. that worked on the nano 08.17.45 # ill just tell my friend to install those 08.18.22 # Were you testing with the exact same video file? 08.18.25 # B4gder: my user name is ... TiMiD ... tada ! 08.18.29 Join Rick [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 08.19.07 # i tested a couple of video files they came out choppy 08.19.14 # but came out fine on the other one 08.19.16 # :-) 08.19.21 Quit GRaTT ("using sirc version 2.211+KSIRC/1.3.12") 08.19.33 # has p6574 being commited yet? 08.19.57 # TiMiD[FD]: there, you should now be able to close and edit entries 08.19.59 # ddalton: It says it has on the tracker entry 08.20.33 # thanks ! 08.20.40 # Llorean when do you think patches like p6159 will be commited? 08.21.11 # thanks for the help 08.21.14 # goodnight 08.21.15 Quit deshicool ("—I-n-v-i-s-i-o-n— 2.0 Build 3515") 08.21.19 # ddalton: I can't predict that. I have no way of knowing. 08.21.43 # what prevents this patch from being included ? 08.22.02 # TiMiD[FD]: Before LangV2 it made the voice file too big on some players (Archoses) 08.22.14 # Now it probably needs to be tested with LangV2 and possibly updated for it. 08.22.53 # yeah, there should be lots of room for voice improvements now 08.23.16 # But all the voice improvement patches should take advantage of target-specific voice files, etc, too. 08.23.26 # indeed 08.23.44 # I have written a pretty useless patch p7525 and updated p6138 if anyone wants to look at them. 08.24.18 # B4gder: Any idea when nls is most often around? 08.24.50 # he's in central european time and seems to be around during our evenings 08.24.58 # Okay, thanks 08.25.01 # (08:24 am here now) 08.25.04 # i think p6159 has being tested on the lang2 thing cause there was an update to day. 08.25.11 # I think he may have inadvertently removed the "Load to RAM" option for Database on Sansa 08.25.19 # If anything it should be permanently enabled rather than disabled. 08.25.30 # yeah 08.28.25 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 08.28.29 Quit Rick (Nick collision from services.) 08.28.43 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 08.30.18 Quit Rick (Read error: 104 (Connection reset by peer)) 08.30.57 Join Rick [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 08.37.43 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 08.37.45 Quit Rick (Nick collision from services.) 08.37.59 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 08.40.22 Join Rob222241 [0] (n=Miranda@p54B17379.dip.t-dialin.net) 08.41.54 # * B4gder is now 6 commits away from 10K commits on ohloh 08.42.15 # Anyone want to close 7445 as implemented ? 08.42.40 # GodEater: you can't? 08.42.43 # no 08.43.01 # now you can! ;-) 08.43.08 # eep! 08.43.51 # yay - done! 08.45.06 # wow, 793 open tasks 08.45.19 # we did manage to break the 800 barrier 08.45.54 # Congratulations. 08.46.03 # we all deserve a pat on the back 08.46.11 # Well, I don't. I was in Puerto Rico the whole week. 08.46.12 Quit Toki_ (Read error: 104 (Connection reset by peer)) 08.46.23 # hahaha 08.46.31 # you were wish us in spirit 08.46.34 # *with 08.46.41 # I was getting sunburned instead of flamed, it works out to the same thing. :) 08.46.45 # hehehe 08.47.26 Join pusakat [0] (i=xenos@born.free.net.ph) 08.48.26 Join ender` [0] (i=krneki@84-255-206-8.static.dsl.t-2.net) 08.48.27 # I'm glad you were confused by that random folder advance post too Llorean 08.48.31 # it made no sense to me either 08.49.11 # I couldn't spot the request/question/point. It kinda looks like documentation 08.51.44 # yes - but describing how to do what ? ;) 08.52.29 # I'm not wholly sure 08.52.46 # Unfortunately, Dunno's not a fan of mine as it is so he may take it as criticism rather than "I honestly have no clue" 08.53.11 Join aliask [0] (n=chatzill@c58-109-97-210.eburwd4.vic.optusnet.com.au) 08.53.42 Quit Rob2222 (Read error: 110 (Connection timed out)) 08.54.21 # I'm also unclear on this: http://www.rockbox.org/tracker/task/7541 08.54.34 Join Nick_Brackley [0] (i=cb57494b@gateway/web/cgi-irc/labb.contactor.se/x-9e127ea3d3e75d37) 08.54.38 # hahaha - that's a gem 08.54.47 # nearly worthy of GoldenQuotes 08.55.56 # * GodEater is also loving the hijacking of the "I want people to interview" thread in the mailing list 08.56.31 # Partially my fault, there. 08.56.43 Quit ddalton ("I was using BOFHNet IRC version 1.2 by fmillion - get your copy today from http://www.the-bofh.com/bofhnet/irc !") 08.56.48 # maybe - but it was a big red rag he was waving there 08.57.10 # And he really has showed no interest in helping us improve the instructions in the manual. 08.57.24 # indeed not 08.57.34 # and he wanted an mp3 recording 08.57.44 # quite a diff from just answering a few qs in an email 08.57.53 # I really think if the instructions were truly "good enough" anyone should be able to create a vocal version of them. 08.58.02 # indeed 08.58.25 # we could have the entire manual voiced if that would help people 08.58.40 # Wouldn't be a bad idea for 3.0, if/when that ever happens. ;) 08.59.19 # What do people think of the idea of merging feature requests? Like at the moment I think there are 4 or 5 requests for various emulators - we could just make one task which was "More emulators" 08.59.39 # I think it's better left as single tasks 08.59.48 # Better for searching, and better for attaching patches to. 09.00.37 # Well, I was thinking of having a list of requested emulators in the post body, does the content get searched, or only the titles? 09.00.58 # Content 09.01.17 # But if someone were to attach a patch as beginning work of an emulator (or attempt to discuss say NES emulation in the comments) it might get confusing 09.01.53 # If that were to happen I would suggest opening a new tracker item as a patch - which makes finding the patches easier 09.02.36 # I just don't know if the goal is strictly "fewer tasks" or more "focused tasks" 09.03.15 # I mean, under the same theory, a lot of things could be consolidated under a "WPS Improvements" or "Main Menu additions" or similar, and I think it's just a bit much. 09.03.50 # One thing did come up: What do we want to do about tasks that will be replaced by Viewports, but are actively maintained? 09.04.12 # Until viewports becomes a reality I think they should be let be. 09.04.16 # I'm of the more ruthless bent, where I don't mind closing them and gently encouraging the maintainers to work on something commitable (such as viewports) 09.04.44 # Rather than spending time maintaining them, it may be the best way for viewports to quickly become a reality. 09.04.45 Join petur [0] (n=petur@rockbox/developer/petur) 09.05.04 # It doesn't help that it's all stored away in amiconn's brain. 09.05.26 # and that he's been sidetracked by 1G/2G ipods ;) 09.05.32 # Yes, but he doesn't have to be the one to implement it, and it doesn't have to strictly be the way he visualizes it, if someone else gets around to it first. 09.05.38 # So long as it works generally as expected. 09.05.49 # * aliask doesn't even know what's expected 09.06.02 Quit miepchen^schlaf (Read error: 110 (Connection timed out)) 09.06.08 # Other than a magical solution to all rockbox related problems. 09.06.46 # nor me 09.07.45 # all I remember is putting together the first draft of the ViewPorts wiki page, and then someone saying "no - that's not how it'll work at all" 09.07.59 # As far as I know it can be boiled down to "virtual screens that clip at the edges and are still lined based, but can be positioned absolutely" 09.08.29 # Like a floating frame? 09.08.30 # you should add that to the wiki page ;) 09.08.37 # aliask: that's how I understand it yes 09.08.47 # it's the content of those viewports I got wrong apparently 09.08.59 # I thought you'd be able to mix contexts too 09.09.14 # I think it was LinusN who informed me I was wrong 09.09.19 # In my opinion mixing contexts should be allowed. 09.09.27 # by rightly pointing out - how would rockbox know where to send the button pushes ? 09.09.47 # Such as predefining the "Menu" to take up say the bottom half of the Gigabeat screen while in WPS, and using a viewport for that when the menu is invoked. 09.09.50 # Llorean: then what solution do you propose to LinusN's question ? 09.09.56 # oh I see 09.10.06 # so hide the context viewport perhaps when it's not active 09.10.12 # So you invoke the menu, it gets 1/2 the screen, all button presses go to it, when you clear the menu, full screen WPS again 09.10.19 # that makes sense 09.10.31 Join inversion [0] (n=none@89.100.103.62) 09.10.43 # * GodEater votes Llorean gets started on ViewPorts at once 09.10.45 # Only very limited mixing. 09.11.09 # In fact, that's about the only mixing I can imagine. :) 09.11.16 # hehe 09.11.27 # I don't think that's a feature we've described on the wiki properly though 09.11.43 # at the moment I think it's implied that the viewports are still static on the screen 09.11.52 # So it's not really "Context mixing" so much as "bounded list callable from the WPS" 09.11.59 # where what we've just described is that they can be turned on and off, and resized on the fly 09.12.08 # I don't see "resized on the fly" 09.12.13 # offtopic... why was the backlight filter patch rejected? 09.12.29 # In my scenario, the "List" viewport is simply drawn over the bottom half of the main viewport 09.12.31 # in your menu example you just envisage the menu being drawn over the top of the WPS ? 09.12.41 # Nick_Brackley: Which flyspray number? 09.12.46 # ok I see 09.12.50 # FS#5047 sorry just had to find it 09.13.07 # * GodEater fails to see how that was offtopic ;) 09.13.17 # it just wasn't what we were talking about 09.14.06 # lol 09.15.05 # it looks kind of target specific to me 09.15.22 # I also wondered what that patch was good for but didn't close it, any real use case for it? 09.15.26 Join hermann_348 [0] (i=PJIRCUse@plc3-77.linzag.net) 09.15.28 # http://www.pennergame.de/ref.php?uid=348 klick plx 09.15.30 Part hermann_348 09.15.49 # damn spammer 09.16.00 # * GodEater votes for perma-ban 09.16.05 # petur: Not that I can see, unless you just *have* to have the backlight come on without an action for everything except select, or something 09.16.26 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon) 09.16.34 # ah ha - here's the man who closed it 09.16.35 # heh look who's there :) 09.16.38 # I think it's based on habits (backlight on first keypress) developed in the Original Firmware combined with desires for instant responsiveness in very specific situations, or something 09.16.53 # did I come in at a bad time? 09.16.59 # * petur beats GodEater :p 09.17.02 # I use it to conserve battery as I can change song without the backlight coming on 09.17.06 # JdGordon: There was a query as to why 5047 was closed. 09.17.15 # petur: not on my screen you didn't ;) 09.17.21 # nor mine 09.17.24 # * JdGordon checks that task 09.17.30 Join ddalton [0] (n=daniel@203-214-50-20.dyn.iinet.net.au) 09.17.38 # * petur checks the log 09.17.41 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 09.17.43 Quit Rick (Nick collision from services.) 09.17.57 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 09.18.01 # Nick_Brackley: Have you done battery measurements to see how much you save? 09.18.06 # whats the query? 09.18.09 # * petur gives his irc client an funny look 09.18.23 # JdGordon: Just why it was rejected, since you didn't leave a message. 09.18.29 # petur: it's not your client - it's your lag to the server 09.18.35 # irc is kind of async in that manner 09.18.45 # no i haven't but I also use it at night so I dont get blinded by the screen.... 09.19.02 # * GodEater wishes there was a public version of MindAlign for IRC services for that reason 09.19.05 # h300 has brightness 09.19.06 # Nick_Brackley: In that case, why not simply run a .cfg after playback is started to turn off the backlight? 09.19.10 # Llorean: well imho thats the same as any button configuration, and was rejctedc because of that... If that goes in then so should all the button config patches, as should the custom menu patches 09.19.25 # JdGordon: That's faulty reasoning 09.19.30 # why? 09.19.31 # It's neither button configuration nor a custom menu. 09.19.42 # All it is is an extension of the "Backlight on first keypress" 09.19.53 # I do agree with Jd that he closed it 09.19.55 # but it still alters the menu 09.19.58 # I agree that it should be closed 09.20.02 # I just disagree with the reasoning 09.20.02 # how can I check what revision of the source I have? 09.20.18 # ddalton: svn up 09.20.28 # * JdGordon just got home from work and is dead tired.... probably will come up with a better reason after some food and wakee-up-time 09.20.34 # ddalton: it should print the revision as it goes to it 09.20.42 Join morrijr [0] (n=john@cpc2-mfld9-0-0-cust297.nott.cable.ntl.com) 09.20.59 # ok thanks 09.21.00 # or if you're already up to date it'll just print the revision you're at 09.21.12 # Llorean: sometimes I still want to use the screen, for a new playlist, game etc 09.22.17 # Nick_Brackley: Then set the brightness to very low, rather than off, so you can easily reset it to full. 09.22.50 # JdGordon: I think what would be most useful is, as many iPod users have suggested, a button that can be held to turn the backlight on/off entirely if the backlight is set to "toggle" instead of on, off, or a time. 09.22.52 # I get the following error when trying to add a patch and compile rm /home/daniel/rockbox/build/apps/codecs/codec_crt0.o make: *** [build] Error 2 [build] Error 2 where could this error be? 09.23.06 # But we don't really have a spare button for this on iPods, where it is most requested. 09.23.33 # we have a togggle option for the backligh? 09.23.38 # No 09.23.42 # It would have to be added. 09.23.48 # Llorean: then i am constantly changes settings whereas this patch allows me to use it on the one setting 09.24.03 # I tihnk they shold set backlight on hold to off, and regular backlight to on, and use hold to toggle it then 09.24.26 # Considering the addition of Database for the root menu, I'd be all for replacing the "File view" option in the quick menu with "Backlight: On, Off, User" (where User is whatever you've set it in the other menu) 09.25.03 # JdGordon: that sounds like a good solution 09.25.05 # Or rather, User is "what you had it set to previously" 09.25.31 # JdGordon: That doesn't cover the case where people want to skip songs without lighting up, though 09.25.37 # Or adjust volume 09.25.50 # Llorean: the file menu is very useful I don't think it should be removed 09.25.50 # no, but since when do we try catering for everyone? 09.26.01 # * JdGordon is one of the volume should keep backlight off people 09.26.12 # Nick_Brackley: What do you use the File View option for? 09.26.33 # Llorean: text documents, videos, and images 09.26.35 # JdGordon: I use Volume to toggle the backlight on easily on some of my players because it's easier to get to than the hold switch. 09.26.51 # Nick_Brackley: Why don't you simply set it to "Supported" then? 09.27.10 # * JdGordon thinking about having a setting to keep backlight off after the timeout when your in the wps, and when you leave it reverts to regular timeout 09.27.19 # Nick_Brackley: I said "File View" not "Files" by the way. In the Quick Menu, not the Main Menu 09.27.26 # na, thats a bad idea actually 09.27.49 # JdGordon: I honestly think replacing File View in the quick menu is the most low-impact method. I think Amiconn may be the last person to regularly change his File View settings. 09.28.14 # * JdGordon wants to replaec the whole quickscreen or even remove it 09.28.18 # I find it totally useless 09.28.21 # Yes, YOU do 09.28.24 # Llorean: ah ok, im with you now 09.28.25 # Some of us rather like it. 09.28.25 # :D 09.28.31 Quit B4gder ("It is time to say MOOO") 09.28.54 # And it's really quite quick when it's working as it's supposed to. 09.29.46 # so what do ou want to replace file view with? 09.30.35 # Backlight: On, Off, User (where user is whatever their Display setting is) 09.30.40 # Silly question; but would it not be possible to dictate a brightness for each type of button press in a menu off the settings one? 09.31.11 # Llorean: how would the backlight be turned back on? 09.31.12 # * GodEater likes the quick menu, and does use the file view setting reasonably regularly 09.31.14 # (btw, I'd love volume and skip to not bring up the backlight) 09.31.17 Join LinusN [0] (i=linus@gateway/web/cgi-irc/labb.contactor.se/x-9d640533ee483e11) 09.31.23 Join davina [0] (n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 09.31.24 # Nick_Brackley: The same way you turn it off? 09.31.26 # I started a patch 3 times now to make the quickscreen customizable, or at least more closely tied to settings_list.c but always lose motivation 09.31.35 # but it wouldn't kill me to have to go the long way round to change it 09.31.45 # GodEater: How often do you change it? 09.31.50 Quit Rick (Read error: 104 (Connection reset by peer)) 09.31.50 # once a week perhaps 09.31.51 # Llorean: but as I understand you would be unable to see the screen? 09.32.04 # I think the majority of our users are more likely to want backlight settings than File View settings, since technically you can just set it to All and never need to change it. 09.32.12 # And I think 98% of users set it to "Supported" or never even know it exists 09.32.14 # like I say, it wouldn't kill me to have it replaced with something else 09.32.24 # Llorean: but really, why is that setting getting a different response from you than the quick menu which I wanted to add? the answer to both is custom config files... 09.32.32 # Nick_Brackley: It's the quick menu... From the WPS, you hold Menu and press Down. 09.32.46 # JdGordon: No. Mine is still one static setting. 09.33.01 # JdGordon: How does removing one setting and replacing it with one more suitable for users equate to "Custom config files" 09.33.08 # Llorean: yes but with no backlight the screen would not be visible 09.33.24 # Nick_Brackley: It's the QUICK MENU. It's designed to be used almost without sight as it is. 09.33.39 Join Rick [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 09.33.59 # Llorean: its not a static setting, the way it would almost certainly have to work is being an extra setting (or modify the current backlight setting), so yes, making a custom .cfg with that setting would achieve the same thing 09.34.00 Join pondlife [0] (n=Miranda@cpc1-rdng11-0-0-cust362.winn.cable.ntl.com) 09.34.14 # Llorean: apart from volume and changing track I prefer to see what i'm doing 09.34.17 # Nick_Brackley: From any screen where you can use it to turn off the backlight, turning on the backlight will be as simple as holding menu and pressing down once. 09.34.34 # * JdGordon just thought of the rebutle to your argument to the quick menu patch.... with the menu there is no disk spinup which config files need 09.34.42 # JdGordon: Except that a custom .cfg cannot be easily accessed blind, the quick menu can. 09.35.07 # Llorean: I still think that pressing 'navi' to light the screen is better than the quickscreen.... 09.35.15 # which is yet another reason to add my menu patch... the whole thing talks 09.35.16 # Backlight toggle needs to either be a single button, or a button combo (which is really what the quick menu is, comboing Menu with Left, Right, or Down) 09.36.00 # JdGordon: It's still less easy to use than a two button combo. 09.36.06 # are there targets where it makes no sense to have all four directions do something ? 09.36.19 # Most targets only three directions do something 09.36.29 # Llorean: that's why I asked 09.36.35 # Up is often simply the opposite of down, giving that option two-directional scrolling 09.36.35 Join n1s [0] (n=nils@h218n1fls35o293.telia.com) 09.36.38 # On iPods there is no "Up" though 09.36.42 # I can't see why (for example) you couldn't have four directions on the ipod 09.36.53 # Because Menu is the button that enters and leaves the quick-menu 09.37.01 # And when it's working properly, the quick-menu will vanish on release of Menu 09.37.01 # Llorean: I'm not saying my patch should be the answer to this problem, I'm saying that either both or neither should be added 09.37.16 # I suppose 09.37.27 # I'd find it intuitive to have "select" as the exit button 09.37.30 # is rockbox ANSI C 09.37.36 # but I guess I can see why that's not popular 09.37.42 # The quick menu really is "Hold Menu+Press Button" when working right. It's button combos with visual feedback (which is technically unnecessary with proper status bar visibility) 09.37.48 # ddalton: for the most part yes 09.37.54 # GodEater: As I said, properly working there's no exit button 09.37.54 # ok thanks 09.37.58 # Exit is "release the enter button" 09.38.15 # JdGordon: Yes, but you're saying so on very faulty logic. 09.38.19 # Llorean: that would take more hands on the ipod though 09.38.25 # JdGordon: "Both can be used blind" is not reason for both to be included 09.38.26 # you'd need to use two to keep menu held down, 09.38.32 # and select your option 09.38.40 # JdGordon: Yours adds one feature that some people don't like, my idea adds a feature other people don't like. They add different things. 09.38.48 # GodEater: Two? 09.38.54 # Llorean: so lets do both 09.38.55 # You mean "two fingers" 09.38.57 # if I write a function in main_menu.c do I need to have a prototype? 09.39.00 # JdGordon: Why? 09.39.05 # why not? 09.39.10 # JdGordon: Because I'm against customizable menus? 09.39.20 # Llorean: no, I mean two hands 09.39.22 # thats not a good enough reason though 09.39.25 Quit SolarWar1 (Read error: 110 (Connection timed out)) 09.39.28 # Why isn't it? 09.39.29 # I use my thumb on the wheel - don't know about you 09.39.42 # Why is "I hate the idea your patch is trying to implement" not a good enough reason to object to your patch? 09.39.50 # * GodEater decides to leave this discussion for the time being 09.40.04 # GodEater: My thumb can hold menu and hit left/right at least 09.40.17 # Llorean: I'm not as dextrous as you then :) 09.40.20 # Down would require a second hand though 09.40.29 # Llorean: if the patch goes in, do you have to use it? 09.40.29 # Or finger awkwardness 09.40.46 # Llorean: fine, if thats the way our going to be, do the damn patch, then ill reject it for exactly that reason 09.40.55 # morrijr: If the patch goes in, I have to suffer from lost buffer size, the removal of my quickscreen, and possible increased support load, yes. 09.41.11 # oooh k... 09.41.12 # JdGordon: That's very petty. "Llorean doesn't like my patch idea, so I'm going to object his." 09.41.30 Join SolarWar1 [0] (n=SolarWar@c-66-30-16-103.hsd1.ma.comcast.net) 09.41.34 # JdGordon: I don't want a customizable quick menu because it adds unnecessary complexity. 09.41.39 # omg, do you still not understand that bloody patch? its and EXTRA menu item, not a quickscreen replacement 09.41.55 # If it's an Extra menu item, why not just reorganize the menus to be more efficient? 09.41.57 # ddalton: well, it might not be strictly neccesary depending on where you call it from but you can't go wrong with one :-) 09.42.28 # JdGordon: You're the one who keeps saying he wants to replace the quick menu. 09.42.37 # I'm aware the patch as it stands doesn't do so. 09.42.39 # But you keep saying you want to. 09.42.41 # no im not, i never said anything like that 09.43.00 # I'm saying I want to make the options in it customizable from the 180+ options we have 09.43.07 # JdGordon: "*JdGordon wants to replaec the whole quickscreen or even remove it" 09.43.22 # You said it earlier in this conversation even. 09.43.23 # bah, qoute me out of context! 09.43.34 # Well what do you want to replace it *with* 09.43.45 # You said specifically in another conversation that it could be replaced with a customizable menu 09.44.09 # JdGordon: I'd also close 5997: the amount of battery time gained by this will not be very significant.... 09.44.15 # * LinusN gets some popcorn 09.44.31 # LinusN: can I get in on that order... 09.44.40 # :-) 09.44.57 # * petur hopes LinusN had a nice holiday 09.44.57 Join Toki_ [0] (n=hsdbvlkb@gateimb.imb.lebedev.ru) 09.45.05 Quit _w0rd54 (Read error: 104 (Connection reset by peer)) 09.45.15 # petur: very nice - and too short :-) 09.45.21 # as usual ;) 09.45.22 # petur: ok, I didnt see it 09.45.24 # JdGordon: If you don't want to replace the quickscreen, it still doesn't change that it's added clutter. An additional menu full of menus. I'm still of the opinion reorganizing the menus is a first step that needs to be done, and then see where things stand. 09.45.25 # petur: hope you had a nice one too 09.45.44 # yes, same comment about the length ;) 09.45.53 # Llorean: and do you honetly see the menu reorganising happening in the forseable future? 09.46.01 # * GodEater hasn't had a holiday but did enjoy the nice sunny weekend 09.46.48 # I wrote a function in a program I wrote and it compiles under gcc. So will this be the same for rockbox? will it work? 09.46.58 # it worked in my program as well. 09.47.05 # JdGordon: Is "nobody's working on the right solution" a reason to implement the wrong one? 09.47.05 # hahahaha nice closing comment there JdGordon ;) 09.47.08 # ddalton: should do 09.47.29 # ddalton: provided of course you didn't use malloc() anywhere ;) 09.47.31 # ok where abouts in main_menu.c should my first test function go? 09.47.32 # Llorean: no, but not expecting anyone to start for months(?) is... 09.47.45 # ddalton: wherever you think it's appropriate - it doesn't really matter 09.47.58 # JdGordon: In that case, why haven't you committed the scroll margin patch? 09.47.58 Quit Nick_Brackley ("CGI:IRC (EOF)") 09.48.13 # because amiconn is going to start viewports 09.48.23 # noone has come up and said "im going to do the menu restructre" 09.48.38 # So if I simply say I'll do it, and give you no timeline at all, you'll drop this entirely? 09.48.56 # what is malloc() 09.49.05 # Llorean: you cant decide after 3 years its time to change the QS items to suit an unkown % of the userbase.... you can make it customizable, or live with the settings as it is 09.49.22 # Interesting change of attack 09.49.31 # ddalton: if you don't know - then you should be fine ;) 09.49.47 # but can you just tell me what it is just wondering. 09.49.51 # I posit that with the advent of the main menu, and a unique option for Database, one of the primary user-uses of the quick menu's file view option (easy access to the database vs filetree) is no longer valid 09.49.58 # Meaning that the option itself should be reconsidered 09.50.03 # ddalton: it allocates memory for data dynamically 09.50.08 # I've merely offered one potential replacement, I don't know if mine's the best 09.50.28 # But it's absolutely definite that the value of "File View" in the quick menu has decreased. Whether it's decreased enough for removal is somebody else's decision. 09.50.38 # ok so if I put it at the top under the include will that work? 09.50.59 # ddalton: I'd put it after any variable definitions too 09.51.14 # ddalton: yes, and if you provide a prototype, you can put it anywhere you like 09.51.19 # ddalton: besides, if putting it somewhere doesn't work - you can always move it again! 09.51.28 # and is this right? void my_function (void) { code } 09.51.53 # ddalton: looks fine to me 09.51.59 Quit Rick (Remote closed the connection) 09.51.59 # ddalton: yes, that looks correct, provided that the function doesn't talke any arguments 09.52.13 # ok and what would you put between the braces as a test? 09.52.33 # ddalton: some code? :-) 09.52.39 # What do you mean by "talke any arguments" 09.52.51 # ddalton: typo, i meant "take" 09.53.04 Join Rick [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 09.53.11 # ddalton: you really should read your C book a bit more before trying rockbox hacknig 09.53.45 # * GodEater reads the latest ramblings in the e200r thread 09.54.03 # anyway, chaning topics.... anyone want to comment on the organiseing the rocks folder patch? 09.54.25 # Well JdGordon I have read it and the function worked in a small c program I wrote 09.55.00 *** Saving seen data "./dancer.seen" 09.56.25 # LinusN will this work? void my_function (void) { talk_id(LANG_DISK_SIZE_INFO, true); } of course on separate lines. 09.56.53 # ddalton: guess so 09.57.08 # ok thanks I will give it a go. 09.58.27 # ddalton: do you have some aversion to just trying it and seeing what happens ? 10.00.10 # LinusN how would I add an option to the time menu under system? could you tell me where to look? or tell me what I would need to do? 10.01.33 # no this is a whole different thing about the time menu. 10.04.18 # hey aliask did you see my email I sent yesterday? 10.04.30 # ddalton: you want to add a menu item to the time menu? 10.05.02 # yes that is right i want it to say "voice time as?" and under that 24 hour and 12 hour. would that work? 10.05.03 # in that case, you want to edit the file apps/menus/settings_menu.c 10.05.14 # ok and what should I look for? 10.05.43 # but you will also have to edit apps/settings_list.c to add the new option to the settings structure 10.06.01 # and also apps/settings.h i think 10.06.18 # what's in settings.h 10.06.29 # ddalton: you should begin with adding the option to the settings struct 10.06.57 # in settings_list.c or something? 10.06.58 # settings.h contains the huge struct definition for the settings 10.07.22 # how would I then check to see what that setting is set to in my code? 10.08.03 # ddalton: in settings.h, look for the struct member called "timeformat", it's on line 444 in the current version of the file 10.08.55 # then add your new member, called "voice_timeformat" or something 10.09.24 # just copy the line with the timeformat definition and rename it to voice_timeformat 10.10.22 # put it right below the timeformat definition 10.10.41 # * LinusN is in a helping mood today 10.11.02 # i guess that's what vacation does to you :-) 10.11.18 # would have been faster if you wrote him a patch ;) 10.11.28 # thanks for that 10.12.35 # do I call my function like this: my_function(); and the start of the actual function is void my_function(void) will that work? 10.12.48 # I mean calling it in the actual code 10.13.50 # ddalton: that's how it's done 10.15.16 # petur: you know, give a man a fish.... 10.15.49 # I only know about the finger/hand - what comes with the fish? 10.16.10 # chips? 10.16.40 # ok now just one more question about the time setting. what do I do after going to line 444 in settings.h and copying it? 10.17.34 # JdGordon: I had a quick glance at your patch 10.17.45 # ... and? 10.17.46 # petur: "Give a man a fish; you have fed him for today. Teach a man to fish; and you have fed him for a lifetime" 10.18.21 # LinusN: ah.. that one :) 10.18.31 # it's a good idea indeed, but wouldn't it be nice to move the sourcefiles as well ? 10.18.53 # ddalton: you have copied the timeformat line, pasted it right below and renamed it to voice_timeformat? 10.19.01 # that way we would avoid using TARGETDIR and it would become clearer for devs as well 10.19.24 Quit midgey ("Leaving.") 10.19.39 # petur: or this one "Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life" :-) 10.19.44 # TiMiD[FD]: yeah maybe, but beyond the scope of the patch 10.19.53 # well my build is compiling but I am writing down what you are saying so I can do that once the function is work. but once I rename what do I need to do next? 10.19.56 # rofl 10.19.59 Join Gibbed [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 10.20.11 Quit Rick (Nick collision from services.) 10.20.17 Nick Gibbed is now known as Rick (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 10.20.19 # bah it's only a few hundred of svn mv :) 10.20.47 # (I'm exagerating a little bit) 10.21.18 # ddalton: editing the settings.h file will add the option to the settings struct, next thing to do is to edit the settings code to be able to change and save the setting 10.21.42 # ddalton: that is done in the file apps/settings_list.c 10.22.28 # ddalton: again, find the section with the "timeformat" option, lines 466-468 10.23.36 # LinusN: back back back!! 10.23.39 # ddalton: copy those 3 lines and paste them right below, then rename "timeformat" to "voice_timeformat" and also rename the string "time format" to "voice time format" 10.24.22 Join safetydan [0] (n=dan@rockbox/developer/safetydan) 10.24.46 # pondlife: huh? 10.25.03 # No worries, just belatedly celebrating your safe return ;) 10.25.35 # hahaha 10.26.02 # Although you might want to discuss bootloaders with XavierGr (see IRC logs). 10.26.38 # ddalton: looking at the apps/settings_list.c file, i suddenly remember that you will have to add a new phrase to the language file as well... 10.26.51 # pondlife: the h115 issue? 10.28.07 # Yes, ata_init locks I think 10.28.42 # He has been debugging. 10.28.44 Quit pusakat ("Be good.") 10.29.16 # Llorean: re: no "Load to ram" on sansas, It seems that was disabled by the sd patch http://svn.rockbox.org/viewvc.cgi/trunk/firmware/export/config.h?r1=13573&r2=13741&pathrev=14198 10.29.43 # pondlife: i'll see if i can try it on my h110 10.30.27 # LinusN: Not updated my H340 recently, my current bootloader does all I need it to... 10.32.22 # Would deasserting ATA_EN on GPIO power down the ata interface? 10.32.37 # btw, i guess it's time to start building bleeding edge voice files now 10.33.12 # aliask: no 10.33.57 # aliask: it merely activates the USB-ATA chip 10.33.58 # LinusN: Bleeding-edge voice files would be great, but do we have a suitable TTS engine? 10.34.06 # festival 10.34.46 # i believe Bagder has prepared for it already, but i might be mistaken 10.35.11 # LinusN: I think you are right, he was talking about it yesterday 10.35.41 # Hmm, LinusN appears, and amiconn vanishes... :/ 10.35.47 # the langv2 system will be a pain for those who want recent voice files with non-free tts:es 10.36.11 Join perrikwp_ [0] (n=chatzill@74.167.148.160) 10.36.12 # Does rbutil not make it easy to make your own voice files? 10.36.22 # I heard a rumour... 10.36.36 # that's news to me 10.36.49 # i only knew it could create .talk files 10.36.51 # Maybe it's just the .talk clips. 10.37.15 # Would be useful if it could also incorporate the lang->voice stuff. 10.37.24 # it would be wonderful if the win32 version could generate .voice files as well 10.37.54 # I rarely have the same voice used for both .talk and .voice files - a schizo DAP, indeed. 10.38.14 Join amiconn [0] (i=jens@pD9F4C782.dip.t-dialin.net) 10.38.27 Join obo [0] (n=obo@rockbox/developer/obo) 10.40.17 # amiconn: Morning, what's your current best 3G run-time? I checked the logs but couldn't find the result. 10.40.29 # * amiconn has no G3... 10.40.44 # G2 runtime was 16h 3min 10.40.49 # Ah, sorry - I meant G2 10.40.55 # that's with the non-standard battery though right ? 10.41.09 # That's ~20% better than apple, taking the higher capacity battery into account 10.41.20 # thanks LinusN forr all of that great info! I will deffinetly use it and I saved all your chats. also what is rbutil 10.41.22 # Yes, 1600mAh instead of 1230mAh 10.41.22 # What increase did disk poweroff give, plenty by the sound of it. 10.41.33 # Or was there another breakthrough too? 10.41.35 Join nerochiaro [0] (n=nerochia@adsl203-164-174.mclink.it) 10.41.51 # ddalton: rbutil (or RockboxUtility) is our new program to install Rockbox 10.41.54 # ddalton: rbutil is a pc/mac application to install and update rockbox on your dap 10.42.00 # About half of the gain is due to disk poweroff, the other half due to disabling unused parts of the PP (estimtion) 10.42.14 Join Falen [0] (n=chatzill@81-237-250-190-no147.tbcn.telia.com) 10.42.41 # amiconn: Last question (for now, honest).. Is any part of these discoveries relevant to the later iPods? 10.42.49 # The latter isn't committed yet, as it also affects the G3. I want to check the G3 disassembly before committing to make sure it's correct 10.43.00 # ddalton: http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility 10.43.11 # does anyone know what the old rockbox daily archives seem to have 3 copies of the whole source tree in them: one in the root dir of the archive, one in "rockbox.old" and one in "rockbox" ? 10.43.17 # saratoga tried it on his G3 and didn't observe problem 10.43.18 # pondlife: no - they're not 502x compatible changes 10.43.19 # s 10.43.50 # GodEater, pondlife: No, but I intend to look for the respective bits on PP502x as well 10.44.11 # * amiconn wonders why th eipl people stopped so early with their RE 10.44.12 # * pondlife is happy 10.44.14 # /msg NickServ IDENTIFY alfabetet123 10.44.27 # nerochiaro: haha, oops 10.44.37 # There is lots more interesting stuff to discover.... 10.45.00 # n1s: Is it normal that no translation seems to work atm? 10.45.35 # woo, wb LinusN :) 10.45.44 # amiconn: thx :-) 10.45.46 # amiconn: I guess the iPL people got more interested in their apps than their kernel 10.45.57 # amiconn: no, they should work, although a few renamed strings will be in english... 10.46.03 # look how old the iPL kernel is now 10.46.09 # LinusN: well, i don't really care for the extra space ;) but which of the three should i use ? 10.46.18 # n1s: wHEN i LOAD DEUTSCH.LANG ON MY 2ND GEN, _ALL_ STRINGS STAY ENGLISH... 10.46.23 # doesn't simulator create the rockbox.iriver file? 10.46.26 # Oops, damn caps lock 10.46.29 # nerochiaro: i don't know, i am investigating 10.46.33 # LinusN: thanks 10.46.45 # jhMikeS: You around? You seem to have disabled "Load to RAM" for database and "Dircache" on Sansa. If anything, they should be permanently on rather than permanently off, as disabling them prevents the database from being able to remove files. 10.46.56 # jhMikeS: I assume this is partially because Dircache + SD is problematic? 10.46.58 # ddalton: no - it creates a rockboxui executable 10.47.12 # amiconn: hmm, weird, I get that here now too, could swear it worked yesterday... 10.48.03 # ok thanks 10.48.04 # amiconn: if I change language english->swedish->swedish it works... 10.48.15 # Llorean: Dircache + hotswap won't work together 10.48.39 # n1s: No matter how often I click deutsch.lang, it stays english 10.49.04 # deutsch.lng I mean 10.49.11 # amiconn: are you sure you made a full install overwrithing the .lng file? 10.49.15 # amiconn: If dircache can handle added files and deleted folders, why can't it handle hotswap (if a little slow for the scan)? 10.49.28 # Yes, I made fullzip, no change 10.50.00 # Llorean: Someone needs to adapt it, and I'm afraid the only one who really understands the inner workings is Slasheri 10.50.08 # Ah 10.50.26 # amiconn: ah, did you reconfigure before building? 10.50.33 # no 10.50.37 # try that 10.50.55 # Hmm, let's see whether that works (running on battery atm) 10.50.59 # Unfortunate. =/ 10.52.56 Quit perrikwp (Read error: 113 (No route to host)) 10.54.36 Join midgey [0] (n=tjross@c-71-205-31-207.hsd1.mi.comcast.net) 10.58.36 Join amiconn_ [0] (i=jens@rockbox/developer/amiconn) 10.59.14 Quit amiconn (Nick collision from services.) 10.59.14 Nick amiconn_ is now known as amiconn (i=jens@rockbox/developer/amiconn) 10.59.17 # oops 10.59.30 # * amiconn needs a new laptop battery 11.00.07 # my laptop needs a new hinge for the screen 11.02.35 # does anyone know why my simulator build of rockbox isn't talking? 11.03.16 # ddalton: did you run "make install" after the compile had finished ? 11.03.52 # yeah I think so should I run it again cause I forgot 11.03.53 # n1s: Do voice files now have a target specific header? 11.03.56 Join w0rd54 [0] (i=blackdev@100mbit.top-site.us) 11.04.01 # amiconn: yes 11.04.13 # So old voices won' 11.04.18 # t work anymore... 11.04.20 # nope 11.04.48 # * amiconn really needs to bring the vbscript up to date and integrate it into the build system (for use on cygwin) 11.05.17 # amiconn: if the voice format hadn't changed the old voice files would not work correct anyway because of changed IDs 11.05.26 # yup 11.06.23 # will I need the fonts cause I am building for a h300? 11.06.37 # n1s: After reconfiguring, full rebild + fullzip I do have german menus 11.06.49 # amiconn: good :-) 11.06.51 # Any bets on how long it will be before the gains made by the lang v2 changes are gone? 11.07.06 # That is, they're partially english... 11.07.30 # amiconn: that is becuse of renamed IDs and will take some work to fix, or a clever script 11.08.03 # oh and congratulations n1s on finally getting that patch over the line 11.08.12 # ddalton: if you 'make install' fonts will be installed 11.08.17 # Hmm, SVN sim is giving "Filetype array full" here 11.08.30 # anyone going to think about commiting p6159? 11.08.36 # safetydan: thanks, and congrats to you too, the starter of the patch :-) 11.08.46 # gtg 11.08.49 Quit amiconn (" HydraIRC -> http://www.hydrairc.com <- Now with extra fish!") 11.09.02 # ddalton: I will take a look at it soon 11.09.18 # ok and could you also look at p6138 11.09.32 # ddalton: one patch at a time :-) 11.10.12 # ok then p6159 is the big one it voices about 100 more splash screens apparently. 11.10.48 Join leftright [0] (i=d9e1fb51@gateway/web/cgi-irc/labb.contactor.se/x-a296dc65a109d871) 11.12.11 # is it my imagination or are the Scolling "List Acceration" menu swapped/transposed with their settings ? 11.12.50 # "List Acceleration" 11.16.32 # hmmm, brought irc to a stanstill again 11.17.25 Quit Falen ("ChatZilla 0.9.78.1 [Firefox 2.0.0.6/2007072518]") 11.20.08 Part leftright 11.23.28 Join Entasis [0] (n=Jarred@ppp121-45-45-54.lns10.adl2.internode.on.net) 11.25.02 Join ompaul [0] (n=ompaul@freenode/staff/gnewsense.ompaul) 11.28.12 Quit Rob222241 (Read error: 104 (Connection reset by peer)) 11.29.32 Join miepchen^schlaf [0] (n=hihi@p54BF5535.dip.t-dialin.net) 11.29.55 Join XavierGr [0] (n=xavier@ppp240-193.adsl.forthnet.gr) 11.30.04 # is any of the rockbox targets part of the ARM9E family ? the gigabeat is ARM9, but ARM9TDMI 11.31.46 # will my voice file from yesterday work on to days latest svn build? 11.32.44 # I didn't think the Gigabeat *was* TDMI 11.33.47 Join Nicofrand [0] (n=Nicofran@ARennes-251-1-98-129.w86-199.abo.wanadoo.fr) 11.33.50 # hi 11.33.52 # GodEater: in the configs it says S3C2440, which seems to be an ARM920T which is part of ARM9TDMI. i may be wrong of course 11.34.02 # ah 11.34.07 # that might be where I was confused 11.34.16 # nerochiaro: Why do you want an ARM9E? 11.34.52 # nerochiaro: i have found the problem with the source archives, but it is not an easy fix. in the meantime, ignore the "rockbox" and "rockbox.old" subdirs 11.35.00 # Llorean: i'm trying to use your WMA codec on another machine that is not supported by rockbox, but being an ARM9 should work there too 11.35.24 # Llorean: and i'm trying to find the nearest config among the ones you support 11.35.44 # Llorean: ok, i'll use only the root dir. i've removed the other two 11.35.49 # er, LinusN sorry 11.36.13 # LinusN: thanks 11.37.36 # tell me, if my mp3 player is not in the list of the supported players, i can't install rockbox or does it only means that nobody tested it? 11.37.51 # Nicofrand: You can't install. 11.37.57 # Rockbox needs to be tailored to specific hardware. 11.38.13 # ok 11.38.19 # :/ 11.39.20 # Are there some projects like rockbox which would support other players? 11.39.41 # If you find some, let us know. We can probably share work. 11.39.58 # ok.. 11.42.51 Join Rob2222 [0] (n=Miranda@p54B17379.dip.t-dialin.net) 11.43.50 # I think Archopen and iPL are the only other similar projects we know about 11.44.08 # and currenty we support most of the same targets as iPL anyway 11.44.22 # ok 11.44.36 # but i have a little thomson lyra player :D 11.44.41 # GodEater: Most? 11.44.59 # Llorean: we still don't have bootloaders for 1G and 2G as I understand it ? 11.45.09 # it's a good player but it doesn't support ogg vorbis files :( 11.45.10 # if firmware/export/system.h i see #include "system-target.h" and i see there are various of these files according to arch. can anyone tell me how is it decidec which one is picked up ? 11.45.17 # GodEater: You don't need a bootloader to run Rockbox. ;) 11.45.21 # At least on iPods 11.45.38 # true - but that's advanced usage ;) 11.45.44 # ah Linus! Welcome back. 11.46.12 # GodEater: I think 1g/2g are supported, just not Supported, as it were. 11.46.31 Join My_Sic [0] (n=MySic@mur31-1-82-237-204-133.fbx.proxad.net) 11.46.37 # so in fact your previous statement is not entirely true ;) 11.46.59 # I suppose 11.47.12 # But then, in *our* sense of "Support" how many iPL targets are? ;) 11.47.27 # 3 I think 11.47.39 # I don't pay much attention to what they support tho 11.47.43 # Heh 11.47.43 # since I don't much care 11.48.06 # * GodEater needs elevenses, and wanders off for food 11.49.20 # nerochiaro: it is decided when you run the tools/configure script 11.50.06 # LinusN: ah, ok, so i'll just fake it by adding an extra -I 11.50.08 # nerochiaro: which in turn creates the makefile, which sets the #include search path for the compiler 11.50.20 # nerochiaro: what are you trying to accomplish? 11.51.20 # LinusN: building the wma codec from rockbox sources in the most self-contained way 11.51.31 # i see 11.51.32 # LinusN: so i can use it without rockbox at all 11.51.54 # LinusN: maybe i'm on the wrong track completely 11.52.23 # well, it really depends on what you are doing and why 11.52.45 # i'll leave that for you to decide 11.53.07 Quit Jon-Kha_ (Read error: 145 (Connection timed out)) 11.53.48 # nerochiaro: neuros? 11.54.19 # LinusN: yes, the Neuros OSD is in need of a WMA codec. and the one in rockbox seems the best i've seen so far, so i'm trying to pick it up 11.55.03 *** Saving seen data "./dancer.seen" 11.55.52 # Ok I can't get anything to work so maybe i should go and read another c book. so does anyone know of a good c book? 11.56.02 # to read so I can program rockbox 11.56.05 # nerochiaro: have you been in touch with michael giacomelli? 11.56.34 # LinusN: no, i don't think so. unless i know him by nickname and not by full name 11.56.49 # He's Saratoga 11.57.11 # * petur scratches memory 11.57.22 # ddalton: if you are getting compiler errors - read a book, if you can't get your rockbox modifications to work - keep bugging us 11.57.50 # petur, nerochiaro: yes, "saratoga" is his IRC nick 11.58.01 # ah, well, i had not found a time where we both were online to talk, but i intend to do that 11.58.24 # nerochiaro: he is the guy who ported the WMA codec to rockbox as a GSOC project 11.59.29 # LinusN: i'll make sure to talk with him then 12.00.39 # * GodEater would imagine linuxstb knows a bit about it too since he wrote the .asf parser 12.00.52 Part maffe 12.00.57 # LinusN: do you know if there is a way to mod the H100 series to autopower on USB (or AC adapter) like the H300s? 12.01.13 Join maffe [0] (n=maffe@barmen.interhost.no) 12.01.16 Quit Nicofrand (Remote closed the connection) 12.01.20 # XavierGr: shouldn't be too hard 12.01.47 # but it might require a nontrivial mod 12.02.10 # do I need external parts for it? 12.03.05 # "external" 12.03.07 # ? 12.03.19 # I think that delivering a signal to the play button upon USB connection will do the job, but I can't find something that will give it a pulse 12.03.24 # "components not already present in the H100" ? 12.03.28 # you will probably need at least a transistor 12.03.39 # GodEater: yes 12.03.47 # ok that sounds feasible 12.04.28 # but i would have to check the pcb/schematics a little more to know for sure 12.04.52 # the thread I made is this: http://forums.rockbox.org/index.php?topic=11780.0 pabouk mentions something about a chip but I am not even sure if I can find that 12.05.30 # ok I think I should read a book because I am probably becoming anoying. so do you know of any good online books. cause I am blind and I can't really read one from the book shop. 12.07.48 Join Rob222241 [0] (n=Miranda@p54B15679.dip.t-dialin.net) 12.10.26 Quit Rob2222 (Read error: 110 (Connection timed out)) 12.10.50 Quit Rob222241 (Client Quit) 12.12.57 # LinusN it can 12.13.03 # handle chm files 12.13.19 # is there a book you know of in that format? 12.13.53 # in this window? 12.14.31 # * GodEater detects an unfamiliarity with private messages... 12.15.15 # :-) 12.15.35 # * petur reads 7539 and wonders how Llorean manages to attract negative comments so easily... 12.16.05 # I'll admit I was a bit harsh there. 12.16.26 # it doesn't sound harsh to me though 12.16.27 # it would have come off nicer without "remotely" :) 12.16.37 # Yeah, remotely is the key word. 12.16.48 # although I agree with you mostly - it's a complete waste of time 12.16.51 # Then again I'm quite sure "break every user's database to rearrange files in a folder people shouldn't see" isn't a remotely good idea. ;) 12.16.53 # "even remotely" sounds a little harsh to me 12.17.08 # LinusN: I already admitted to being too harsh there. 12.18.39 # I would rather have all data files (database, config) moved to one directory, if possible outside the .rockbox tree - maybe .rockbox_data? 12.19.02 # All runtime generated files you mean? 12.19.12 # Or including themes, etc? 12.19.23 # not themes 12.19.24 # * GodEater would still like to see themes rolled up into tarballs 12.19.41 # everything you can't reinstall 12.20.18 # Ah, so files that are lost forever if you accidentally delete the .rockbox forever. 12.20.22 # would make it easier to backup and also wipe/reinstall rockbox 12.20.28 # yes 12.21.18 # Would a simple solution be just to search .rockbox_data before .rockbox for any file/folder expected to be in .rockbox? 12.21.37 # Then the user can decide if they want to include themes in their backup, and if a theme folder doesn't exist there it uses the one in .rockbox? 12.21.43 # you mean make the location of the file optional ? 12.21.45 # Well, not "simple" 12.21.49 # But rather "flexible" 12.22.24 # Though I guess that wouldn't work automatically for runtime generated stuff still 12.22.47 # what about a transition plugin that gets run if at startup the .rockbox_data dir doesn't exist? 12.22.58 # clever solution 12.23.14 # I'm also thinking about plugin data (highscores) although I don't use games... 12.23.46 # is there a definitive list of transitive data somewhere ? 12.23.58 # not that I know 12.27.35 # * petur walks off to lunch 12.28.38 Join Arathis [0] (n=doerk@p508A7C48.dip.t-dialin.net) 12.34.35 Join Rob2222 [0] (n=Miranda@p54B15E04.dip.t-dialin.net) 12.37.31 Join bluebrother [0] (i=rF7b8LmC@rockbox/staff/bluebrother) 12.41.12 Join modules [0] (n=tnix@85.88.5.125) 12.41.21 Join spiorf [0] (n=spiorf@host113-205-dynamic.14-87-r.retail.telecomitalia.it) 12.42.56 # i have installed successfully rockbox on ipod video, mac os x. 12.43.11 # to get in usb-diskmode i have to reboot my os everytime. 12.47.33 Join Jon-Kha [0] (n=Jon-Kha@80-248-243-10.cust.suomicom.fi) 12.48.10 # 6959 should be handled with the recent "set recording dir" change shouldn't it ? 12.48.43 Quit Jon-Kha (Client Quit) 12.48.49 # * JdGordon slaps bluebrother round with root_menu.c.. if you want it more KISS i welcome a patch 12.49.15 # JdGordon: ? 12.49.32 # re a comment on irc from last night while i was sleeping 12.49.35 # Ah 12.52.39 Join Jon-Kha [0] (n=Jon-Kha@80-248-243-10.cust.suomicom.fi) 12.56.33 Quit Arathis ("Verlassend") 12.57.57 Quit Jon-Kha ("Lost terminal") 13.08.37 Join bdgraue [0] (n=bdgraue@host-091-096-228-122.ewe-ip-backbone.de) 13.09.52 Quit inversion (Read error: 110 (Connection timed out)) 13.16.20 # switch statements 13.16.36 # are they used in rockbox a lot? 13.16.40 # default: what abot them? 13.16.44 # about* 13.16.47 # ddalton: yes 13.16.47 # * JdGordon was too slow 13.17.07 Join Febs [0] (n=chatzill@207-172-204-33.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) 13.17.57 Join Rob222241 [0] (n=Miranda@p54B15985.dip.t-dialin.net) 13.20.24 Join Spiorf_ [0] (n=Spiorf@host7-229-dynamic.2-87-r.retail.telecomitalia.it) 13.20.45 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 13.22.08 # Any swedish speaking/writing people here have a good suggestion for translating "Add to shortcuts", "Lägg till till genvägar" is not nice... 13.23.00 Quit safetydan ("Ex-Chat") 13.26.09 # does anyone else think showing every viewer in the open with screen is pointless? it should only show plugins which will read the file extension of the selected file? 13.26.20 # Yes 13.26.28 # I've thought that before 13.26.34 # Based on viewers.config 13.26.42 # * JdGordon thinking about doing a bit of an overhaul in filetypes.c 13.27.04 # Start by fixing up the size of the array.. 13.27.10 # * GodEater thinks text editor / viewer should be a globally selectable option there though 13.27.12 # it might be handy to allow a few viewers to open any type of file, ie viewer, text_editor... 13.27.23 # * GodEater sees that he and obo think alike 13.27.24 # probably change it to linked list so we get rid of that stupid array 13.27.33 # I'd rather have none of this hard coded... 13.27.35 # obo: yeah, * for the extension will allow that 13.27.43 # ..if we can put it into viewers.config. 13.27.53 # JdGordon: Unrelatedly, why didn't http://www.rockbox.org/tracker/task/5594 (iPod scrollwheel acceleration) get committed? 13.28.03 # Was that because of me? I hope not :) 13.28.18 # why what did you do pondlife ? 13.29.05 # * JdGordon wonders why pondlife is feeling guilty 13.29.09 # I was arguing, slightly, that jhMikeS's Sansa wheel stuff should be used instead. 13.29.25 # but no, it hasnt gone in because it should work the same was as jhMikeS's code 13.29.33 # is there an ipod firmware redistributable? 13.30.14 # a what? 13.30.49 # a way to install the apple firmware without the use of itunes 13.31.22 # yes there is 13.31.26 # Anyone familiar with the SPI protocol? 13.31.28 # the method is in the wiki 13.31.45 # GodEater: cheears 13.31.58 # http://www.rockbox.org/twiki/bin/view/Main/IpodManualRestore 13.32.17 # aliask: uh, what is SPI again? sounds familiar 13.32.18 # aliask: http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus 13.32.29 # daurnimator: Serial peripheral interface 13.32.44 # probably think of something else :S 13.33.12 # Sexually Promiscuous Individual ? 13.33.36 # * petur sends GodEater to the corner 13.33.44 # * GodEater takes a chair and a book 13.33.45 # * JdGordon not sharing a room with GodEater at devcon08 :p 13.33.55 # aliask: what do you want to know? 13.34.18 # When reading from the SPI, does the CPU have to be in slave mode? 13.34.18 Quit Rob2222 (Read error: 110 (Connection timed out)) 13.34.38 # which cpu? 13.35.07 # The imx31 has a built in SPI block, so that'd be the imx31 13.35.22 Quit webguest38 ("CGI:IRC (Ping timeout)") 13.35.34 # the cpu is always master when reading from an spi device 13.35.50 # aliask: the controller sending the read command must also supply the clocking to actually read back the data 13.36.44 # petur: Hrm, I might have to make sure it's sending the clock, but I think it should be. 13.37.09 Quit spiorf (Read error: 110 (Connection timed out)) 13.37.19 # yes it should be 13.37.37 Join spiorf [0] (n=spiorf@host7-229-dynamic.2-87-r.retail.telecomitalia.it) 13.37.55 Quit Spiorf__ (Connection timed out) 13.38.01 # I see that when the master sends a read packet, the slave also outputs to MISO - is that the value to be read? 13.38.21 Join salty-horse [0] (n=ori@pdpc/supporter/active/salty-horse) 13.38.46 Part Llorean 13.38.52 # is there any good reason for the inbuilt filetypes? seen as we ship a viewers.config anyway 13.39.04 # aliask: yes 13.39.37 # hi. compiling from svn, the menu system has gone crazy. the settings menu is full of strings from other places, and choosing those options leads me to other places altogether. 13.39.52 # So to read, you send a packet just containing the address (with the write bit not set, and no data), and then read the contents of the RXFIFO? 13.39.54 # JdGordon: not really 13.40.11 # thats what I wanted to hear :) 13.40.37 # * GodEater can feel a green delta coming on 13.40.46 # not for a while 13.40.51 # * JdGordon still planning 13.40.58 # * GodEater remembers he is in the corner and faces the wall again 13.41.00 # ... and you all thought i went straught into hacking 13.41.02 # but that file is read and cached, right? 13.41.06 # salty-horse: are you sure you are updating the entire .rockbox tree, and not just the rockbox binary? 13.41.14 # petur: yeah, of course 13.41.23 # If you can delta as green as langv2 did, then please hack straight away :p 13.41.45 # yes. using "make zip", unzip on the device root, and confirm all replacements 13.41.48 # * GodEater feels the delta table should definitely implement shades of green 13.41.59 # i'll try again, just to be sure 13.43.06 # * JdGordon not sure how to handle talking if the inbuilts are removed 13.43.35 # JdGordon: huh? 13.43.47 # Isn't there some kind of extension handling in lang/voice files anyway? 13.44.26 # the inbuilts have a VOICE_EXT_ associated with them... I dnt know how that is used though 13.45.08 # salty-horse: make sure you reconfigure before rebuilding 13.45.23 # * n1s forgot to put that in the commit message... 13.46.47 # n1s, the first time i executed "tools/configure update".. noticed the bad menus and tried "tools/configure" instead - is this correct? 13.47.34 # salty-horse: I don't think our configure script takes arguments 13.47.53 # salty-horse: are you building a clean rockbox checkout? 13.48.12 # yes.. it worked last week 13.48.27 # from docs/README: 13.48.27 # Whenever the tools/configure script gets updated, you can make your makefile 13.48.27 # updated too by running 'tools/configure update'. 13.49.55 # salty-horse: do a 'svn up' in your rockbox source tree, and if it doesn't complain do '../tools/configure in you build dir and then 'make clean' and then 'make' 13.50.40 # it will take some time 13.51.09 # * GodEater finds "rm -rf *" in his build dir followed by a configure is the best way 13.51.15 Quit ddalton ("I was using BOFHNet IRC version 1.2 by fmillion - get your copy today from http://www.the-bofh.com/bofhnet/irc !") 13.51.18 Quit Slowking_Man (Connection reset by peer) 13.51.27 # make clean is just as good 13.51.52 Join Rob2222 [0] (n=Miranda@p54B150E5.dip.t-dialin.net) 13.52.30 Join Jon-Kha [0] (n=Jon-Kha@a88-113-19-192.elisa-laajakaista.fi) 13.52.42 Join [IDC]Dragon [0] (i=c19e01ec@gateway/web/cgi-irc/labb.contactor.se/x-bdb2f2150acb5e9c) 13.53.20 # <[IDC]Dragon> let's see if thist works... Hello Rockbox! 13.53.31 # appearred to work to me 13.53.43 # <[IDC]Dragon> haha, thanks 13.53.48 # [IDC]Dragon: were you expecting it not to ? ;) 13.53.51 # wtf happened to the front page? the whole changelog fits in half my screen! 13.54.07 # damn these 1 file commits! 13.54.08 # <[IDC]Dragon> this is a new installation 13.54.38 # <[IDC]Dragon> looks like amiconn isn't around 13.55.03 # he was around earlier... 13.55.07 *** Saving seen data "./dancer.seen" 13.55.19 # <[IDC]Dragon> I wanted to point him to an embedded USB master implementation 13.55.32 # <[IDC]Dragon> which is in german 13.55.33 # I'm sure he'll read the logs.. 13.55.56 # or you could MemoServ him 13.56.09 # <[IDC]Dragon> for the log: http://www.mikrocontroller.net/topic/75254#new 13.56.17 Join webguest38 [0] (i=c0231115@gateway/web/cgi-irc/labb.contactor.se/x-eb47a8f84d030fc4) 13.56.18 # LinusN: have you got an opinion on http://www.rockbox.org/tracker/task/5464 ? 13.56.24 # <[IDC]Dragon> MemoServ? 13.56.38 # /msg MemoServ help 13.57.09 # n1s, its still borked. for example, the settings menu has these items: "sound settings", "general settings", "use file .talk clips", "cleared", "write .cfg file" 13.57.21 # JdGordon: does that put the plugins in categories? 13.57.34 # yeah 13.57.48 # are the category names translatable? 13.58.08 # I think that was the idea 13.58.14 # or is it just a tree viewer 13.58.47 # the plugin browser becomes a submenu with the categry names 13.58.51 # so they are xlatable 13.59.01 Quit Rob222241 (Read error: 110 (Connection timed out)) 13.59.01 # nice 13.59.11 # JdGordon: looks good to me after a quick glance 13.59.36 # salty-horse: are you entirely sure you have a clean current checkout and did all the steps i described? 13.59.43 # <[IDC]Dragon> GodEater: MemoServ'ed, thanks 13.59.49 # ok cool, I'll give it a few days in case anyone wants to object before commiting then 14.00.02 # [IDC]Dragon: hope he's registered to get notifiy'd he has a message 14.00.04 # you will of course be slashed to pieces by the "oh no! now i need X click to start the Y plugin!" crowd :-) 14.00.09 # last time I tried MemoServ out I never got a reply 14.00.29 # * JdGordon will get over it :D 14.00.41 # yes. I executed "tools/configure" again and updated my makefile, then I "make clean"ed and "make" and "make zip" 14.00.42 # LinusN: hopefully the "we want plugins split into catergories" crowd will protect him 14.00.50 # hopefully :-) 14.01.04 # oh wait 14.01.19 # no its nothing 14.01.24 Quit My_Sic (Read error: 104 (Connection reset by peer)) 14.01.38 # * petur added vote to the patch 14.01.39 Join DerPapst [0] (n=DerPapst@tux.isd-internet.de) 14.01.46 # morning at all 14.01.56 # not again :p 14.01.58 # * GodEater votes too 14.02.27 # yay, ill be president in no time now 14.03.03 # JdGordon: i'm not sure TARGETDIR is the best name 14.03.20 # TARGET has a special meaning in the embedded world 14.03.33 # I'm open to suggestions 14.03.41 # voted 14.03.55 # also, are the category names ok? misc, games, applicatinos, demos ? 14.04.11 # applicatinos? 14.04.18 # i think FOLDERS was pretty good 14.04.25 # petur: no worries... i'm at work for already 5 hours :P 14.04.26 # yeah, its spanish-english :p 14.04.27 # small applications? 14.05.09 # surely that's an applet ? ;) 14.05.15 # I'm thinking I want to put viewers in rocks/viewers instead of apps so they arnt so accesable 14.05.25 # it's games/apps/demos now, right? 14.05.32 # yeah 14.05.56 # petur: have you seen the link [IDC]Dragon posted? might be interesting for you and austiancoder.... 14.06.15 # yes, but no time for that right now.... 14.07.27 # mkay 14.07.28 # JdGordon: sounds like a good idea, at least for those viewers that don't work as apps too 14.08.28 # LinusN: isnt FOLDERS too similar to SUBFOLDERS which is used for gcc? 14.08.34 # s/gcc/compiling 14.09.15 # you mean SUBDIRS? 14.09.25 # yeah 14.09.30 # altough, i guess not 14.09.34 # you could call it CATEGORIES 14.09.41 # categries wins 14.12.31 Join rogelio [0] (n=rogelio@189.146.222.125) 14.13.54 Part rogelio ("Kopete 0.12.4 : http://kopete.kde.org") 14.17.31 # GodEater: shorcuts, app or viewer? 14.18.12 # both - but mainly a viewer 14.18.15 # if it is also functional when run I'd say app 14.18.35 # *when run standalone 14.18.39 # I'd put it under viewers for a category anyway 14.18.42 # yeah, thats the destinction... 14.18.49 # viewers is not accessable from the plugin browser 14.19.00 # so if it can run standalone its an app 14.19.20 # well up to you - but the "run as an app" thing is kind of an afterthought 14.19.28 # and you don't gain any other functionality from it doing so 14.19.56 # you mean you can't do anything with it if run standalone? 14.20.00 Join B4gder [0] (n=daniel@static-213-115-255-230.sme.bredbandsbolaget.se) 14.20.10 Join chrisjs169_ [0] (n=chrisjs@pool-71-254-214-208.hrbgpa.east.verizon.net) 14.20.12 # you can - it loads the "global" shortcuts file in the same way as if you'd clicked on the file 14.20.36 # so it's an app... 14.21.01 # guess so - though I can't imagine anyone actually using it like that 14.21.46 # * petur can't imagine anyone using cube too... 14.21.57 # hehe 14.22.38 Quit Febs (Read error: 110 (Connection timed out)) 14.26.27 Nick chrisjs169_ is now known as chrisjs169 (n=chrisjs@pool-71-254-214-208.hrbgpa.east.verizon.net) 14.30.09 # * GodEater isn't sure what petur means. Cube is practically all I use Rockbox for. 14.30.24 # Can't beat a bit of cube 14.30.36 # Especially in wireframe 14.31.19 # it's phat 14.31.22 # or something 14.31.36 # you have to press left left up left right down jump forward side side down 14.31.37 # * petur shakes head 14.31.48 # Seriously, I'll be happy that this categorisation will result in the seperation of the useless "demos" (useless aside from programming examples). 14.31.56 # petur: corner again ? :( 14.32.00 # yup 14.32.08 # * GodEater slouches off to the corner once more. 14.33.08 # howdy 14.33.37 # heya 14.34.24 Quit [IDC]Dragon ("CGI:IRC") 14.34.56 Join Arathis [0] (n=doerk@p508A7C48.dip.t-dialin.net) 14.38.18 Quit HellDragon (Connection timed out) 14.39.35 # any obvious mistakes? http://www.pastebin.ca/647407 (apart from doom and some in /rocks 14.39.58 # should credits go in demos? or stay in rocks? 14.40.21 Join Rob222241 [0] (n=Miranda@p54B15BE3.dip.t-dialin.net) 14.41.07 # it's an app, no? 14.41.57 # well... not really 14.42.06 # i'm incliuned to just leave it in rocks actually 14.42.42 # or stuff it with the viewers as it is called directly by the main code 14.46.32 # * GodEater votes for viewers 14.47.25 # I got rid of the misc category, I dont think its needed 14.48.01 Join Febs [0] (n=chatzill@38.98.196.75) 14.48.01 # pacbox, maze and reversi should all be in games too ? 14.48.34 # yeah, missed them 14.48.44 # running make install again to make sure nothing is missed 14.48.52 Quit Febs (Client Quit) 14.50.09 # wasn't iriverify a plugin once? I don't see it there 14.50.22 # or has it got some other weird name ? 14.50.56 # i guess its only h1xx... i did that from the e200 sim 14.51.10 # have to do a build for each target to make sure none are missed :( 14.51.31 # ouch 14.52.05 # http://svn.rockbox.org/viewvc.cgi/www/tools/buildall-daily.pl?revision=13478&view=markup :-) 14.52.16 # hasn't GRaTT done a verion of iriverify for the sansa too ? 14.52.29 # B4gder: thanks, but that on my comp would take months to finish 14.52.36 # haha 14.52.40 # he did pla<->m3u 14.52.48 # not accepted ? 14.52.49 # well, I bet it'd complete while you sleep... 14.53.29 # its not like I use to wait while it runs either 14.54.46 # hmm.... might have to do that I guess 14.55.15 # you can even most likely remove a few of those targets 14.55.38 # little point doing both of the 32/64 MB ipod videos for example 14.55.53 # can it be set to only do the sims? 14.56.04 # actually. no better do the real thing :( 14.57.15 Quit Rob2222 (Read error: 110 (Connection timed out)) 14.58.44 Quit barrywardell_ () 14.58.53 # anyone think any of the apps should be in viewers instead? 14.59.04 # * JdGordon barely uses any of those plugins 14.59.59 # * GodEater still thinks shortcuts should be in viewers 15.00.14 # ok, your the boss :) 15.00.53 # I just can't see any good reason to launch it directly as a plugin. You'd have to be mental. =) 15.02.18 # when does the tracker week officially end? is it going to end? 15.02.40 # 5th August 15.02.55 # I would add another week, it's been going great 15.03.00 # (according to bluebrother's original post) 15.03.08 # so it's a tracker "week" in the same way as September is now "endless" ? 15.03.52 Join Febs [0] (n=chatzill@38.98.196.75) 15.03.57 # well, yeah, it was really successfuly, but instead of keeping open forever, we should do it once every month or so 15.05.07 # ok, done the player, recorder and e200 builds and all is good, which other ones would be good to test? 15.05.16 # that pretty much covers all plugins doesnt it? 15.06.08 Join Soul-Slayer [0] (n=jonno@89.243.243.28) 15.06.28 # ooh, are you doing the plugins categorising thing? 15.07.11 # yeah 15.07.23 # almost going to commit 15.08.51 # * n1s hides under the table... 15.09.49 # cool :) 15.10.17 # wow, what a commit 15.11.07 # hmm, viewvc doesn't show functional whitespace changes... 15.12.19 # is that red jhMikeS' or n1s' fault? 15.12.47 # can't be jhMikeS 15.12.50 # and there goes the green delat row :) 15.13.17 # weird red 15.14.12 # hey, the ipod2g3g column has gone :) 15.14.22 # when did that happen? 15.14.30 # nobody knows, it's like magic! 15.14.33 # haha 15.15.08 # the scripts keep a 7 day backlog 15.15.23 # so I guess the bad name was now older than that 15.17.18 Join pixelma [0] (i=HydraIRC@pD9F4C22E.dip.t-dialin.net) 15.17.36 # lots of red! 15.18.24 # yikes.... delta isnt very nice either :p 15.18.35 # someone hasn't tried to compile the archos targets before committing 15.18.39 # ok, gtg for a while, will fix red later, it's because I added a space for the archosrom=""#"blah" in configure to fix make clean 15.18.40 # n1s is collecting many points ;) 15.18.59 # LinusN: not bootloaders no 15.19.11 # n1s: is gonna get shot by amiconn if the builds are fixed by the time he notices :D 15.19.14 # and sims I guess :-) 15.19.28 # ah sims too 15.19.49 # * B4gder is not complaining, that was a huge commit 15.19.55 Quit BigMac (Read error: 110 (Connection timed out)) 15.19.59 # now food, later red, hope y'all survive without sims and bootloaders for an hour 15.20.41 # it sounds reasonable to bump the min api version seen as the config paths for all the plugins are moved yeah? 15.22.22 Join Entasis_ [0] (n=Jarred@ppp121-45-188-193.lns11.adl2.internode.on.net) 15.23.04 Join andrew_ [0] (n=andrew@stjhnf0124w-142162082008.pppoe-dynamic.nl.aliant.net) 15.23.13 Join inversion [0] (n=none@89.100.103.62) 15.25.49 # is there a nice script somewhere that will help the translators? 15.26.09 # * pixelma out of the loop for 2 days or so ;) 15.26.34 # 2 big days in the world of languages and translations, that's for sure 15.26.54 # which target uses overlays? 15.27.00 # archoses 15.27.28 # current lang updating takes a lot of time, already spent most of last evening on 1 file :/ 15.28.11 # I mean, I'd try to sync the german lang but welcome everything that would make this work easier 15.28.28 # it needs a rbutil frontend 15.29.17 # lots of strings were removed and added again at the end (untranslated) :( 15.30.06 Join XavierGr_ [0] (n=xavier@ppp226-215.adsl.forthnet.gr) 15.30.08 Quit XavierGr (Nick collision from services.) 15.30.11 # due to ID rename I presume 15.30.26 # yes 15.30.28 # petur: yes and renamed, I know. I helped testing the langV2 patch before. 15.30.43 # so possibly identifying the renames and doing a script for them would be a good idea 15.30.52 # but only ever looked at english.lang... 15.32.20 # * pondlife notes the playback comment "Unfortunately only reliable when music is not also playing." 15.32.42 # Doesn't sound too hopeful :/ 15.33.14 # well, I don't know much about scripting but I thought it could be possible to have something that will reorder the languages the same way it was done with english 15.34.03 Join Nico_P [0] (n=nicolas@rockbox/developer/NicoP) 15.34.15 # Hi Nico_P, nice holiday? 15.34.25 # very nice, thanks :) 15.34.30 # I've been doing some work 15.34.54 # I have a git repo I could try to publish 15.34.59 # mob work? 15.35.30 # yes 15.35.31 # * bluebrother notices the number of open tasks fell below 800 15.35.34 # :) 15.35.45 # so ... someone suggested extending the cleanup period? 15.35.54 # I decided to drop Rb in RB and implemented metadata moving 15.36.06 # basically MoB works in my test plugin 15.36.30 # haha, too hard? 15.36.47 # m oving metadata? so the user has to make sure it hasnt moved since last access? 15.37.06 # You need to tame the rest of Rockbox to make sure it is a sensible user of the API... 15.37.08 # if the user uses bufgetdata to access the metadata, there is no problem 15.37.32 # Depends on how long they keep a pointer, perhaps? 15.38.41 Join XavierGr [0] (n=xavier@ppp127-69.adsl.forthnet.gr) 15.40.10 # the user shouldn't expect the metadata not to move 15.40.30 Quit Entasis (Read error: 110 (Connection timed out)) 15.40.33 # I'll publish my git repo 15.40.48 # commit to a svn branch.... 15.41.01 # I'm not sure it would be easy 15.41.03 # If you can pop it into JDGordon's SVN I'll look. 15.43.12 # doh! forgot to say delete your old rocks folder before updating int he commit messgae :( 15.43.33 # JdGordon: Commit a little mod to add that message? 15.44.10 # wait if some new "red" will pop up ;) 15.44.17 # im hoping there wont be :p 15.46.01 # you could update the commit message ... (but that needs to be enabled server side before) 15.46.34 # iirc changing the commit message isn't enabled 15.47.11 # if you plan to change it, fix your typo too :p 15.47.32 # no typos? Then it wouldn't be JdGordon ;-) 15.47.38 # But optoins taste good. 15.48.40 Quit XavierGr_ (Read error: 101 (Network is unreachable)) 15.50.56 # doh! the one time i want to do an oops commit :p 15.50.57 Join Falen [0] (n=chatzill@81-237-250-56-no147.tbcn.telia.com) 15.53.38 # what's up with the php errors in flyspray? 15.54.02 # anti-KISS ftw! strings[count++]++; 15.54.13 Join Falen_ [0] (n=chatzill@81-237-250-56-no147.tbcn.telia.com) 15.54.20 Quit Falen_ (Client Quit) 15.54.24 # pondlife, JdGordon: http://repo.or.cz/w/Rockbox-MoB.git?a=shortlog;h=no_rb_in_rb 15.54.42 Join Falen_ [0] (n=chatzill@81-237-250-56-no147.tbcn.telia.com) 15.54.42 Quit Falen_ (Client Quit) 15.54.56 # chrisjs169: sorry, the christal ball is broken, you need to spell out the problem to us 15.55.08 *** Saving seen data "./dancer.seen" 15.55.09 # ill try to remember to look later Nico_P, prepiong 1 last commit, then bed 15.55.35 # JdGordon: no worry, I'll probably quickly add info about this on the wiki page 15.55.46 # :) 15.56.23 # * Nico_P is starting to love git and git-gui even more 15.56.41 # B4gder: about four or so times now it's said "Notice: Undefined index: 0 in /usr/share/flyspray/htdocs/includes/class.flyspray.php on line 344 " 15.56.43 Join Falen_ [0] (n=chatzill@81-237-250-56-no147.tbcn.telia.com) 15.57.30 # * dionoea got that error too 15.57.35 # when you did what? 15.57.48 # when viewing a patch 15.57.53 # eg http://www.rockbox.org/tracker/task/7538 15.58.05 Quit aliask ("ChatZilla 0.9.78.1 [Firefox 2.0.0.6/2007073113]") 15.59.28 Quit Nico_P (Remote closed the connection) 16.01.52 # I get that sometimes too 16.02.47 Join Nico_P [0] (n=nicolas@rockbox/developer/NicoP) 16.07.19 Part LinusN 16.08.45 Part pixelma 16.08.53 Quit atsea- (Remote closed the connection) 16.10.05 # * JdGordon joing the "has left this channel|server" club 16.10.10 Quit JdGordon ("Konversation terminated!") 16.10.27 Quit Falen (Read error: 110 (Connection timed out)) 16.17.11 # pondlife: had a quick look at my repo ? 16.18.09 Quit Falen_ (Read error: 110 (Connection timed out)) 16.18.09 # * GodEater just pull'd from it 16.18.25 # Nico_P: Not yet - maybe tonight :( 16.18.29 # which files does MoB live in? 16.18.41 # Undergoing WorkHell (tm) today 16.18.49 # GodEater: the main file is testplugin.c 16.18.59 # not very intuitive, I know 16.19.40 # pondlife: no worries... If you have any comments, maybe write me mails... that way I won't miss them 16.20.09 # I was thinking of adding another call similar to bufopen, to allow bufferin other things than files 16.20.33 # and lately I have been wondering about bufseek 16.20.50 # GodEater: didn't you clone it ? 16.21.12 Join Arathis_ [0] (n=doerk@p508A4114.dip.t-dialin.net) 16.21.16 # it's not the repo I set up a few days, ago, it's a new one I set up today 16.21.22 # "Rockbox-MoB" 16.22.35 # ah 16.22.46 # was wondering why I couldn't see a testplugin.c ;) 16.22.49 Quit webguest38 ("CGI:IRC") 16.23.04 # GodEater: http://repo.or.cz/w/Rockbox-MoB.git?a=shortlog;h=no_rb_in_rb 16.23.46 Join styleism [0] (n=Eamon@87-194-104-214.bethere.co.uk) 16.24.09 # git is really awesome and git gui is very nice too 16.24.24 # cloning now 16.25.27 # got it 16.26.10 # how are the other SoC projects coming along ? 16.26.20 # wma is doing fine 16.26.22 # * TiMiD[FD] just noticed the hex editor plugin in the flyspray ... could make it to svn after some changes 16.26.44 Join atsea- [0] (i=ariel@gateway/tor/x-a402eb902fc66935) 16.28.19 # preglow: I didn't really doubt that :) 16.28.48 # usb is not doing very fine 16.29.26 # and TTS is apparently a black hole 16.29.34 # which only markun can see into 16.30.00 # :) 16.30.18 # But can he? 16.30.49 # he has some event horizon piercing device 16.30.59 # I'm not clear on the technical details 16.31.37 # petur: what's the problem with usb ? 16.31.44 # Seriously, with austriancoder reappearing yesterday and Nico_P today, has markun actually heard back from TTSbox? 16.32.12 # austriancoder took off for almost 3 weeks without telling... 16.32.33 # I warned Llorean, but I think he's on holiday too 16.32.41 Join BigMac [0] (n=BigMac@c-71-234-95-131.hsd1.ct.comcast.net) 16.32.45 # he was, he's back now 16.33.15 # Nico_P: No problem, holidays are good. 16.33.31 # Especially if you carry on working whilst on them 16.33.37 # lol 16.34.30 # hehe... I'm in an isolated part of Devon without internet access and there's not much to do 16.34.49 # I read the latest harry potter in 3 days, then started working a bit :) 16.35.22 # haha 16.35.43 # * n1s wonders why talk.c is not built for hwcodec sims but for everything else (cause of red sims) 16.36.07 # Because hwcodec sims don't do much? 16.36.14 # They should include it IMHO 16.36.36 Join saratoga [0] (i=980398fe@gateway/web/cgi-irc/labb.contactor.se/x-a79f32c4f0b208a0) 16.38.02 Join austriancoder [0] (n=austrian@80.120.117.30) 16.38.30 # pondlife: problem is that it's seriously broken for those and that I cant test voice stuff on sims because of the 64 bit mp3 crash thingy... :-/ 16.38.43 Quit Arathis (Read error: 110 (Connection timed out)) 16.38.46 # jhMikeS: did you found something to get usb controller sending? 16.38.53 Nick Arathis_ is now known as Arathis (n=doerk@p508A4114.dip.t-dialin.net) 16.39.12 # * pondlife spots that there are now 3 GSoC students in the room. 16.39.23 # yay 16.40.26 # austriancoder: not yet but I was really tired and not in the mood to learn everything about it yet :) 16.40.30 Quit atsea- (Remote closed the connection) 16.40.51 # jhMikeS: no problem 16.41.08 # nerochiaro: here is a freestanding wma fixedpoint decoder that i've been using to debug the one in rockbox 16.41.10 # http://www.duke.edu/~mgg6/rockbox/wmadeci.zip 16.41.36 # whats the best place to put a global variable (struct with all usb settings)? Also I need some settings menu stuff 16.41.40 # that might be a good place to start, however there are some problems with it 16.42.17 # it uses a very old version of the asf parser that doesn't work very well, and it does not include the changes made later that allowed us to decode only one frame of audio at a time (so memory use is fairly high) 16.42.36 # pondlife: TTSbox is very quiet these days.. 16.42.37 # austriancoder: settings go to settings*.* are put, the rest you put in your own file at the top 16.42.44 # austriancoder: I'm sure I'll have a deeper look into it but I started on something I want to keep focused on for the moment. 16.42.47 # -are put 16.42.52 # saratoga: i've managed to get to compile the one you have in rockbox and build as a shared library (it took some coaxing and i'm not including the asf yet). i was going to try to test it in a while 16.43.28 # nerochiaro: if you can get the rockbox one to work, then you should probably use that 16.43.52 # would certainly make merging in our improvements easier 16.44.01 # saratoga: that's what i'm trying. i'll take a peek at the freestanding one in case i fail 16.44.23 # the decoder in the free standing one is actually very, very close to the rockbox one 16.44.37 # aside from the memory and parsing issues, it generally produces bit per bit identical results 16.44.52 # so its very useful for debugging 16.45.28 # saratoga: ah, good then 16.46.27 # petur: so I will do add some usb settings (usbmode: automatic|device|host - usbdevicedriver: storage|serial|...) - then i hope we get the sending working 16.46.37 # saratoga: i wanted to ask you if it's normal that wmadeci.c includes wmafixed.c (not .h) ? 16.46.49 # * Nico_P has to be going 16.47.13 Nick lost|X40 is now known as lostnihilist (n=lostnihi@ppp-68-251-65-241.dsl.chcgil.ameritech.net) 16.47.28 # bye everyone, see you soon :) 16.47.51 # bye! 16.48.02 # saratoga: also i was wondering if it was considered as a future improvement to pull in the armv4l optimizations from the ffmpeg codebase 16.48.31 # saratoga: they seem to be just about using some specific arm instructions to help the mdct functions 16.48.36 Quit Nico_P (Remote closed the connection) 16.49.08 # * austriancoder is back in about 20 minutes 16.50.27 # austriancoder: have you seen the link [IDC]Dragon posted? http://www.mikrocontroller.net/topic/75254#new 16.50.41 # nerochiaro: what ARM optimizations? 16.50.44 # it would be so nice if we didn't have to do the mdct optimisations each time and could share the code 16.50.54 # DerPapst: no... but will have a look at it 16.51.20 Join toffe82 [0] (n=chatzill@h-74-0-180-178.snvacaid.covad.net) 16.51.25 # Hmm, missed JdGordon.... 16.51.46 # DerPapst: ahh.. yes i konw this project.. had email contact with the author 16.51.48 # Anyone else think the Plugins categories should be in alphabetical order?> 16.52.02 # saratoga: in ffmpeg source they are in libavcodec/armv4l directory 16.52.13 # austriancoder: ok then nvm ;) 16.52.27 # saratoga: saratoga they are pulled in via the dsputil.h header i think 16.53.27 # nerochiaro: I read through the asm file in the arm4 folder a couple months ago, I couldn't find anything useful to the wmadecoder 16.53.39 # i think they were mostly DCTs and such for video codecs 16.53.59 # saratoga: any chance of sharing the mdct implementations of at least some of our codecs? 16.54.03 # saratoga: ah, ok. i had this idea that also wma uses these, but i'm not a codec expert by a long shot 16.54.34 # markun: it would be difficult for wma since it uses the MDCT somewhat uniquely 16.54.42 # aha, too bad 16.54.51 # theres 5 different MDCT transforms used, Ogg and AAC use only 2 of them 16.55.07 # though perhaps those 2 could be added in for some speedup in WMA 16.55.27 # some implementations use the FFT and others implement it directly, would be nice if we could compare which one is faster for each target 16.55.54 # saratoga 16.55.57 # Oops, nm 16.56.26 Join ToHellWithGA [0] (n=ryan@d18-238.rt2-bras.clm.centurytel.net) 16.56.36 # nerochiaro: the wmafixed.c thing looks like a bug 16.56.58 Quit lostnihilist ("Leaving") 16.57.03 Join lostnihilist [0] (n=lostnihi@ppp-68-251-65-241.dsl.chcgil.ameritech.net) 16.57.16 # speaking of AAC, i am using the plain faad source with basically no modifications, and on my CPU (ARM9, 200Mhz) performance is terrible, especially for files that do SBR. is the implementation in rockbox any better ? 16.57.21 Join dandin1 [0] (n=dandin1@bas7-ottawa23-1088824222.dsl.bell.ca) 16.57.30 # we use FAAD 16.57.38 # and yes performance is terrible :) 16.58.02 # i think we get 2x realtime for SBR on a 300MHz ARM9 16.58.27 # theres actually been a couple improvements to FAAD in rockbox made by Lear 16.58.32 # might want to look into that 16.58.34 # i can't go faster than realtime with SBR. and 1.87x realtime with non-SBR 16.58.42 # thats terrible 16.58.49 # yep, really sucks 16.58.59 # we definately get better then that, do you have ASM fixed point functions? 16.59.21 # i compiled with fixed point,i probably forgot some switch 16.59.40 # might be really worth to pick up your implementation or build flags at least 17.00.17 Quit Entasis_ ("Leaving") 17.00.41 # i was also toying with the idea of using Helix/Real AAC codec instead. anyone around who happens to have tried it ? 17.00.54 # it seems optimized for ARM processors a lot 17.01.15 # the ipl guys use that I believe 17.01.21 # we can't due to license restrictions 17.01.33 # yeah i really wanted to try Helix 17.01.39 # FAAD is really terrible 17.01.42 # B4gder: what's bad with their license ? 17.01.46 # not gpl 17.01.49 # it's not gpl compatible 17.02.31 # the usual problem 17.02.58 # markun: i'm sure the fft we use now for wma is not very fast, but since theres 5 different mdcts used, I can only replace it with another fft thats fully general (takes block length as an arguement) 17.03.09 # do we have such an implementatino in the other codecs? 17.03.18 Quit andrew_ (Nick collision from services.) 17.03.22 Join andrew_ [0] (n=andrew@stjhnf0124w-142162082008.pppoe-dynamic.nl.aliant.net) 17.03.24 Quit andrew_ (Nick collision from services.) 17.03.34 # Anyone know if there's a Cygwin packaged eSpeak/Festival/Flite ? 17.03.41 # saratoga: not sure 17.04.01 # eventually i'm going to look through the AAC and Vorbis decoders, if i find something i'll merge them 17.04.14 # the 3 formats have so much in similar, i'm sure we could share some things 17.04.16 # ffmpeg does 17.04.58 # that reminds me, did the ffmpeg people ever decide they were going to write their own AAC decoder? 17.05.06 # i thought i heard they wanted to a while back 17.08.23 Join andrew__ [0] (n=andrew@stjhnf0124w-142162082008.pppoe-dynamic.nl.aliant.net) 17.08.28 # #rockbox-community 17.09.57 Join jgarvey [0] (n=jgarvey@cpe-024-162-254-070.nc.res.rr.com) 17.17.41 Join pixelma [0] (i=HydraIRC@pD9F4C770.dip.t-dialin.net) 17.17.43 Join enyc_ [0] (n=enyc@1337.whitehorse.co.uk) 17.17.58 # saratoga: during GSoC2006 someone worked on a AAC decoder for them, but I can't find the source code 17.18.03 # n1s: around? 17.18.10 # you can see the commit logs here: http://lists.mplayerhq.hu/pipermail/soc2006/ 17.18.12 # pixelma: yes 17.19.32 # did you look through the voice strings in the "talk more patch" - I mean maybe it's not worth on Archos because they can't be spoken during music playback anyways... 17.19.53 # (ass a "?" where it fits) 17.19.58 # *add 17.20.23 # * pixelma suffers from typo classes... 17.20.29 # pixelma: yes I had a look at them, any strings that you would particularly want to exclude? 17.20.57 # didn't have such a close look at it yet 17.22.08 # pixelma: should be easy now, just change the voice section of a phrase to *: "" and swcodec: "whatever" 17.22.50 # - and am at a slooow connection and without build environment, maybe I don't have time/possibility to work on it 17.23.38 # at least until tuesday night/wednesday 17.23.46 Join rogelio [0] (n=rogelio@189.146.222.125) 17.24.22 Part rogelio ("Kopete 0.12.4 : http://kopete.kde.org") 17.25.26 # pixelma: there's no rush as that change will not break anything so take your time :-) 17.25.40 # just weird to see that almost all gain from langV2 is already gone... 17.27.45 # pixelma: well, yes but we gained some nice polish for the voice ui and an english.lang that's IMO a lot easier to maintain 17.28.37 # a big gain is the possibility to do what you just suggested and keep the voice clips for targets that are not as pressed for space 17.30.11 Quit enyc (Read error: 110 (Connection timed out)) 17.30.18 # lots of gain is not gone, like the player voice file was shrunk by almost 50% 17.30.29 # in fact more than 50% 17.32.17 Quit styleism (Read error: 110 (Connection timed out)) 17.32.45 # B4gder: the line that broke the achos bootloaders is 1321 in configure where we assume a target with "archosrom" set to "" is not an archos target, do you have any ideas for a nice fix, I was going to sheck for t_cpu = "sh" but it doesn't feel right .. 17.33.49 # hm 17.33.49 # but the player's bin size (and space in RAM for the voice file) was not so close to or over the limit(s) like on the other Archoses - before 17.34.17 # n1s: t_manufacturer perhaps? 17.34.39 # my typo classes are the best! :D 17.35.00 # B4gder: ok, will catch the av300 but that's a later issue :-) 17.35.07 # ah yeah 17.35.19 # that's a hybrid thing anyway so it'll cause all sorts of headaches 17.35.55 # B4gder: is there a way to test for multiple conditions in a shell script if like && in c? 17.36.02 # yes 17.36.22 # lemme check 17.36.29 # you can use && if you use multiple "test" 17.36.31 # n1s: && is the way to do it in bash 17.36.47 # but -a also works 17.36.53 # EXPRESSION1 -a EXPRESSION2 17.36.53 # both EXPRESSION1 and EXPRESSION2 are true 17.36.55 # (from man test) 17.37.15 # ah thanks 17.37.21 # probably safer to use -a then isn't it ? 17.37.25 # so it doesn't assume bash 17.37.46 # && works in pretty much all shells I think 17.38.16 Join atsea- [0] (i=ariel@gateway/tor/x-61c9072986288908) 17.38.16 # I recall -a not always working the way you'd think, but I can't remember the details right now 17.38.47 # if test $ac_cv_header_x509_h = yes && 17.38.47 # test $ac_cv_header_crypto_h = yes && 17.38.47 # test $ac_cv_header_ssl_h = yes; then 17.38.58 # is "universally" fine 17.39.46 # (snippet from the curl configure script) 17.39.56 # aren't there some shells which evalutate both sides of a condition rather than failing the test as soon as one is false ? 17.40.07 # * GodEater isn't sure if that's an issue or not though 17.40.15 # I don't think so 17.40.28 # I must have taken my imaginary shell pills this morning 17.43.28 Quit BigMac (Remote closed the connection) 17.44.07 # in fact it makes more sense t just do test $t_manufacturer = "archos" 17.47.01 Quit DerPapst ("So Long And Thanks For All The Fish!") 17.47.11 # Hmm, does anyone have voice menus working since langv2? 17.47.18 # * n1s does 17.47.30 # pondlife: did you rerun configure 17.47.32 # Is http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding still correct? 17.47.42 # I'm building under Windows 17.48.03 # I suspect that script needs work now. 17.48.05 # saratoga: the asf parser is all in the metadata/asf.c ? 17.48.32 # The english.voice produced was rather smaller than before (700k, not 1.4M) 17.49.36 # really? 17.49.43 # in my runs it is the opposite 17.49.54 # they were 1.4M before, now they're all smaller 17.50.04 # That's what I mean 17.50.06 # http://daniel.haxx.se/rockbox/voices/ 17.50.07 # pondlife: yes, i think so too, at least the version of voicefont on that page is very old and the format of the voice files changed 17.50.09 # aha 17.50.30 # but i haven't tested these voices... :-) 17.50.33 # Ah, where's a newer one? 17.50.54 # * pondlife knows only what the wiki tells him. 17.51.03 # pondlife: tools dir in svn 17.53.04 # OK, new file on it's way 17.53.05 # pondlife: if you are going to fix the script voicefont now also needs the TARGET_ID for the target it's building the voice file and a list of IDs preprocessed by genlang using the -o option 17.53.58 # Hmm, no time to get into fixology :( 17.54.32 # n1s, i'm seeing the string problem by using a daily build from today (6th), and i don't see it using a build from the 27th 17.54.47 # * n1s can't fix, has neither windows nor SAPI stuff 17.54.57 Quit ompaul (Remote closed the connection) 17.55.10 *** Saving seen data "./dancer.seen" 17.55.23 # salty-horse: well the lang cleanup patch went in yesterday so that's not surprising 17.55.37 # how come others don't see it? 17.55.39 # are you using a n official build now or are you building yourself 17.55.50 # i'm using the official build from http://build.rockbox.org/ 17.55.57 # which target 17.55.59 # (I also built it myself... same result) 17.56.02 # sansa e200 17.56.37 Quit XavierGr (Nick collision from services.) 17.56.40 Join XavierGr [0] (n=xavier@ppp236-204.adsl.forthnet.gr) 17.57.09 Join Lear [0] (i=chatzill@rockbox/developer/lear) 17.57.21 # salty-horse: and you are absolutely certain that you overwrote all old files, no rockbox.whatever file in the root of the player etc... 17.58.06 # no, since i have some config files. i'll try moving the current .rockbox dir aside 17.58.52 # nerochiaro: just about, though there might be a tiny bit of stuff in wma.c in the codecs directory 17.59.00 # i'm actually just starting to look into that code 17.59.07 # linuxstb wrote it 17.59.13 # a clean install works 17.59.43 # n1s: Btw, saw a "!!" in talk.c in that patch earlier today... 18.00.26 # Lear: hmm, I suppose that is a not-not :-) 18.00.41 # saratoga: ok. but is that from ffmpeg too, or is it brand new ? 18.01.19 Quit B4gder ("It is time to say MOOO") 18.01.59 # all brand new 18.02.10 Quit inversion (Read error: 110 (Connection timed out)) 18.02.13 # the ffmpeg parser works a lot better, but its not really suited for this sort of work 18.02.18 # salty-horse: ah, nice 18.02.29 # now to recover my config files :) 18.03.13 # Lear: I wish the patch author would come to irc so I could ask if that's intended or a typo or something... 18.04.12 Join Domonoky [0] (n=Domonoky@f051077100.adsl.alicedsl.de) 18.05.25 Quit atsea- (Remote closed the connection) 18.05.32 Quit petur ("work->home") 18.07.35 Join atsea- [0] (i=ariel@gateway/tor/x-00121baa20459a48) 18.10.00 # Domonoky: I tried NVDA today -- free screen reader for windows. 18.10.40 # bluebrother: does it work ? 18.10.42 Join secleinteer [0] (n=scl@70.230.150.25) 18.10.46 # works sufficiently, especially if you use the windows voices and there's a portable version around 18.10.47 Join Falen [0] (n=chatzill@81-237-250-56-no147.tbcn.telia.com) 18.10.53 # so no installation needed. 18.10.56 # nice 18.11.03 # pondlife: this http://www.rockbox.org/tracker/task/6236 is basically what you did when you changed the voice settings around, right? 18.11.21 # and I tried the tool buttons on xp today ... they show the dotted mark in classic style, but not with luna :( 18.11.47 Part pixelma 18.12.00 # ah, so its a luna theme problem.. 18.12.32 # but its not really bad, blind users dont need a visual clue for the focus.. and non-blinds can use the mouse :-) 18.12.37 # yes. The tool buttons have the advantage that the (for the gui not visible text) get read by the screen reader. 18.12.45 # that's what I thought ;-) 18.13.47 # so we leave it like this, and if someone complains, we can change it :-) 18.13.56 # there is only one problem I noticed: NVDA tells me when the focus enters the tab view, but it doesn't read the title of the hilighted tab. 18.14.33 # n1s: Yes, looks like it. 18.14.52 # well, at least it _is_ accessible. We should try some refinements, but I think we can do that later 18.15.04 # as currently there is still some functionality missing. 18.15.06 # pondlife: ok, I'll close 18.15.47 # I'm looking into adjusting the themes script to create ini-style files. Shouldn't be hard and make implementation much easier ;-) 18.16.04 # bluebrother: yes i think we should concentrate on functionality, and refine it later.. 18.16.40 # bluebrother: would be nice if that is possible with the rbuti.php script ..:-) 18.16.57 # I'm hacking that script atm 18.20.27 Join matsl [0] (n=matsl@1-1-4-2a.mal.sth.bostream.se) 18.24.25 Join Guile`` [0] (n=Guile@78.113.15.209) 18.24.36 Join Arathis_ [0] (n=doerk@p508A4A95.dip.t-dialin.net) 18.24.57 Quit Arathis (Nick collision from services.) 18.25.03 Nick Arathis_ is now known as Arathis (n=doerk@p508A4A95.dip.t-dialin.net) 18.34.18 Quit obo ("bye") 18.36.05 Join pepie34 [0] (n=pepie34@cop60-1-82-240-26-92.fbx.proxad.net) 18.39.23 Quit idnar (Nick collision from services.) 18.39.25 Join idnar_ [0] (i=mithrand@unaffiliated/idnar) 18.42.09 Quit secleinteer (Remote closed the connection) 18.42.24 Join secleinteer [0] (n=scl@70.230.150.25) 18.43.12 Quit Falen (Read error: 110 (Connection timed out)) 18.43.43 Join ackbahr [0] (n=ackbahr@d83-180-242-156.cust.tele2.ch) 18.48.16 Join My_Sic [0] (n=MySic@mur31-1-82-237-204-133.fbx.proxad.net) 18.57.43 Quit Rick (Read error: 104 (Connection reset by peer)) 18.58.33 Join Rick [0] (i=rick@pool-96-229-91-46.lsanca.dsl-w.verizon.net) 19.03.41 Quit pepie34 ("Ex-Chat") 19.10.36 Join ompaul [0] (n=ompaul@freenode/staff/gnewsense.ompaul) 19.13.32 Quit ackbahr (Remote closed the connection) 19.21.52 Join amiconn [0] (i=jens@pD9F4C6EB.dip.t-dialin.net) 19.24.52 # saratoga: i'm fairly certain the tremor code has an mdct that takes block length as param 19.25.52 Join HellDragon [0] (n=Nocebo@unaffiliated/helldragon) 19.26.20 # saratoga: as a matter of fact, merbanan suggested we try using that instead of the ffmpeg one 19.27.30 # * amiconn committed the PP related runtime improvements for PP5002 19.27.45 # (now verified that the 3rd gen OF sets the same values) 19.28.14 # :) 19.28.31 # your work is much appreciated amiconn 19.29.28 # the day runtime is better on pp5020 too will be a happy day 19.30.38 # On PP5002 it is. Just today I found another register (included in my commit) that may make it even a bit better than what I got in my 2nd gen runtime test 19.30.45 # then the ipod port will be at peace at last! :D 19.30.55 # XavierGr: indeed 19.31.00 # iPods, H10s, ... 19.31.36 # and rockbox will have once again much longer battery time on all targets comparing to OF 19.31.39 Join petur [0] (n=petur@rockbox/developer/petur) 19.31.52 # Like it should be.... 19.31.57 # amen 19.32.16 # * amiconn wonders why he's the only one doing that kind of low level stuff :/ 19.32.41 # because you like it? 19.32.43 # because you have the skills and you like it :P 19.33.03 # that should sum it up 19.33.16 # the fact that you have to disassemble a lot doesn't help either 19.33.35 # i did some low-level work on the i2c driver some months back, but that got lost in a disk crash 19.33.40 # should teach me to either backup or commit 19.33.56 # Right now I don't have the necessary measuring equipment at hand, so I won't start with PP502x today or tomorrow 19.34.23 # (plus that I have to implement proper suspend for PP5002 before, so that we can release a bootloader) 19.35.04 # RE becomes a lot easier if you can compare and test on multiple PP targets 19.35.22 # Even though I now have several, there are still uncovered configurations 19.35.45 # And "remote" tests are somewhat cumbersome 19.36.10 # (depending on the skill level of the dev at the other end, but definitely time consuming) 19.37.35 # * amiconn always forgets what that other potential PP5002 target was.. :/ 19.37.44 # preglow: the mdct in faad also takes a block length param, but uses the fft to compute it 19.39.02 # yeop 19.39.39 # amiconn: yeah, remote tests are annoying 19.42.04 Quit thegeek (Read error: 104 (Connection reset by peer)) 19.44.19 Join thegeek [0] (n=thegeek@s189a.studby.ntnu.no) 19.44.37 # amiconn: according to wikipedia only ipods used 5002, the rio karma had 5003...' 19.45.21 # Ah 19.45.45 # Should also be possible to make a port for the karma; afaik PP5003 is PP5002 with fixed cache 19.46.30 # not sure we'd get many takers, the karma people are fanatical about their firmware 19.46.42 # amiconn: although a working karma might be hard to come by, the users seemed extremely happy with them... 19.48.08 # Strange, that would mean the first (and only) OF I know of that doesn't have at least one severe flaw... 19.49.33 Join pepie34 [0] (n=pepie34@cop60-1-82-240-26-92.fbx.proxad.net) 19.49.51 # any idea why my compiled build has all the lang strings indexed wrong? 19.50.11 # XavierGr: did you reconfigure? 19.50.18 Join [IDC]Dragon [0] (n=Joerg@p57A2AA64.dip0.t-ipconnect.de) 19.50.29 Quit ompaul (SendQ exceeded) 19.50.48 # Our rare guest.... 19.50.53 # <[IDC]Dragon> hehe 19.51.03 # We've had a lot of guests today :) 19.51.09 # let me rm -r * the folder and try again 19.51.11 # <[IDC]Dragon> I just wanted to check you got my USB host msg 19.51.24 # ? 19.51.40 # <[IDC]Dragon> pondlife: who else is rare? 19.51.47 Join ompaul [0] (n=ompaul@freenode/staff/gnewsense.ompaul) 19.51.52 # n1s: is there any chance that the rtc mod brakes it? 19.52.29 # * petur imagines screeching tires 19.52.53 # XavierGr: well, you will not have the same .lng and .voice files as an official build but it should work... 19.52.55 # * amiconn notices a memoserv memo 19.52.55 # <[IDC]Dragon> amiconn: seems not, peek the log at 13:56 19.53.06 # <[IDC]Dragon> there we go 19.54.26 # Well, that might interest austriancoder 19.54.36 # [IDC]Dragon: I only said guests, not all of them rare :) 19.55.07 # USB host is sure an interesting feature, but not that interesting to me that I'll work on it 19.55.08 # <[IDC]Dragon> austiancoder is the USB OTG guy? 19.55.12 *** Saving seen data "./dancer.seen" 19.55.13 # Anyone else feel up to updating the Windows voice building script on http://www.rockbox.org/twiki/bin/view/Main/VoiceBuilding ? 19.55.31 # [IDC]Dragon: yes 19.55.39 # <[IDC]Dragon> amiconn: it sure doesn't have to be you 19.55.40 # He is the guy that took the "software USB for rockbox" GSoC project 19.55.47 # <[IDC]Dragon> ah 19.55.51 # First goal is to implement an USB device stack though 19.56.10 # note to self: always make a clean build after a major change... 19.56.14 # I'll be happy if he manages the device part 19.56.18 # * amiconn wonders how similar USB MSD and firewire MSD are at the device side 19.56.19 # <[IDC]Dragon> just tossing this in, to the german readers 19.56.36 # <[IDC]Dragon> no idea 19.57.16 # <[IDC]Dragon> I've seen a hobby uC implementation doing USB (client) with bitbanging 19.57.28 # <[IDC]Dragon> on a PIC or Atmel 19.58.05 # <[IDC]Dragon> time to conquer that technology! 19.58.14 # yes, there's one for 8bit controllers circulating amongst electronics magazines 19.58.23 # <[IDC]Dragon> gotta go, cu 19.58.31 Quit [IDC]Dragon (" HydraIRC -> http://www.hydrairc.com <- Nine out of ten l33t h4x0rz prefer it") 19.59.06 # n1s (or anyone): How do I make/get a voice IDs text file for use with voicefont? 19.59.09 Quit Soul-Slayer ("Leaving.") 20.01.43 # pondlife: genlang -o -e=path/to/english.lang -t=target:list:of:features yourlang.lang > list_of_ids 20.02.08 # Thanks. And I'll work out the target ID from voicefont.c... 20.02.13 # yourlang.lang may of course be the same as english.lang 20.02.24 # It will be :) 20.02.30 # pondlife: the build system decides the target ID 20.03.08 # I hope that langv2 removed the bitswap from voice for swcodec... 20.03.11 # Hmm, there's no build system involved in the Windows script 20.03.19 # amiconn: nope 20.03.27 Join GodEater__ [0] (n=vircuser@rockbox/staff/GodEater) 20.03.33 # Why? Would have been the ideal chance... 20.03.35 # langv3 has that though... 20.03.43 # but that should be simple now... 20.04.17 # Do it quickly before lots of people make voice files? 20.04.19 # amiconn, I'll look into it 20.04.31 # plugin re-org and langv2 not being added to MajorChanges ? 20.06.15 Quit Arathis ("Verlassend") 20.06.55 # * amiconn wonders whether the plugins with moved settings/highscore will recognise them when I move them by hand 20.07.59 # Hmm, 'make zip' doesn't package test plugins now :| 20.08.17 # * bluebrother awaits users complaining about their game settings being broken 20.08.48 # Does the to access plugins just browse the directory structure? 20.09.14 # Or are the categories hard-coded? 20.09.17 # I hope not.... 20.09.53 # Urgh, they are. Is that code really needed - it doesn't even do it alphabetically,. 20.10.43 # Will discuss http://svn.rockbox.org/viewvc.cgi/trunk/apps/root_menu.c?r1=14213&r2=14214 with JdGordon some time :/ 20.11.24 # It is. How else would you localise the categories? 20.11.56 # Good point. But still possible to use subdirectories maybe. 20.12.24 # pondlife: I also don't like the categories being hard coded but I haven't found a better solution yet. 20.12.50 # note to self: create a patch to remove those unnessesary void* param parameters in root_menu.c 20.13.12 Quit amiconn (" HydraIRC -> http://www.hydrairc.com <- Go on, try it!") 20.13.15 # n1s: Can I have some more genlang clues please? 20.13.54 # What's the features parameter? 20.14.31 # that is wht we get from features.txt when it is sent to the gcc preprocessor 20.15.19 # pondlife: line 206 in apps/Makefile 20.15.25 # Thanks 20.18.56 Quit pepie34 ("Ex-Chat") 20.19.57 Join obo [0] (n=obo@rockbox/developer/obo) 20.20.04 # hmm, should voicefont figure out if to bitswap the voice file based on target ID or should we give it a parameter? 20.20.27 # * Lear is annoyed that Flac in Ogg stores some data as little endian, other as big endian. 20.22.39 # almost sounds like designed by microsoft then 20.24.26 # OK, using Bagder's voice files, the sim segfaults in load_voicefile() 20.25.19 # * austriancoder is back 20.26.30 # It crashes in the byteswap, funnily enough 20.27.25 Join lazka [0] (n=lazka@85-124-46-55.dynamic.xdsl-line.inode.at) 20.29.44 # p_voicefile->id1_max = 560, p_voicefile->id2_max = 1543503872.... 20.30.17 # Looks like endian-ness problems. 20.31.48 # Is it that the H300 device is big-endien but the sim (x86) is little-endien? 20.32.41 # iirc coldfire is big endian 20.33.12 # OK, so the H300 device and target now need different voice files? That wasn't the case before. 20.33.25 # yep, coldfire big, our arms, x86, amd64 little 20.33.51 # pondlife: that shouldn't have changed 20.35.59 # Hmm, if I comment out the byteswaps, the crash goes away but I get no speaking :/ 20.36.26 # n1s: Do you have a known good english.voice I could use for H300? 20.36.38 # Too many unknowns here :) 20.36.54 # I was using Bagder's files from http://daniel.haxx.se/rockbox/voices/ 20.37.13 # pondlife: I can make one soon, fiddling with killing bitswap now 20.37.32 # OK, I'll wait... probably tomorrow 20.37.33 # Thanks 20.42.07 Quit advcomp2019 (Nick collision from services.) 20.42.09 Join advcomp2019- [0] (n=advcomp2@66.172.231.192) 20.42.15 Nick advcomp2019- is now known as advcomp2019 (n=advcomp2@66.172.231.192) 20.42.22 Join jac0b [0] (n=jac0b@gifn3.fpl.com) 20.43.19 Join freqmod [0] (n=freqmod@173.80-203-96.nextgentel.com) 20.44.25 # pondlife: http://home.student.uu.se/niwa5341/english.voice tested on my h300 with the very latest svn r14220 which removes bitswap for swcodec targets 20.46.31 Quit ompaul (No route to host) 20.47.20 # on my gigabeat build while watching a video the backlight turns off 20.48.43 # n1s: Btw, that svenska.lang update you did, was that just a sync, or did you change any translation? (Just curious...) 20.49.35 # Lear: I translated the few strings that weren't, maybe one or two, I remember the "add to shortcuts" one at least 20.49.45 Join ompaul [0] (n=ompaul@freenode/staff/gnewsense.ompaul) 20.50.03 Join desowin [0] (n=desowin@avc146.internetdsl.tpnet.pl) 20.51.12 Join BigMac [0] (n=BigMac@c-71-234-95-131.hsd1.ct.comcast.net) 20.52.23 Join SliMM [0] (n=chatzill@89.137.226.12) 20.52.28 # Lear: you keep that thing pretty up-to-date :-) 20.52.30 # hello 20.52.33 # http://download.java.net/mobileembedded/podcasts/mobileandembedded014.mp3 20.52.37 # here you go 20.53.07 # at about 19th minute, you can hear about rockbox 20.53.08 # n1s: Well, I do use it... 20.53.21 # :) 20.53.53 # * n1s makes last commit for the day (hopefully) 20.55.47 # how did you reduce the battery consuption on pp5002 20.55.50 # FS2928 should be closed as fixed now right ? 20.55.51 # ? 20.55.51 Join Davide-NYC [0] (n=chatzill@user-12hdtj8.cable.mindspring.com) 20.56.52 # GodEater__: yes. 20.57.01 # question about test_codec: now that the plugins have been organized (which is great) I need to know where to include what in order to have test_codec show up for everything if I include in apps/plugins/SOURCES 20.57.07 # SliMM: amiconn reverse engineered bits of the AppleOS from the earlier ipods and managed to find some special device initialisation we didn't do before 20.57.49 # is this possible on pp502*? 20.58.02 # Davide-NYC: check the commit message of r14215 -- it's still on the front page 20.58.05 # SliMM: no. 20.58.10 Quit practisevoodoo (Read error: 104 (Connection reset by peer)) 20.58.22 # err, sorry. Misread "possible" as "portable" 20.58.33 # it is possible on other pp chips, but it'll work differently 20.59.03 # SliMM: amiconn says he has "ideas" on stuff to try with PP502x 20.59.36 Nick idnar_ is now known as idnar (i=mithrand@unaffiliated/idnar) 20.59.38 # is there a reason for rockbox's battery life being so bad on ipod video? 20.59.40 # anyone else experience the backlight problem with mpegplayer 21.00.03 # did you try the link above? 21.00.07 # SliMM: this has been done to death in the forums 21.00.32 # godeater_: ok 21.01.29 Quit thegeek (Read error: 110 (Connection timed out)) 21.01.31 # acttually it's 19:23 in that mp3 21.03.53 # bluebrother: I'm at a loss. CATEGORIES is new and test_codec should be (if I understand what's going on at all) assigned to the 'test' family of plugins. I'm still totally stumped. 21.07.30 # * Davide-NYC deleting reconfiguring build directory, just in case 21.09.44 Quit desowin ("use linux") 21.09.58 # n1s: OK, no crash now, but no voice menus either :/ 21.10.09 # Using your file and SVN in H300 sim 21.11.13 Quit jac0b ("ChatZilla 0.9.78.1 [Firefox 2.0.0.6/2007072518]") 21.12.54 Quit ompaul ("Leaving") 21.14.48 # when should i put a file into firmware/export or firmware/include ? 21.14.57 # Davide-NYC: well, you could just add it to the viewers category as e.g. the viewer plugin does 21.15.48 # or try using an empty category -- viewers.config includes the path 21.17.07 # petur: ping 21.17.17 # plonk 21.17.33 # bluebrother: I get it now, test_codec is supposed to be in the viewers category, recompiling 21.17.47 # petur: when should i put a file into firmware/export or firmware/include ? 21.18.23 # afaik, include is for general stuff, export is for drivers 21.19.06 Join agm3nt [0] (i=nat-107@nat.n3t.pl) 21.19.41 # petur: okay.. at the moment i have something like firmware/usbstack/core/core.h and I want to include this header in apps main to call usb_stack_init(). Must i move this header to firmware/export or can it stay where it is at the moment? 21.20.22 # Still doesn't work. When you say add it to an empty category you mean in the line where it says "test_codec,viewers" I should change it to "test_codec,"? 21.20.52 # I'm speaking about the apps/plugins/CATEGORIES file 21.20.58 # austriancoder: I think you should put those things under export, something like usb.h ? 21.20.58 # yes -- my initial intention was to support something like this 21.21.11 # no idea if it still work or if JdGordon removed that though 21.21.11 # petur: usbstack.h also okay? 21.21.20 # yup 21.21.26 # any progress? 21.22.36 # petur: yep.. I have now a quite nice design of the usbstack and also implemented basic stuff. It can support both device and host part and... i will put a patch later online :) 21.23.02 # nice, but were you able to send? 21.23.57 # petur: no... I have no idea at the moment... I hope that jhMikeS will help me with this... 21.23.59 Quit pondlife ("pondlife wants to hear voices in his head") 21.24.32 # austriancoder: I'll also look at this later on tonight 21.24.57 # petur: it would be cool if you can get access to an pp based player 21.25.01 Join pondlife [0] (n=Miranda@cpc1-rdng11-0-0-cust362.winn.cable.ntl.com) 21.25.18 # don't you think that the applications that aren't registered for an extension should still be in the 'open with' context menu, but after the ones registered for that specific extension? 21.25.32 # bluebrother: that didn;t work 21.25.34 # * petur will have a look what can be done about that... 21.26.36 # n1s: Hmm, SVN is still byteswappint the voice file... 21.26.55 # byteswapping even. Look in load_voicefile() ? 21.27.01 # can I place a reference to a plugin (instead of a category) in viewers.config? 21.27.49 Quit nerochiaro (Read error: 110 (Connection timed out)) 21.29.01 # n1s: And, sorry, but it is still crashing. I put your english.voice in the wrong place last time. 21.29.10 # just do it like test_codec already does 21.29.22 # test_*,viewers in the CATGORIES file 21.29.48 # and mp3,viewers/test_* in viewers.config 21.33.03 # bluebrother: are you saying that test_codec should appear in the "open with.." menu for supported files using a current build? 21.33.50 Join FFrev [0] (i=4a841ac2@gateway/web/cgi-irc/labb.contactor.se/x-4d889cd1e58f279f) 21.35.05 # my ipod nano had a problem while playing a video and i cannot turn it off. any help? 21.35.26 # FFrev: Menu+Select for about 20 seconds 21.36.29 # what does the third field (comma separated) signify in viewers.config? (last question) 21.36.48 # sometimes it contains a number, and sometimes a "-" 21.36.59 # icon to display 21.37.06 # thanks 21.38.23 # um... how do i turn it off(im helping my friend... its not mine:)) 21.38.56 # FFrev: as I said - do a hard reset with Menu+Select 21.39.17 # ok.sorry 21.39.29 Quit FFrev ("CGI:IRC (EOF)") 21.39.33 Join Llorean [0] (n=llorean@cpe-70-113-103-34.austin.res.rr.com) 21.41.15 Quit chrisjs169 (Remote closed the connection) 21.41.31 Join webguest85 [0] (i=d9eb1708@gateway/web/cgi-irc/labb.contactor.se/x-cfdb4fcb22482b4b) 21.41.32 Join yole [0] (n=phileas@CPE00134645d9ab-CM001371142bc8.cpe.net.cable.rogers.com) 21.42.21 # hi, i sitll cant' figure out how to rate tracks in rockbox? 21.42.32 Join thegeek [0] (n=thegeek@s189a.studby.ntnu.no) 21.43.18 # saratoga: I did the most recent work on the ffmpeg AAC decoder, currently it has a bug that affects audio quality 21.43.34 # but other then that it's quite complete for LC decoding 21.44.17 # Davide-NYC: yes, to my understanding it should (if it's built) 21.44.26 # it doesn't 21.44.47 # I put *,viewers/test_codec,- in viewers.config and I still can;t get it to show up 21.44.50 # :-( 21.45.07 # I'm posting a question in the forum and will also email the dev list 21.45.21 # well, current svn doesn't build test_codec -- have you checked the SOURCES file? 21.45.24 # test_codec is present on your player? 21.45.53 # if it isn't present (i.e. not built) the according line will get removed from viewers.config by the build system 21.46.02 # Llorean: yes 21.46.34 # it's there. the line is in SOURCES in the right place and I used to have it running no problem 21.46.47 # I see the rocks file on my player 21.47.23 # let me try ... 21.47.26 # I just do not know how to get to show up for all files (supported or not) in the "open with..." screen 21.47.27 Quit dandin1 () 21.47.42 Join dandin1 [0] (n=dandin1@bas7-ottawa23-1088824222.dsl.bell.ca) 21.47.48 # bluebrother: thanks 21.48.20 # Why should it show up for unsupported files anyway, there's no codec for 'em? 21.48.53 Part agm3nt 21.49.22 # since it's not in the SOURCES file by default it won;t get built so it doesn't matter for the users. presumably if you put it there you know what it does and does not work with 21.50.19 # is there a way to do it? 21.50.32 # do what 21.50.43 Quit miepchen^schlaf ("Verlassend") 21.52.09 # ok, it works fine for me. 21.52.15 # way to rate songs 21.52.40 # there is.. afaik. but you have to use the database 21.53.27 # * webguest85 is sure this is coverd somewhere in the manual 21.54.05 # Davide-NYC: I have this line in viewers.config: *,viewers/test_codec,- 21.54.19 # I have that line as well 21.54.37 # and is that plugin in /.rockbox/viewers/test_codec.rock? 21.54.38 Join chrisjs169 [0] (n=opera@unaffiliated/chrisjs169) 21.55.01 Join peeweetwo [0] (n=peeweetw@pool-71-255-135-180.cncdnh.east.verizon.net) 21.55.15 *** Saving seen data "./dancer.seen" 21.55.26 # yup! 21.55.38 # I just noticed in apps/main.c it says "init_dircache(true); [new line] init_dircache(false);" - is this intentional? 21.55.40 # have you reconfigured before building? 21.55.47 # no 21.55.58 # I'll try that 21.56.22 # OTF 21.56.53 Quit peeweetwo (Client Quit) 21.57.52 Quit jhulst (Read error: 104 (Connection reset by peer)) 21.57.55 # Appears that it was in the source for a few months...I was testing a patch and it wasn't in there...weird 21.57.56 Quit thegeek (Read error: 104 (Connection reset by peer)) 22.00.15 Join ompaul [0] (n=ompaul@freenode/staff/gnewsense.ompaul) 22.00.57 # chrisjs169: looks intentional to me 22.01.54 Join freqmod_n [0] (n=freqmod@173.80-203-96.nextgentel.com) 22.02.24 Quit yole (Remote closed the connection) 22.03.34 # strange, make install of the h300 sim says "sh: Syntax error: "(" unexpected" 22.03.57 # GodEater__: yeah, I think it is 22.04.14 # chrisjs169: so is there an issue you have with it ? 22.05.05 # petur: distro? 22.05.11 # ubuntu 22.05.20 # * GodEater__ guesses a dash issue 22.05.21 # maybe it's a bash -> dash thing? 22.05.37 # * Davide-NYC back 22.06.23 Quit dandin1 () 22.06.30 # well this worked ok yesterday or maybe the day before, so it is something n1s changed I think 22.06.41 Quit ompaul (niven.freenode.net irc.freenode.net) 22.06.41 NSplit niven.freenode.net irc.freenode.net 22.06.41 Quit pondlife (niven.freenode.net irc.freenode.net) 22.06.41 Quit obo (niven.freenode.net irc.freenode.net) 22.06.41 Quit HellDragon (niven.freenode.net irc.freenode.net) 22.06.41 Quit matsl (niven.freenode.net irc.freenode.net) 22.06.41 Quit enyc_ (niven.freenode.net irc.freenode.net) 22.06.41 Quit andrew__ (niven.freenode.net irc.freenode.net) 22.06.41 Quit austriancoder (niven.freenode.net irc.freenode.net) 22.06.41 Quit midgey (niven.freenode.net irc.freenode.net) 22.06.41 Quit perrikwp_ (niven.freenode.net irc.freenode.net) 22.06.41 Quit GodEater (niven.freenode.net irc.freenode.net) 22.06.41 Quit Soap_ (niven.freenode.net irc.freenode.net) 22.06.41 Quit Xerion (niven.freenode.net irc.freenode.net) 22.06.41 Quit midkay (niven.freenode.net irc.freenode.net) 22.06.41 Quit GodEater_ (niven.freenode.net irc.freenode.net) 22.06.41 Quit darkless (niven.freenode.net irc.freenode.net) 22.06.41 Quit courtc (niven.freenode.net irc.freenode.net) 22.06.41 Quit DogBoy (niven.freenode.net irc.freenode.net) 22.06.41 Quit joshin (niven.freenode.net irc.freenode.net) 22.06.41 Quit luckz (niven.freenode.net irc.freenode.net) 22.06.41 Quit TiMiD[FD] (niven.freenode.net irc.freenode.net) 22.06.41 Quit indro (niven.freenode.net irc.freenode.net) 22.06.41 Quit pixie (niven.freenode.net irc.freenode.net) 22.06.41 Quit [mbm] (niven.freenode.net irc.freenode.net) 22.06.51 Join dandin1 [0] (n=dandin1@bas7-ottawa23-1088824222.dsl.bell.ca) 22.06.53 # spot the netsplit 22.07.05 # Soap_: do have a minute for a private chat? 22.07.19 # found it :P 22.08.38 Quit lostlogic (Remote closed the connection) 22.08.50 Join lostlogic [0] (n=lostlogi@temporal.lostlogicx.com) 22.10.06 Join HellDragon [0] (i=Nocebo@unaffiliated/helldragon) 22.10.16 Join dandin1x [0] (n=dandin1@bas7-ottawa23-1088824222.dsl.bell.ca) 22.10.19 Join [mbm] [0] (i=mbm@openwrt.org) 22.10.20 Join joshin [0] (n=joshin@VDSL-130-13-9-132.PHNX.QWEST.NET) 22.10.20 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.21 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.21 NHeal niven.freenode.net irc.freenode.net 22.10.21 NJoin pixie [0] (i=pokemon@drikker.pils.no) 22.10.30 Join luckz [0] (n=luckz@212.227.99.126) 22.10.30 Join enyc [0] (n=enyc@1337.whitehorse.co.uk) 22.10.30 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.36 Join DogBoy [0] (n=john@66-101-59-100-static.dsl.oplink.net) 22.10.37 NJoin matsl [0] (n=matsl@1-1-4-2a.mal.sth.bostream.se) 22.10.38 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.38 NJoin indro [0] (i=indro@212.103.66.234) 22.10.39 Join Soap_ [0] (n=Soap@cpe-65-189-128-141.columbus.res.rr.com) 22.10.40 Join obo [0] (n=obo@82.46.82.224) 22.10.40 Join TiMiD[FD] [0] (n=TiMiD[FD@82.67.184.60) 22.10.41 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.41 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.44 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.48 Join GodEater [0] (n=bryan@87.80.121.64) 22.10.50 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.50 NJoin perrikwp_ [0] (n=chatzill@74.167.148.160) 22.10.51 Join GodEater_ [0] (n=bryan@87.80.121.64) 22.10.52 Nick perrikwp_ is now known as perrikwp (n=chatzill@74.167.148.160) 22.10.52 NJoin Xerion [0] (i=xerion@cp198589-d.landg1.lb.home.nl) 22.10.54 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.10.58 Join midkay [0] (n=midkay@71-35-115-101.tukw.qwest.net) 22.11.00 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.11.07 # ooh - my dopplegangers are back 22.11.15 NJoin midgey [0] (n=tjross@c-71-205-31-207.hsd1.mi.comcast.net) 22.11.15 Join courtc [0] (n=court@c-67-191-144-130.hsd1.ga.comcast.net) 22.11.17 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 22.11.56 # * webguest85 wonders when GodEater_______ joins.... 22.12.15 # he doesn't exist 22.12.22 # yet.... 22.12.25 Quit dandin1 (Nick collision from services.) 22.12.29 # ever 22.12.39 Join dandin1 [0] (n=dandin1@bas7-ottawa23-1088824222.dsl.bell.ca) 22.13.47 Quit GodEater__ ("time for bed said Zebedee. Boing.") 22.14.09 # bluebrother: any luck? 22.15.13 Join amiconn [0] (i=jens@pD9F4C7E1.dip.t-dialin.net) 22.15.19 NJoin andrew__ [0] (n=andrew@stjhnf0124w-142162082008.pppoe-dynamic.nl.aliant.net) 22.16.12 Join thegeek [0] (n=thegeek@s189a.studby.ntnu.no) 22.16.47 Quit Davide-NYC ("ChatZilla 0.9.78.1 [Firefox 2.0.0.6/2007072518]") 22.17.33 Join star_jasmine [0] (n=arwyneve@75.108.74.16) 22.21.15 Join thegeek_ [0] (n=thegeek@s189a.studby.ntnu.no) 22.21.20 Quit thegeek (Read error: 104 (Connection reset by peer)) 22.24.08 NJoin austriancoder [0] (n=austrian@80.120.117.30) 22.27.36 Quit matsl (Remote closed the connection) 22.30.02 Quit dandin1x (Read error: 110 (Connection timed out)) 22.32.40 # petur: so.. i think i will have the device part of the stack ready the next 2 hours 22.33.28 # in two hours ? you had luck send usb packets ? :-) 22.34.07 Quit star_jasmine () 22.34.35 # Domonoky: not yet.. and with the device part of it, i mean the stack design with an brocken arcotg driver 22.34.50 # austriancoder: ah.. but still nice.. 22.35.01 Join leftright [0] (i=d9e1fb51@gateway/web/cgi-irc/labb.contactor.se/x-5ff0685026e30dee) 22.35.49 # GodEater_: did you write the shortcut plugin ? 22.36.38 Quit bluebrother (Nick collision from services.) 22.36.52 Join bluebrother [0] (i=AD8suQXr@rockbox/staff/bluebrother) 22.38.08 Quit webguest85 ("CGI:IRC (EOF)") 22.39.47 Join Febs_ [0] (n=chatzill@38.98.196.75) 22.39.47 Quit chrisjs169 (Read error: 104 (Connection reset by peer)) 22.40.52 # * amiconn is slightly annoyed by his current connection :| 22.40.53 Join DerPapst [0] (n=DerPapst@pD9EB1708.dip0.t-ipconnect.de) 22.41.01 Quit BigMac (Remote closed the connection) 22.41.27 Join yole [0] (n=phileas@CPE00134645d9ab-CM001371142bc8.cpe.net.cable.rogers.com) 22.41.36 # leftright: yes he did 22.41.42 # would it be possible to activate the shortcut folder with a short press of the record button on H1xx series ? 22.41.43 # but he went to sleep already... 22.42.10 # i'll ask him tomorrow 22.42.18 # where do i enable "gather runtime informatioN"? the manual doesn't say, according to a keyword search 22.43.03 # leftright: Everyone seems to have varying preferences as to what short-press of record does 22.43.27 # Why not have it open its own folder, that the user can populate with whatever they like (plugins, shortcuts, themes, .cfg files, eq presets, etc) 22.43.41 # Just hardcode a folder in /.rockbox/ for it 22.43.43 Quit Domonoky (Read error: 104 (Connection reset by peer)) 22.43.48 # That would be excellent 22.44.00 Join chrisjs169 [0] (n=opera@unaffiliated/chrisjs169) 22.44.36 # but isn't that what the Shortcut plugin does anyway ? 22.45.33 # Not really 22.45.40 # The shortcut plugin allows shortcuts to folders. 22.46.05 # ah, then your propsal is better 22.48.43 Join Phill [0] (n=irc-Aug2@home.paraxial.co.uk) 22.49.37 Part leftright 22.50.36 Join darkless [0] (n=darkless@62.79.44.48.adsl.vby.tiscali.dk) 22.52.47 Quit Xerion (Read error: 104 (Connection reset by peer)) 22.52.59 Quit ctaylorr ("Reconnecting") 22.53.10 Join ctaylorr [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) 22.55.14 Join Lear_ [0] (i=chatzill@rockbox/developer/lear) 22.55.30 Quit SliMM ("Chatzilla 0.9.74 [Firefox 1.5.0.12/2007050813]") 22.56.27 Join FOAD_ [0] (n=dok@dinah.blub.net) 22.57.14 Quit Febs (Read error: 110 (Connection timed out)) 22.57.14 # Llorean: I'm getting a bit tired of posting "installing rockbox will solve your problem" at mygigabeat.com :) 22.57.28 # Hahaha 22.57.40 # I'm purchasing a Gigabeat S 22.57.46 # nice 22.57.47 # I'm betting some money on those guys getting it working. :-P 22.57.53 # Someone's selling an S60 for US$175 22.57.56 # Unopened 22.58.00 Join freqmod_ [0] (n=freqmod@173.80-203-96.nextgentel.com) 22.58.03 # otherwise you will have to finish the port 22.58.05 # :) 22.58.14 # Yeah, I'd hate to actually end up doing some real work. 22.58.23 # Though I ruined my streak by fixing a few bugs immediately after DevConW 22.58.32 # Llorean: I'm tempted to post it again here: http://www.mygigabeat.com/forum/messages.cfm?threadid=26E03918-3048-2906-EAA4C5B9FE182661 22.58.46 Quit Phill () 22.59.20 # "Just use Rockbox and drag and drop and you'll have no problems." Heh 22.59.29 # exactly 23.00.14 # Last time I visited mygigabeat it looked like their forums got a ridiculous amount of actual spam 23.01.03 # yes, it's insane 23.01.27 # and the guy who 'maintains' it doesn't have time to do anything about it 23.01.33 # That's unfortunate 23.01.45 # I found somebody who doesn't like rockbox :) 23.01.47 # I think someone else should host a forum and a wiki 23.01.53 # toffe82: congrats :) 23.01.56 # your wife? 23.01.59 # yes 23.02.02 # ;) 23.02.04 # hahaha 23.02.13 # not even 'jewels'? 23.02.33 # anyone object to changing viewers.config so that all extensions can be opened with the text editor (or at least the viewer) 23.02.34 # petur's wife and my girlfriend couldn't stop playing it 23.02.36 # ? 23.02.41 # I think there is a problem, to go out of the wps page, she have to press 3 or 4 time the power button 23.03.04 # Bagder: You think the frontpage isn't enough? 23.03.05 # dionoea: why would you want to do that? 23.03.13 # open a wav file for example 23.03.18 # Perhaps it should go into 'major changesÄ 23.03.20 # on my X I don't have the problem just press the A button to go out the wps 23.03.46 # do you have any idea ? some version of rockbox 23.03.50 # amiconn: indeed, I would imagine that there's lots of people who never get to read that on the front page 23.04.01 # toffe82: which player? a gigabeat? 23.04.07 # yes a f11 23.04.15 # A should do the trick 23.04.21 # * DerPapst advertises the tag 23.04.24 # nothing with A 23.04.33 # maybe A is broken then? 23.04.46 # Llorean: you going to be working on the S port then? 23.04.49 # does work with the OF? 23.04.59 # yes but why power take it off after 3 or 4 press on it 23.05.04 # I have to try 23.05.10 # toffe82: it's not normal 23.05.11 # saratoga: I might. So far I've mostly stayed out of the programming side of things, but there's always a little voice in my head tempting me into it. 23.05.16 # would be nice if you could debug it 23.05.32 # maybe they changed some stuff in the Fx1 series 23.05.38 Part chrisjs169 23.05.47 Quit feisar (Read error: 104 (Connection reset by peer)) 23.05.50 Join feisar [0] (i=jljhook@ihq.in) 23.05.53 # I will try it again tonight, she had a problem listening the some album at the gym :) 23.05.56 # markun: open .txt but also loads of other extension which might be text (like .html or .xml or .whatever) 23.06.17 # some won't be text ... but other will 23.06.50 # *others 23.06.58 # why don't you just add .html and .xml etc? 23.07.05 # instead of all extensions 23.07.24 Join chrisjs169 [0] (n=chrisjs@pool-71-254-214-208.hrbgpa.east.verizon.net) 23.07.36 # imho, the "open with" option is good enough for all those other extensions 23.07.53 # hum ... because i'm used to being able to open whatever i want with vim here :) But i could do that too (wanted to open a .cfg here to see what it looked like and couldn't) 23.08.03 # you can 23.08.09 # Bagder: I think so too, but maybe .nfo or something test based could be added 23.08.21 # s/test/text/ 23.08.25 # .nfo isn't always text based. 23.08.34 # ah, then don't add it :) 23.11.03 Quit yole (Read error: 110 (Connection timed out)) 23.12.10 Quit FOAD (Read error: 110 (Connection timed out)) 23.12.10 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) 23.12.32 # Using current svn rockbox i only have "properties" in the "Open with" menu for .cfg files 23.12.40 Join sarixe [0] (n=sarixe@ool-435403e9.dyn.optonline.net) 23.13.06 # really? 23.13.10 # I guess that i'll have to edit my viewers.config file (or maybe have an advanced open with which lists all viewers) 23.13.20 # it should list all viewers 23.13.30 # that changes a few revisions ago 23.13.34 # *changed 23.13.39 # then its broken 23.13.40 # hi, i just realized that rockbox has stopped gapless playback. is there a setting for this, or is this a bug? 23.13.54 # Bagder: as far as i can tell the change was intentional 23.14.01 Quit freqmod_n (Read error: 110 (Connection timed out)) 23.14.09 # then I need to flame someone ;-) 23.14.24 # jdgordon for example 23.14.24 # Bagder: The change states it only lists associated viewers, and gives the option to make a viewer available to all filetypes with * 23.14.42 # sarixe: Rockbox simply doesn't add gaps. Your files must also be gapless. Are they? 23.14.53 # I disagree with that idea and concept 23.14.57 # I agree. 23.14.59 # they are, checked with XMMS gapless 23.14.59 # bad bad bad 23.15.07 # Err, agree with you (Bagder) not the concept 23.15.10 # hehe 23.15.18 # or at least "show everything if the extension isn't known" (instead of if it doesn't have an extention) 23.15.23 # Since there's no other way to manually use a viewer with an unassociated file. 23.15.23 # it's Santana - The Ultimate Collection, Disc 1, Carnaval and Let The Children Play 23.15.39 # dionoea: we've always had that way to override whatever extension or not that was used 23.15.47 # sarixe: Does XMMS do gap removal? What format are they in, and what encoder was used? 23.15.49 # so that the user could aways tell what to run on a file 23.15.59 # ogg, and oggenc 23.16.11 # And that's directly from the CD? 23.16.16 # from flac 23.16.22 # And those flacs were from the CD? 23.16.24 # yes 23.16.35 # Then gapless should work fine. I assume you have crossfade disabled? 23.16.42 # yes 23.16.54 # well, disabled except while shuffling 23.17.34 # let me try some known working ones 23.17.40 # sarixe: I'll update rockbox and try it myself 23.17.50 # if it works here, maybe you can post your config.cfg 23.18.01 # k 23.19.10 # will take a little while 23.19.59 # k 23.20.19 Quit austriancoder ("Kopete 0.12.4 : http://kopete.kde.org") 23.20.29 # Hmm 23.20.51 # for reference, i'm using a home build with all the latest SVN changes 23.21.02 # and no patches? 23.21.03 # * amiconn will need testers for 3rd gen, mini 1st gen, and 4th gen grayscale 23.21.21 # * DerPapst raises hand 23.21.34 Quit ctaylorr ("Reconnecting") 23.21.36 # no patches 23.21.44 Join ctaylorr [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) 23.21.46 Quit Lear (Read error: 110 (Connection timed out)) 23.21.49 # argghgh 23.21.56 # how hard is it to make a linux usb driver that works 23.21.59 # I need to provide a patch that reads the LCD controller registers 23.21.59 # hrrrmm 23.22.21 # I want to know whether they're all set to the same value 23.22.28 Join Robin0800 [0] (n=Robin080@cpc3-brig8-0-0-cust132.brig.cable.ntl.com) 23.22.41 Join yole [0] (n=phileas@CPE00134645d969-CM000f9fa62b04.cpe.net.cable.rogers.com) 23.22.44 # preglow: as hard as a working FreeBSD driver I guess :( 23.22.44 # Apart from that, I would like to see a 3rd gen owner to perform a runtime test... :) 23.22.50 # well i'm here for about 30 kin. if you have then something i can test please tell me 23.22.55 # *min 23.23.01 # one lousy usb disconnect, and bam, you need to reboot 23.23.32 # same here, only the reboot is sometimes done for me... 23.23.33 Quit yole (Remote closed the connection) 23.23.44 # preglow: Yeah, and on my linux box USB causes data errors without noticing :( 23.23.48 Join yole [0] (n=phileas@CPE00134645d9ab-CM001371142bc8.cpe.net.cable.rogers.com) 23.24.01 # amiconn: never had that, but it's bloody annoying nonetheless 23.24.07 # i like having a ton of windows open :/ 23.24.14 # sarixe: restarting my player now to try it 23.24.19 # k 23.24.25 # That's one thing windows definitely manages significantly better - USB connection 23.24.56 # better than what? 23.24.56 # OSX too probably 23.25.08 # sarixe: linux or freebsd 23.25.16 # nah 23.25.21 # use ubuntu, you'll like it 23.25.25 # really? i've had the opposite experience 23.25.36 # USB is mildly reliable on Ubuntu 23.25.41 # different hardware, different problems, i suppose 23.25.47 # I'd have to agree that on average, Windows has had the best USB experience for me. 23.26.02 # I wonder why the ubuntu changes don't make it into the official kernel source then.. 23.26.16 # markun: I bet they do 23.26.27 # and I also bet there aren't many ubuntu changes to the usb code 23.26.45 # markun, either they don't submit it upstream or linus decides that the code isn't good enough or well tested enough 23.26.49 Join Insectoid [0] (i=Q@adsl-220-146-114.gnv.bellsouth.net) 23.26.59 # preglow: what are you using? 23.27.03 # ubuntues 23.27.25 # sarixe: nog gaps so far 23.27.40 # well, as said, i'm testing known gapless encodings 23.27.47 # me too 23.27.49 # (the who sell out) 23.28.00 # Badly Drawn Boy in this case 23.28.00 Quit Rob222241 (Read error: 104 (Connection reset by peer)) 23.28.01 # i don't know if the santana ones ever worked for me 23.28.32 Join Rob2222 [0] (n=Miranda@p54B15BE3.dip.t-dialin.net) 23.28.59 # if you transcode from flac to ogg vorbis it should be fine 23.29.08 # that's what i was thinking 23.29.19 # hey sorry had to disconnect--still wondering: "where do i enable "gather runtime informatioN"? the manual doesn't say, according to a keyword search" 23.29.46 # sarixe: will try some pink floyd now 23.29.54 # me too, after this 23.30.21 # still no gaps.. 23.30.43 # what, gapless troubles again? 23.30.48 # yep 23.30.56 # preglow: but not for me 23.31.48 # sarixe: Have they played gapless on Rockbox before? 23.31.57 # yes 23.32.11 # And you've not changed any settings at all since then? 23.32.18 # gapless works on the who 23.32.23 # trying santana again 23.32.27 # sarixe: so what about pink floyd? And can you host your config.cfg somewhere? 23.32.35 # well 23.32.41 # once i accidentally corrupted my FAT 23.32.47 # do you still have the flacs? 23.32.47 # what kinda files we talking about here? 23.32.49 # so i had to start from scratch 23.32.54 # yeah, i have the flacs backed up 23.32.57 # ogg 23.33.02 # amiconn: do you have that lcd patch done already? or are you still working on it? 23.33.07 # yole: database settings menu 23.33.21 # sarixe: try the flacs first then. If they have gaps there's nothing rockbox can do about it 23.33.22 # I had one yesterday, but I reverted it without making a diff :/ 23.33.28 # but strange that xmms has no gaps.. 23.33.37 # no, but the flac/oggs don't have gaps 23.33.41 # oggs notplaying gaplessly is very unlikely 23.33.41 # lemme try the santana 23.33.45 # very 23.33.49 # ah... bummer 23.34.04 # anything popular except mp3, really 23.34.34 # yeah, why does mp3 suck so much? 23.34.46 # it wasn't designed to be gapless 23.34.47 # preglow: And AAC. 23.34.57 # Llorean: aah, yeah, definitely 23.36.04 # lazka: got it! thanks! 23.36.14 # now to see i rockbox and itunes ratings play nice together 23.37.16 # I think it's better to check the various disassemblies for the proper LCD init sequence 23.37.35 # amiconn: Was the LCD the power problem? 23.37.38 # sarixe: Using MediaMonkey by any chance? 23.37.41 # nope 23.37.52 # Lear_ : no, amarok with tranKode 23.37.55 # transKode* 23.38.12 # which in turn uses flac and oggenc to decode/encode 23.38.15 # But I need proper lcd init / shutdown for implementing suspend 23.38.20 # Ah 23.38.33 # Just wondered, because that program had a habit of corrupting Flacs... 23.38.57 # Lear_ that and it has a terrible interface, lol 23.39.06 # And while I'm at it, I want at least porper shutdown for all the greyscale ipods in order to fix the nasty pixel line bug (mainly observed on minis) 23.39.19 # yeah, santana still doesn't work 23.39.23 # lemme try something... 23.39.54 # amiconn: in case you have a patch that i should try on my 3G iPod drop a line with the link to the patch here. I'll compile and do a test then tomorrow. 23.40.05 # i had that but on my 3G too 23.40.06 # ok, thanks 23.40.23 # i though my lcd controler or the lcd is messed up o.= 23.40.38 # It's not shut down properly before cutting power 23.40.44 Join haemmy [0] (n=stefan@194.208.162.140) 23.41.05 # glad to hear is only a software issue and not a hw one :) 23.42.03 # Iirc there was even a patch already, but it didn't work 23.42.42 # i haven't seen this bug before. it started around one week ago 23.42.54 # hot damn~ 23.43.06 # but i haven't used rockbox on my 3G that often before 23.43.07 # i had xmms configured to skip to the next zero crossing 23.43.11 # which made it perfect 23.43.15 # but then i disabled that 23.43.18 # and it failed! 23.43.45 # so... it's the file that's the problem 23.43.57 # DerPapst: It doesn't happen on every shutdown. 23.44.17 # Depends on the momentary state of the lcd controller when power is cut 23.44.40 # infact it doesn't even happen when i reset the ipod 23.45.11 # is there any way to make rockbox skip to the next zero crossing? 23.45.36 Quit freqmod (Connection reset by peer) 23.45.38 # sarixe: Which Santana? 23.45.52 # The Ultimate Collection Disc 1, tracks 18 and 19 23.46.14 # Carnaval and Let The Children Play 23.46.20 # there's a slight gap 23.47.11 # Not that I can hear... 23.47.36 # hm... well, i did download it... so it's probably oan's fault 23.47.45 # oan never puts out anything good 23.47.58 # That's with seeking, but Ogg is supposed to be sample accurate. 23.48.02 # good night everyone. 23.48.05 # :) 23.48.10 Quit DerPapst ("So Long And Thanks For All The Fish!") 23.48.11 # the flac has the same gap 23.48.31 # sarixe: still strange that xmms removes it 23.48.35 # well 23.48.47 # that's because i had it set to skip to the next zero crossing 23.48.53 # which got rid of the gap 23.49.07 # but i disabled it, and now the gap is apparent 23.49.35 Join JdGordon [0] (n=jonno@c220-237-57-32.smelb1.vic.optusnet.com.au) 23.49.41 # there he is 23.49.54 # JdGordon: I want the old open with concept back please 23.50.00 # Lear_ you say you have that album, and there's no gap? 23.50.10 # sarixe: Wouldn't that simply mean that your files aren't gaplessly encoded? 23.50.12 # sarixe: Yep. 23.50.26 # Llorean : probably. oan sucks. 23.50.42 # Bagder: oh? 23.50.57 # JdGordon: as was also exactly now posted on the dev list 23.51.05 # by Davide 23.51.13 # What's oan? 23.51.30 # oan is the name of the person who put out the torrent that i got 23.51.38 # Bagder: filespray give me "text/plain" for this wma file: http://www.rockbox.org/tracker/task/4984?getfile=14224 23.51.51 # JdGordon: "open with" should offer all viewer to be used on the given file, imho 23.52.11 # i should just buy the album and rip it myself 23.52.27 # markun: I really don't know any flyspray magic... 23.52.56 # ok, I asked about it yetserday and onylgot agreement, I'll revert it tonight 23.53.25 # the fix for Davide is to add it to viewers.config 23.53.33 # And I think it says some form of Video/MP4 for m4a... Either that, or something in Firefox is acting up. 23.54.12 Quit haemmy () 23.54.20 # markun : File > Save As... 23.54.32 # sarixe: gives me a .html file 23.54.45 # what browser? 23.54.46 # but just opening it and "save page" also works 23.54.55 # that's what i meant... 23.54.56 # firefox 2.0.0.6 23.55.07 # right 23.55.14 # well it comes up as a text for me too 23.55.16 *** Saving seen data "./dancer.seen" 23.55.23 # which is annoying as piss because it hogs all the memory 23.55.51 # ever try to open up a 2 hour movie in a text editor? 23.56.08 # yes, actually 23.56.16 # doesn't work to well. 23.56.26 # haha, nope 23.56.35 # my computer will crash before it's done 23.56.35 Quit salty-horse ("Leaving") 23.56.49 # or freeze, at least 23.57.19 # well, i've run one through less, i suppose. don't recall if it killed my machine, really 23.57.19 Quit yole (Remote closed the connection) 23.57.37 # running it through less doesn't mean anything 23.57.46 # your terminal buffer will run out as it loads 23.57.58 # you wouldn't be able to see the beginning 23.58.15 # by scrolling up, anyway 23.58.29 # well, it's a silly thing to do anyway 23.58.36 # yep :P 23.58.43 Quit jgarvey ("Leaving")