--- Log for 05.04.109 Server: lindbohm.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 18 days and 15 hours ago 00.00.18 # Actually that was a bit of simplification; it might also want current fg & bg colour, but that's also part of the viewport 00.02.29 # ok, so all we'd be adding, per-viewport, is a visibility flag? the struct doesn't happen to have a bitfield flags member already, does it? it might make sense to add the visibility flag that way... 00.03.26 # No, not yet 00.03.36 # lcd.h, line 29ff 00.05.15 # maybe a byte worth of flags, low bit is visibility, rest reserved for future use? then again, probably might as well make it 32 bits... it'd get padded to align things anyway, wouldn't it? 00.06.24 Join saratoga [0] (n=9803c6dd@gateway/web/cgi-irc/labb.contactor.se/x-6f0fa1f23f3bd0ef) 00.07.04 Quit midijunkie ("?(???~•~)?") 00.07.08 Quit petur ("Zzzzzz") 00.08.17 Quit TBOL3 (Remote closed the connection) 00.09.02 # A vis specific struct that contains a viewport struct, or a pointer to it, would also work 00.09.46 Quit AndyI (Read error: 104 (Connection reset by peer)) 00.10.26 Join AndyIL [0] (i=AndyI@212.14.205.32) 00.11.33 Join yash [0] (n=vijay034@c-75-72-150-85.hsd1.mn.comcast.net) 00.11.56 # Actually that might be the better idea, thinking of targets with a remote lcd 00.12.14 # There this specific struct would contain two viewports, one per lcd 00.12.33 # Hi, I'm looking for Michael Giacomelli. 00.12.50 # yash: I am he 00.13.05 # domonoky: http://www.rockbox.org/tracker/task/10096 00.13.09 # you're here about the WMA Pro codec? 00.13.12 # hi, saratoga. 00.13.28 # yep, that's right. 00.14.01 # I was curious about your background 00.14.06 # have you done any DSP? 00.15.01 # yep, I've worked in TI C64x DSP's. 00.15.04 # I saw that you worked for TI before 00.15.22 # sorry I mean signal processing math, not programming signal processors 00.15.29 # bluebrother: nice :-) 00.15.43 # i mean are you familar with the DCT, etc 00.16.04 # i know a lot of people in computer science in the US do not necessarily do much with that kind of math 00.16.05 # oh ok, I've not done DCT. 00.16.17 # have you done much much fourier related stuff? 00.16.44 # DCT, FT are things I've read but not worked on. 00.17.17 # can you do one by hand on paper? 00.17.44 # the sansa required quite a bit of additional work :( 00.18.07 # but it seems to work nicely, at least for me. Let's see how it will work on linux later 00.18.13 # i already added teh transform stuff WMA Pro needs to rockbox, so you won't actually have to implement it, but understanding what it is doing is probably helpful for debugging 00.18.48 # it's been some time since I worked on DCT, FT. I can quickly learn but right now cannot do. 00.19.28 # Understanding the transform should not be a problem for me. 00.19.39 # so you've done the math courses in university? 00.19.46 # bluebrother: and this works without changing the patchers itself ? 00.19.46 # Yep 00.19.52 # I guess you were CE or CS for undergrad? 00.19.52 # domonoky: yes 00.20.00 # nice 00.20.00 # yep, CS. 00.20.17 # and we had the course on DCT, FT and Laplace transforms. 00.20.25 # ah alright that should be fine then 00.20.36 # the differences between the various fourier transforms are not great 00.21.05 # there's one thing I'd like to change in ipodpatcher: the result code for read_partinfo. The current error ("Can't read partition table") isn't correct in all cases and might be quite misleading -- especially as it occurs when the partition table isn't an Ipod 00.21.09 # oh ok. my grades were "S" or 10/10 for 4 math courses. just to let you know. 00.21.21 # but that's a different thing (and nothing that's dangerous ;-) 00.21.30 # in my Masters, i have not taken up Math courses so far. 00.21.32 # were you at UMN for undergrad too? I interviewed there for graduate school a few years ago 00.22.08 # oh, but my undergrad was in India. CEG as it's famously known. 00.22.15 # College of Engineering, Guindy. 00.22.44 # ah ok 00.23.24 Quit bluebrother ("zzz") 00.23.32 # and how long have you been working in Rockbox if I may know? 00.23.41 # your background etc. 00.24.04 # I started about 2 years ago doing the summer of code to write the WMA std decoder 00.24.25 # well adapt it for fixed point and rockbox, it was obviously already written 00.24.56 *** Saving seen data "./dancer.seen" 00.25.08 # oh, and you are working for some company? 00.25.19 # or still in academics? 00.25.24 # I am a phd student still 00.25.35 # ok, univ? 00.25.44 # Duke in NC 00.25.57 # ok, thanx. 00.27.57 # why did you take an interest in teh WMA Pro project? 00.29.43 # I have some background working in codecs, and I wanted to work in Rockbox, Open source. I knew this would be feasible for me to complete. Hence the decision. 00.30.10 # what did you do with codecs? 00.30.50 # Basically, TI has C64 DSP for which it supplies the codecs. 00.31.36 Join planetbeing [0] (n=planetbe@c-71-236-164-204.hsd1.or.comcast.net) 00.31.45 # and to run a codec on a TI platform called Davinci, without being concerned about whether its ARM or DSP, and setting up the DSP etc, 00.32.00 # we had a framework called Codec Engine. 00.32.23 # so you were mostly working on the API of their audio software? 00.32.31 # I was involved extensively working on Codec Engine, understanding what a codec expects, returns etc. 00.33.33 # the c64 is an floating or fixed point dsp? 00.33.36 # I ported an ARM MP3 codec to run on Davinci. 00.34.02 # It was compiled on Code Composer studio and i modified it to compile with gcc and get it working. 00.35.17 # its floating point. 00.35.51 Quit snizwickit (Client Quit) 00.38.35 # Saratoga, another thing that I wanted to tell you is that I'm currently working on an assignment. 00.38.45 # and will be happy to come online tomorrow. 00.39.03 # but right now today being an assignment submission, i need to rush. 00.39.39 # ok thats fine 00.40.00 # will catch you tomorrow around this time. 00.40.11 # thanx. 00.40.49 Quit yash () 00.41.53 Quit {phoenix} (Remote closed the connection) 00.52.39 Join mrsexy [0] (n=chatzill@h-69-3-201-139.dnvtco56.dynamic.covad.net) 00.52.56 # hey guys 00.56.37 Quit archivator () 00.57.42 Quit mrsexy ("ChatZilla 0.9.84 [Firefox 3.0.3/2008092417]") 00.58.01 Join mrsexy [0] (n=chatzill@h-69-3-201-139.dnvtco56.dynamic.covad.net) 01.01.17 # mrsexy: did you have a question? 01.01.44 # yes but acordinf to the faq i cant post it 01.02.41 # gevaerts: so not ask to ask has taken another level? ppl ask for questoins now? 01.02.58 # :) 01.05.27 Quit dmb (Read error: 113 (No route to host)) 01.05.49 # meh i dont really care for the banhammer anyways, so i have this m4208 mp3 player that is small and light weight and i have a firmware updater for it. so my question would have been how do i decompress an .exe i have tried reshack with no help 01.05.53 Join snizwickit [0] (n=PuppiesO@ppp-66-139-122-153.dsl.tpkaks.swbell.net) 01.06.07 # very off topic 01.07.26 # Coming in, saying I don't care what the rules are I'm going to ignore them and ask anyway isn't likely to get any help. Use google. 01.07.47 Join raveinmycubicle [0] (n=chatzill@n161s091.ntc.blacksburg.shentel.net) 01.08.10 Join dmb [0] (n=dmb@unaffiliated/dmb) 01.10.38 # exactly why i stated at the very top i had a question and changed my mind, but thanks anyway 01.11.31 Join pyro_maniac1 [0] (n=jens@p4FEEAAC4.dip.t-dialin.net) 01.11.58 Join evilnick [0] (n=evilnick@pool-173-52-140-21.nycmny.east.verizon.net) 01.12.20 Part pyro_maniac1 01.12.56 Join davidfg4 [0] (n=david@69.51.95.200) 01.15.19 Part mrsexy 01.16.44 Quit raveinmycubicle ("ChatZilla 0.9.84 [Firefox 3.0.6/2009020911]") 01.22.04 Join CaptainKewl [0] (n=jds@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com) 01.25.21 Quit dfkt ("-= SysReset 2.53=- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.") 01.27.15 Quit ender (" One cup of ramen, / Two cups of boiling water, / Three minutes -- dinner.") 01.27.28 Quit pyro_maniac (Read error: 101 (Network is unreachable)) 01.28.52 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net) 01.30.19 Quit domonoky (Read error: 104 (Connection reset by peer)) 01.32.21 Quit renke (Read error: 110 (Connection timed out)) 01.33.23 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) 01.35.50 Quit timc (Read error: 104 (Connection reset by peer)) 01.36.01 Join timc [0] (n=aoeu@124.93.243.83) 01.39.09 Join midijunkie [0] (n=Miranda@pD9544284.dip0.t-ipconnect.de) 01.42.14 Join pixelma_ [0] (n=pixelma@p54BD55CC.dip.t-dialin.net) 01.42.16 Join amiconn_ [0] (n=jens@p54BD55CC.dip.t-dialin.net) 01.42.21 Quit amiconn (Nick collision from services.) 01.42.21 Quit pixelma (Nick collision from services.) 01.42.25 Nick pixelma_ is now known as pixelma (n=pixelma@rockbox/staff/pixelma) 01.42.36 Nick amiconn_ is now known as amiconn (n=jens@rockbox/developer/amiconn) 01.57.01 Join Jensing [0] (n=noone@c-76-21-136-244.hsd1.md.comcast.net) 02.01.26 Quit PaulJam (".") 02.11.20 Join MethoS [0] (n=lem@host-091-097-241-151.ewe-ip-backbone.de) 02.13.25 Quit rwcr (Read error: 113 (No route to host)) 02.16.09 Quit Rob2222 () 02.17.46 Join KBH [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net) 02.19.25 Quit moos ("Rockbox rules the DAP world") 02.21.25 Join Rob2222 [0] (n=Miranda@p4FDCFD61.dip.t-dialin.net) 02.23.38 Join rwcr [0] (n=oremanj@xenon.get-linux.org) 02.25.00 *** Saving seen data "./dancer.seen" 02.29.17 Quit arohtar (Read error: 110 (Connection timed out)) 02.33.07 Quit HBK (Read error: 110 (Connection timed out)) 02.36.24 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 02.39.51 Join CaptainKwel [0] (n=jds@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com) 02.41.11 Join cspotcode [0] (n=bradla@starmie-25.dynamic.rpi.edu) 02.41.57 Join AndyI [0] (i=AndyI@212.14.205.32) 02.44.00 Quit cspotcode ("Leaving.") 02.44.01 Join cspotcode1 [0] (n=bradla@starmie-25.dynamic.rpi.edu) 02.45.01 Quit midijunkie (Read error: 104 (Connection reset by peer)) 02.47.39 Join midijunkie [0] (n=Miranda@pD9544284.dip0.t-ipconnect.de) 02.50.36 Quit CaptainKewl (Read error: 110 (Connection timed out)) 02.53.36 Quit AndyIL (Read error: 110 (Connection timed out)) 02.55.14 Join AndyIL [0] (i=AndyI@212.14.205.32) 02.56.34 Quit Nico_P (Remote closed the connection) 03.04.41 Quit Jensing () 03.06.51 Quit AndyI (Read error: 110 (Connection timed out)) 03.06.59 Quit midijunkie (Read error: 104 (Connection reset by peer)) 03.22.29 Quit Ridayah (Read error: 110 (Connection timed out)) 03.24.02 Quit bubsy ("Panic.") 03.24.07 Join bubsy [0] (i=Bubsy@94.139.72.111) 03.25.44 Quit z35 (Read error: 110 (Connection timed out)) 03.29.23 Join z35 [0] (n=z35@h147.109.31.71.dynamic.ip.windstream.net) 03.45.01 Join Ridayah [0] (n=ridayah@173-19-228-175.client.mchsi.com) 03.59.51 Quit Thundercloud (Remote closed the connection) 04.08.53 Quit MethoS (Remote closed the connection) 04.22.35 Quit miepchen^schlaf (Read error: 101 (Network is unreachable)) 04.25.02 *** Saving seen data "./dancer.seen" 04.29.32 Join planetbeing_ [0] (n=planetbe@c-71-236-164-204.hsd1.or.comcast.net) 04.29.32 Quit planetbeing (Read error: 104 (Connection reset by peer)) 04.35.20 Quit perrikwp ("http://www.mibbit.com ajax IRC Client") 04.51.41 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-0fd3a0a414233226) 04.53.55 Quit perrikwp (Client Quit) 04.54.20 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-9b5040abcf3e889a) 05.10.51 Quit Seed (Read error: 104 (Connection reset by peer)) 05.14.50 Quit franky (Read error: 110 (Connection timed out)) 05.20.55 Quit l403 (No route to host) 05.24.07 Nick JdGordon|afk is now known as JdGordon (n=jonno@rockbox/developer/JdGordon) 05.29.32 Quit Zoxc () 05.30.43 Part kps00000 05.35.42 Quit snizwickit (Client Quit) 05.42.05 Quit CaptainKwel ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )") 05.58.02 Quit agaffney (Read error: 104 (Connection reset by peer)) 05.58.15 Join agaffney [0] (n=agaffney@gentoo/developer/agaffney) 06.07.47 Part toffe82 06.25.04 *** Saving seen data "./dancer.seen" 06.37.43 Join snizwickit [0] (n=PuppiesO@ppp-66-139-122-153.dsl.tpkaks.swbell.net) 06.39.56 Join ZyLoR [0] (i=zylor@bl11-84-8.dsl.telepac.pt) 07.16.08 Quit SansaFan ("CGI:IRC (Ping timeout)") 07.16.11 Quit z35 ("Leaving") 07.24.14 Join SansaFan [0] (n=3f6eacc3@gateway/web/cgi-irc/labb.contactor.se/x-521d386fe779fd5a) 07.47.16 Quit snizwickit (Client Quit) 07.49.26 Quit agaffney (Read error: 104 (Connection reset by peer)) 07.49.54 Join agaffney [0] (n=agaffney@gentoo/developer/agaffney) 07.52.25 Join homielowe [0] (n=homielow@unaffiliated/homielowe) 07.59.17 Join ultrasonic [0] (n=manohar@203.199.213.3) 08.00.43 Quit ultrasonic (SendQ exceeded) 08.01.19 Join ultrasonic [0] (n=manohar@203.199.213.3) 08.04.45 Join Rob2223 [0] (n=Miranda@p4FDCEDAF.dip.t-dialin.net) 08.22.17 Quit Rob2222 (Read error: 110 (Connection timed out)) 08.25.08 *** Saving seen data "./dancer.seen" 08.33.40 Quit BHSPitLappy (Remote closed the connection) 08.37.42 Join robin0800 [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com) 08.41.50 Join PaulJam [0] (n=PaulJam_@vpn-3007.gwdg.de) 08.44.16 # mmm... I wish MP3 playback functioned on my fuze with rb 08.58.15 Quit robin0800 (Remote closed the connection) 09.02.00 Join l403 [0] (n=l@85.132.159.239) 09.09.07 Quit perrikwp ("http://www.mibbit.com ajax IRC Client") 09.12.30 Quit cspotcode1 (Read error: 104 (Connection reset by peer)) 09.13.37 Quit l403 ("Ex-Chat") 09.14.36 Join hittudiv [0] (n=d2d4a065@gateway/web/cgi-irc/labb.contactor.se/x-24a68f828a3e7ad3) 09.15.38 Quit hittudiv (Client Quit) 09.15.59 Join Hittudiv [0] (n=d2d4a065@gateway/web/cgi-irc/labb.contactor.se/x-cb3e8ba2a333836e) 09.19.18 Join l403 [0] (n=l@85.132.159.239) 09.19.56 # anyone here has applied for gsoc for rockbox? 09.25.33 Join Ubuntuxer [0] (n=johannes@dslb-094-220-231-240.pools.arcor-ip.net) 09.34.58 # !leave 09.35.42 Quit Hittudiv ("CGI:IRC") 09.41.03 Join lightbulbjim [0] (n=jim@203.171.93.108.static.rev.aanet.com.au) 09.43.25 Join Hittudiv [0] (n=d2d4a065@gateway/web/cgi-irc/labb.contactor.se/x-622d376eb21081ba) 09.46.52 # just dropped in to say..that i appplied for GSoC.. 09.49.10 Join flydutch [0] (n=flydutch@host31-165-dynamic.8-87-r.retail.telecomitalia.it) 09.59.25 # saratoga , linuxstb : ping 10.01.37 # MT: Hi. 10.04.13 # linuxstb : hello, I saw the qualification task today , and I have some free time before the exam so I'm trying a little with it. 10.05.32 # MT: OK. Don't forget that the Rockbox wiki contains documentation about Rockbox... 10.07.16 # I have added an entry to inbuilt filetypes, "mtf" (MT File :) ), just to see how it will go 10.08.38 # I've gone through the 'HowToWriteCodecs' wiki .. it states that I should add an entry for my codec to the makefile inside /apps/codecs but I can't find a makefile there 10.09.42 # Ah, that probably changed when Zagor rewrote the Makefiles for Rockbox. Is there a ".make" file there? 10.10.26 # no, just checked. 10.10.52 # Check again... 10.11.05 # I meant "something.make" 10.11.30 # ah yes sorry, found it 10.20.24 Part homielowe 10.22.38 Join petur [50] (n=petur@rockbox/developer/petur) 10.25.11 *** Saving seen data "./dancer.seen" 10.30.07 Join planetbeing [0] (n=planetbe@c-71-236-164-204.hsd1.or.comcast.net) 10.30.07 Quit planetbeing_ (Read error: 104 (Connection reset by peer)) 10.36.57 # qualification task? for gsoc? 10.37.14 Quit Ubuntuxer ("Leaving.") 10.42.32 Join MethoS [0] (n=lem@host-091-097-241-151.ewe-ip-backbone.de) 10.42.35 # Hi Hittudiv (or should I say Bad_Sector?) 10.42.54 # huh..hittudiv :) 10.44.19 # just checking a triple boot of sansalinux, rockbox and firmware on my box.. 10.44.49 # i mean.. ipodlinux 10.45.23 # neone who applied for GSoC here? 10.45.44 # we have been ranking proposals a bit and we found yours a bit unrealistic compared to the others. Sorry but we need to do some selections in advance. 10.46.05 # I see this wasn't communicated in a public comment yet. 10.46.25 # yeah i saw 10.46.36 # well..i have worked on it.. the html parser.. 10.46.50 Quit vonsoo ("Leaving") 10.47.42 # you might still convince us of the contrary but you'll have to do it quickly... 10.47.46 # Hittudiv: If you have anything like that to add, I believe you can as a comment on your application. It still isn't too late. Also, it is a very good idea to stick around here and talk to people 10.48.13 # i see that Mr.Gerritt Gonzales is working on it..i am trying to contact him 10.48.22 # yeah thankyou BigBambi 10.49.34 # is there something like a qualification task? 10.53.20 # Hittudiv: If you have started working on it, it would be a good idea to add to the application the details on what you have started doing, what direction you are going in, what the plans are, a link to any code you have written on it to date etc. Basically as much detail as possible to persuade people why you should be picked. 11.04.55 Join ender` [0] (i=krneki@foo.eternallybored.org) 11.05.21 # Unhelpful: tested on Ondio, C200, M5 (shares keymap with X5, for what it's worth) 11.08.39 # hmm... not sure whether it was really a patched version on the M5 now (had some trouble compiling because of some other changes) but the other mentioned definitely run the latest version of the patch 11.10.55 Quit planetbeing () 11.12.01 # pixelma: What is the status of your c200 keymap work? 11.14.13 Join planetbeing [0] (n=planetbe@c-71-236-164-204.hsd1.or.comcast.net) 11.15.29 # I'm struggling a bit with the virtual keyboard because I wanted to enable morse mode and can't find something nice for "morse select" (or it would need more work, probably creating an own context for the morse "screen") 11.17.02 # put resume on "long right" and it works but personally I liked it better on "volume up" because it also gave me the chance to have stop in the tree on "volume down" 11.18.05 Join merbanan [0] (n=banan@c-83-233-52-102.cust.bredband2.com) 11.19.11 # Is the latest patch in the task? 11.19.19 # maybe I can post a patch in the tracker with those changes (but without "morse mode")? If there are people willing to try... 11.19.22 # no 11.19.41 Join moos [0] (i=Mustapha@rockbox/staff/moos) 11.19.51 # yeah, I can have a play later today 11.20.29 # I just installed Ubunutu 9.04 beta, and i tried installing binutils. now my gcc is not working 11.20.50 # it shows a weired error /usr/local/bin/ld: unrecognized option '--hash-style=both' 11.20.57 # you used rockboxdev.sh? 11.21.12 Quit planetbeing () 11.21.42 # i cant compile any file. is it because of the binutils given by the ./tools/rockboxdev.sh file ? 11.21.54 # yes i used the rockboxdev.sh file 11.22.53 # What file? You need specific versions of the gcc cross compilers and binutils depending on which architecture you are compiling for (arm, coldfire, mips or sh) - rockboxdev.sh gets the correct versions, applies some required patches, then builds 11.22.56 # i am behind a proxy and wget doesnt work.. so i manualy downloaded the package and tried to compile the binutils 11.23.23 # i am compiling for arm 11.23.30 # rockboxdev.sh also applies patches to some packages 11.23.58 # well.. lemme modify the sh file then 11.24.27 # I'd have a look at rockboxdev.sh, download all the packages it needs, then change rockboxdev.sh to look at the local version rather than trying to download 11.25.01 # yeah but i already tried compiling the binutils downloaded 11.25.28 # make file is created, and after i made install, it showed some error 11.25.32 # by the time my gcc is screwed 11.25.39 Join wangxiang [0] (i=wangxian@210.77.2.39) 11.25.46 # It could well also be a change in Ubuntu 9.04 - the beta is there for a reason 11.25.59 # Hittudiv: rockboxdev.sh doesn't touch your system gcc or binutils 11.26.11 # It is only for the cross-compilers 11.26.40 Join stoffel [0] (n=sfr@p57B4CB26.dip.t-dialin.net) 11.27.11 # no..i am behind the proxy.. so i didnot use the rockboxdev.sh.. 11.27.31 # i compiled binutils myself 11.27.48 # so there is no way your system gcc should be messed up as a result of anything you have done 11.29.39 # hmm..can i just copy paste here? 11.29.54 # use a pastebin please 11.29.59 # $ gcc n.c 11.30.14 # i mean..i am using irc on firefox.. 11.30.18 # :( 11.30.48 # go to pastebin.com, paste your output there, then give us the link 11.32.27 # http://pastebin.com/m3df19167 11.33.44 # anyway the rockboxdev.sh checks in "${RBDEV_DOWNLOAD:-/tmp/rbdev-dl}" 11.33.55 Join renke [0] (n=renke@host-091-097-033-015.ewe-ip-backbone.de) 11.33.55 Quit renke (Client Quit) 11.34.41 # What is g.c? 11.35.14 # er, n.c I mean 11.35.42 # well...anything compiled fromm gcc shows same error 11.35.57 # i just wrote main(){} in n.c 11.36.22 # So it seems to be a problem with your system gcc and not Rockbox specific 11.36.54 # hmm it worked before i tried compiling binutils. 11.37.09 # and it seems -hash-style should be a number 11.37.13 # And you are sure it was binutils for ARM? 11.37.21 # yea i am sure 11.37.43 # That shouldn't affect your system GCC or binutils at all 11.37.56 # hmm 11.38.22 Join Seed [0] (n=ben@bzq-84-108-232-45.cablep.bezeqint.net) 11.39.06 Join TheSphinX^ [0] (n=cold@p54A5E529.dip.t-dialin.net) 11.40.32 # Hittudiv: wget should work fine with proxies - did you try to get it working? 11.40.55 # and we have a limitation.. 10 mb download limit. 11.41.10 # our college is strict about it.. 11.41.17 # got it downloaded from a friend 11.41.26 # wow 11.41.56 # rockboxdev.sh says a - arm (ipods, iriver H10, Sansa, etc) 11.42.11 # bigbambi i wanted to work on a sansa e200 11.42.53 # that is e200 as well 11.42.54 Join PaulJam_ [0] (n=PaulJam_@vpn-3002.gwdg.de) 11.43.28 Join bmbl [0] (n=Miranda@unaffiliated/bmbl) 11.48.13 Quit PaulJam (Read error: 104 (Connection reset by peer)) 11.56.30 Quit stoffel ("Lost terminal") 11.58.01 Join {phoenix} [0] (n=dirk@p54B47E94.dip.t-dialin.net) 12.03.18 Quit FOAD ("I'll be back") 12.03.39 Join FOAD [0] (n=dok@dinah.blub.net) 12.14.15 # petur: you said "we found yours a bit unrealistic compared to the others" 12.14.56 # u mean...it is not do-able? or something is wrong with the idea itself? 12.15.43 # i mean. i like reading stuff in my free time..my player is my companinon. 12.16.31 # though there is a txt reader, it is harder to read on that. i prefer a HTML parser because I am a web-page designer 12.19.34 Quit MT (Read error: 110 (Connection timed out)) 12.24.27 Quit Seed ("cu, Andre") 12.25.15 *** Saving seen data "./dancer.seen" 12.35.05 Join PaulJam [0] (n=PaulJam_@vpn-3010.gwdg.de) 12.37.19 Join MT [0] (n=MTee@41.233.144.183) 12.37.19 Quit gevaerts (Nick collision from services.) 12.37.26 Join gevaerts_ [0] (n=fg@195-144-092-187.dyn.adsl.xs4all.be) 12.37.45 Nick gevaerts_ is now known as gevaerts (n=fg@195-144-092-187.dyn.adsl.xs4all.be) 12.45.55 Quit FOAD ("I'll be back") 12.46.13 Join FOAD [0] (n=dok@dinah.blub.net) 12.56.41 Join Sedgewick [0] (n=Sedgewic@net-93-145-250-215.t2.dsl.vodafone.it) 13.00.38 Quit PaulJam_ (Read error: 113 (No route to host)) 13.01.07 Quit Hittudiv ("CGI:IRC") 13.05.10 Join domonoky [0] (n=Domonoky@rockbox/developer/domonoky) 13.09.18 Quit ultrasonic (Remote closed the connection) 13.15.45 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 13.19.30 Join archivator [0] (n=archivat@77.70.28.57) 13.22.56 Join ultrasonic [0] (n=manohar@203.199.213.3) 13.23.30 Join miepchen^schlaf [0] (n=miepel@p579ECDF0.dip.t-dialin.net) 13.25.55 Join einhirn [0] (n=Miranda@p4FC60670.dip0.t-ipconnect.de) 13.38.53 Quit ultrasonic (Client Quit) 13.39.54 Quit archivator (Remote closed the connection) 13.41.26 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net) 13.46.00 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk) 13.46.17 # oh bugger... Hittudiv disconnected... 13.51.14 Quit Sedgewick ("off") 13.52.16 Join webguest08 [0] (n=525d7a02@gateway/web/cgi-irc/labb.contactor.se/x-30709b47f8c66788) 13.55.08 Quit webguest08 (Client Quit) 13.56.09 Join dfkt [0] (n=dfkt@unaffiliated/dfkt) 13.57.21 Quit ZyLoR ("( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )") 14.17.30 Join ultrasonic [0] (n=manohar@203.199.213.3) 14.17.51 Join robin0800_ [0] (n=quassel@general-ld-216.t-mobile.co.uk) 14.18.17 # hi i'm doing the gsoc task, write a plugin that outputs sound. The sound can be read from a file, or can be embedded in the plugin. 14.19.18 # can i use the function of plugin_api rb; 14.19.50 # rb.pcm_play_data(...); 14.20.03 Join webguest68 [0] (n=5b125e47@gateway/web/cgi-irc/labb.contactor.se/x-8730b8994a02ce06) 14.20.04 # wangxiang: that's the idea, I believe 14.20.23 Join wizzard [0] (n=5b125e47@gateway/web/cgi-irc/labb.contactor.se/x-42188d8ebc52a716) 14.20.59 # ok, thanks rasher 14.21.44 # indeed it is... 14.21.44 # plugin_api is very strong, intergrating many functions we could use 14.22.02 # that's what it is there for :) 14.22.03 # Kann anybody tell me, if rockbox is able to counterbalance the frequency response of the Ultimate Ears Super Fi 5 Pro? 14.22.29 # sorry for my bad english 14.22.38 # english is not my mothertong 14.22.57 # wizzard: Rockbox has a very extensive equaliser 14.24.40 # is he good enough to balance out the frequency reponse of the earphones? 14.25.18 *** Saving seen data "./dancer.seen" 14.25.31 Quit webguest68 ("CGI:IRC (Ping timeout)") 14.25.44 Join midijunkie [0] (n=Miranda@217.84.82.107) 14.25.54 # wizzard: it's better than anything you'll find in other players 14.27.53 # i´ve heard that, although i got a cowon D2, and the equializer of this player is good, too. 14.29.19 # is it possible to insall the cowon firmware and rockbox parralel? 14.29.41 # wincent: Rockbox doesn't run on the D2 yet 14.29.48 # only slightly 14.30.47 # that´s of course the reason why i am asking if rockbox has a very good equialiser 14.30.53 # Bagder: Thoughts on what to do about http://www.rockbox.org/twiki/bin/view/Main/BuildNames ? 14.32.04 Quit einhirn (Read error: 104 (Connection reset by peer)) 14.32.12 # wizzard: you ask because Rockbox doesn't run on the D2? 14.32.12 Quit bmbl ("Woah!") 14.32.37 # rasher: i think there are still thing missing in this list, how about X5v ? 14.32.37 # rasher: no, I didn't read it before and I'm off now... 14.32.56 # domonoky: is the x5v treated differently anywhere? 14.33.07 # i think it has a different bootloader.. 14.33.38 # maybe i should add the target names from rbutil, it should have names for all variants :-) 14.33.46 Quit SansaFan ("CGI:IRC (Ping timeout)") 14.35.18 # no, i am asking because i know that rockbox don't works very well at the D2 for the moment and i want to install it at my d2 if the equializer is good enough to plane the frequency response of my headphones 14.39.22 Quit robin0800 (Read error: 113 (No route to host)) 14.44.04 Join Conic [0] (n=conicpp@c-75-68-165-66.hsd1.vt.comcast.net) 14.45.14 Join tvelocity[a] [0] (n=tony@adsl4-149.her.forthnet.gr) 14.48.54 # rasher: i added the rbutil internal names. which basically has the same differences, but additionally has x5v and h10_5gb/h10_5gbums, because of bootloader differences.. 14.52.29 Join bluebrother [0] (n=dom@rockbox/developer/bluebrother) 14.57.22 Join archivator [0] (n=archivat@77.70.28.57) 14.57.56 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere) 14.58.27 Quit wangxiang (Read error: 60 (Operation timed out)) 15.10.52 Join wangxiang [0] (n=wangxian@203.86.76.219) 15.11.28 Quit {phoenix} (Remote closed the connection) 15.11.41 Join robin0800 [0] (n=quassel@general-kt-199.t-mobile.co.uk) 15.14.44 Quit archivator (Remote closed the connection) 15.15.11 Quit tvelocity (Connection timed out) 15.19.35 Quit l403 (Read error: 113 (No route to host)) 15.19.36 Quit wizzard ("CGI:IRC (EOF)") 15.22.04 Join fml [0] (n=4fd3eb2b@91.191.140.131) 15.24.09 # kugel: in gwps.c, to test the direction, sometimes "direction < 0" (or >0) is used and sometimes "==1" (or == -1). Wouldn't it be better to do it only one way, e.g. "<" or ">", but not "=="? 15.24.42 Quit midijunkie ("?(???~•~)?") 15.25.05 Quit robin0800_ (Read error: 113 (No route to host)) 15.26.08 Join robin0800_ [0] (n=quassel@general-kt-199.t-mobile.co.uk) 15.26.31 Join {phoenix} [0] (n=dirk@p54B47E94.dip.t-dialin.net) 15.33.57 Quit robin0800_ (Remote closed the connection) 15.34.03 Join snizwickit [0] (n=PuppiesO@ppp-66-139-122-153.dsl.tpkaks.swbell.net) 15.35.22 Quit robin0800 (Read error: 54 (Connection reset by peer)) 15.45.43 Join MethoS- [0] (n=lem@host-091-096-211-030.ewe-ip-backbone.de) 15.46.17 Quit MT (Read error: 104 (Connection reset by peer)) 15.46.47 Join MT [0] (n=MTee@41.233.144.183) 15.51.20 Join tvelocity [0] (n=tony@adsl22-26.her.forthnet.gr) 15.51.37 Quit tvelocity[a] (Connection timed out) 15.52.30 # something is fishy with device -> mountpoint in detection 15.53.14 # I get the c200 detected but the mountpoint of the e200 15.53.57 # You have two devices connected at once? 15.55.08 # yes 15.55.39 # I'm trying to force the device to write the bootloader to. Works fine with ipodpatcher but doesn't seem to work for sansapatcher 15.55.42 # or at least differently 15.58.35 Join kugel [0] (n=kugel@rockbox/developer/kugel) 15.58.48 Join PaulJam_ [0] (n=PaulJam_@vpn-3022.gwdg.de) 15.59.21 # linuxstb: ipodpatcher doesn't compile on powerpc by the way 15.59.43 # linuxstb: http://fuzzie.org/nfs/rockbox_ipodpatcher.txt helps, but I don't know if that's good enough 16.02.52 # kugel: have you seen my question to you? 16.03.17 # linuxstb: that is, I don't know if it's an acceptable fix - it does make things work on ppc 16.03.21 Join wangxiang_ [0] (n=wangxian@203.86.76.219) 16.03.48 # fml: yes, and you're right 16.04.30 Quit MethoS (Read error: 113 (No route to host)) 16.04.51 # kugel: why are those params needed? Why not just use skip_forward and skip_back? It's done in all the functions anyway. 16.04.52 # rasher: if we're relying on our own functions anyway, this seems reasonable (covered by #ifdef then, of course) 16.06.10 # fml: what? 16.09.10 # kugel: e.g. why do you need a parameter in change_dir? Why not have change_dir_next and change_dir_prev? 16.09.43 # fml: why not? 16.10.06 # I put it into one function because global_settings.prevent_skip needs to be checked 16.15.49 Quit PaulJam (Read error: 113 (No route to host)) 16.16.06 # kugel: I'd introduce constants for next and prev then (as 1 and -1). And add a comment that these should be 1 and -1 (and not just positive and negative) since, at least at one place, "step*direction" is used. Hence it's better to test with == than with >0 (<0) 16.16.33 # sounds fine 16.19.50 # but relying on -1 or 1 blindly sounds a bit bad anyway 16.21.27 # kugel: but it's done (as in the example above) 16.21.44 # yes 16.25.21 *** Saving seen data "./dancer.seen" 16.28.17 Quit wangxiang (Connection timed out) 16.33.30 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-5ca82b1b691b0e36) 16.35.27 Join bookshare [0] (n=4b05639a@gateway/web/cgi-irc/labb.contactor.se/x-b51ef4da8f49d9bf) 16.35.40 # kugel: I don't quite understand (from the code) how play hop (with skip length) should work. If we skip forward, and the remaining time (RT) is greater than the step then we just jump forward. If the RT is less than the step then it depends on whether "prevent skipping" is active. So far correct? 16.36.18 # Could fs#10083 please be investigated? 16.36.26 # fml: sounds about right 16.36.27 # If "prevent skipping" is NOT active then we jump to the next track. What is if it's active? 16.36.48 # then nothing happnes (except for a beep being played) 16.38.31 # kugel: aha, ok. Not to the "back" case. If the elapsed time is greater than the step we jump back. If it's less than the step then: if "prevent skipping" is not active then we jump to the start of the previous track? 16.38.51 # And if it's active then we jump to the start of the current track 16.40.56 # kugel: is my description of how it should work correct? 16.41.54 # and it works like that, doesn't it? 16.42.43 # kugel: I didn't try. But I'd like to see that in the code more clearly. I'll try to prepare a patch. 16.44.23 Quit Zambezi (Read error: 104 (Connection reset by peer)) 16.45.32 # kugel: what is DEFAULT_SKIP_TRESH for? 16.45.53 Join Zoxc [0] (i=Zoxc@ti0128a340-dhcp0261.bb.online.no) 16.46.08 # fml: see prev_track() 16.47.31 # kugel: aha, I see. But then I think it doesn't need a parameter. 16.48.12 # fml: why are you against parameter? 16.48.57 Quit Conic () 16.49.08 # kugel: if something is used with only one fixed value of the parameter, I'd rather put that in the function name or inside the function. 16.49.29 # I'm not generally against parameters of course. But only when they make sense, 16.50.09 # well, whatever. I didn't invent the parameter, but I think it makes sense 16.50.33 # going more into hardcoding is bad practise imo 16.52.20 Quit bubsy (Read error: 54 (Connection reset by peer)) 16.56.25 # kugel: every parameter that gets passed needs to get put on the stack before calling the function. Thus, if a function has a parameter that is always the same value it's questionable if it should be kept 16.56.57 # bluebrother: can't parameters get passed trough registers? 16.58.02 # mcuelenaere: yes, but that's (mostly) effectively the same, since (mostly) the register needs to be saved on the stack before overwriting them 16.58.06 # hmm, not sure about that. Still, you need to put the value somewhere (unless the compiler is able of optimizing it away) 16.58.36 # and I doubt that most compilers can optimize such a call 16.59.42 # writing a parameter into a register takes 1 or 2 clocks 17.00.48 # sure it's a bit questionable. but I'm not a fan of this in general. If someone wants the save the parameter badly, then I won't revert it 17.00.57 # s/the/to/ 17.01.02 Join dfkt_dt [0] (n=dfkt@unaffiliated/dfkt) 17.01.03 Join Ubuntuxer [0] (n=johannes@dslb-088-077-003-052.pools.arcor-ip.net) 17.02.18 # "we're doing embedded here!" 17.03.43 # I remember the removal of one parameter in r12807 saving quite a bit of binsize. 17.03.44 # hehe, I know that sentence from somewhere :) 17.05.12 # It's not that it's necessary in all cases, but simply arguing that it's "going more into hardcoding is bad practise" isn't a good argument. 17.07.30 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk) 17.10.06 # mcuelenaere: Still red in the bable... 17.10.06 # bluebrother: that's just because you didn't turn on verbose output 17.10.09 # *table 17.10.39 Quit Thundercloud (Remote closed the connection) 17.10.54 # bluebrother: (re. the mailing list on voice building) 17.10.57 # bluebrother, mcuelenaere: Whether parameters are passed on the stack or via registers depends on the architecture 17.11.00 Join dfkt_ [0] (i=dfkt@chello062178002170.1.11.univie.teleweb.at) 17.11.10 # amiconn: different red now 17.11.12 Quit dfkt (Nick collision from services.) 17.11.18 Nick dfkt_ is now known as dfkt (i=dfkt@chello062178002170.1.11.univie.teleweb.at) 17.11.20 # amiconn: ok, thanks :) 17.11.28 # static struct plugin_api *rb; char wavbuf[bufsize]; int readbyte = rb->read(fpWav,wavbuf,bufsize); rb->pcm_play_data(NULL,wavbuf,bufsize); 17.11.31 Quit dfkt_dt (Nick collision from services.) 17.11.52 # Coldfire always passes all parameters on the stack. ARM passes up to 4 parameters through registers. SH1 also does that, but if a function has >4 paremetrs, switches to all-stack parameters 17.12.09 # Less parameters is always better 17.13.29 # fpWav is a pcm file, if (bufsize < length of pcm file), then pcm_play_data can play part of the pcm file? 17.15.46 # i'm not so familiar with the plugin_api, thanks 17.16.09 # Please have a look. task/10099 17.16.10 # wangxiang_: if you want to play a file in parts (ie the file is bigger then the memory) you have to use the getmore callback of pcm_play_data(...) 17.17.09 # * bluebrother types "task/10099" in the browser and gets redirected to http://www.attask.com/ 17.17.57 Join robin0800_ [0] (n=quassel@general-ld-216.t-mobile.co.uk) 17.18.37 # Ubuntuxer: and what's the purpose of that patch? 17.22.01 Join Horschti [0] (n=Horscht@xbmc/user/horscht) 17.23.58 # If you use rb->lcd_putsxy(x, y, "text"); it doesn't always fits on the screen, so you have to scroll vertical, e.g. brickmania. The patch give you the ability to display formated text and you needn't care about the display size. 17.24.58 # how should that work if the text doesn't fit on the display? (And why haven't I gotten this information from the task entry?) 17.26.09 # The remaining text is displayed, if you enter a button 17.26.55 # I will write a post in the tracker to explain it in detail. 17.27.25 Join PaulJam [0] (n=PaulJam_@vpn-3034.gwdg.de) 17.28.16 Quit fml ("CGI:IRC (EOF)") 17.29.08 # and if this should go into the pluginlib, i think the naming needs to be improved.. names like text.c/.h are a bit too generic.. 17.29.49 Quit PaulJam_ (Read error: 104 (Connection reset by peer)) 17.31.40 # another remark: in text.h, the enum should be moved inside the struct (so it doesnt pollute the normal namespace), and given a name. And the color should be of this enum type. 17.33.31 Quit robin0800 (Read error: 113 (No route to host)) 17.33.35 # Ubuntuxer: so it looks more like this: http://pastebin.com/m712e56d0 17.34.12 # ah, good 17.35.45 # can't you put the text in the struct also? (saves a parameter) 17.38.54 Quit Horscht (Read error: 110 (Connection timed out)) 17.42.36 Quit {phoenix} (Remote closed the connection) 17.47.46 # Could be possible. 17.49.20 Join PaulJam_ [0] (n=PaulJam_@vpn-3010.gwdg.de) 17.50.53 Quit robin0800_ (Read error: 113 (No route to host)) 17.51.40 # I have add an comment task/10099 17.52.23 # Ubuntuxer: the common way of referring to a task is saying FS#XX, task/XX looks a bit weird 17.55.33 Quit PaulJam (Read error: 104 (Connection reset by peer)) 17.59.53 Join l403 [0] (n=l@85.132.159.239) 18.01.35 Quit wangxiang_ (Read error: 110 (Connection timed out)) 18.07.23 Join Fancy [0] (n=Fancy@211.143.60.99) 18.08.58 Part Fancy 18.18.07 Join Hittudiv [0] (n=d2d4a065@gateway/web/cgi-irc/labb.contactor.se/x-59e99212a23637c6) 18.21.13 Join bubsy [0] (i=Bubsy@94.139.72.111) 18.21.46 Quit bookshare ("CGI:IRC (Ping timeout)") 18.22.38 Join saratoga_home [0] (n=41becb3b@gateway/web/cgi-irc/labb.contactor.se/x-93a1431d1fcc67f1) 18.22.40 Join itcheg [0] (i=62db4767@gateway/web/ajax/mibbit.com/x-b7f0b3b755e4feac) 18.22.46 Join Zambezi [0] (i=Zulu@bnc.dotbnc.se) 18.25.22 *** Saving seen data "./dancer.seen" 18.25.54 Quit Ubuntuxer ("Leaving.") 18.27.02 # petur: i supplied the code at gsoc page 18.27.05 # and i compiled it now :) its working.. 18.27.28 Join PaulJam [0] (n=PaulJam_@vpn-3051.gwdg.de) 18.27.59 # bigbambi: thanks for the help... my gcc is working fine now..and i succesfully installed arm-elf-gcc and compiled my rockbox 18.28.00 # :) 18.28.06 # I'll look later (I'm away now ;) ) 18.28.43 # Hittudiv: cool, good job 18.32.48 Join wangxiang [0] (n=wangxian@210.77.2.10) 18.33.06 Join TBOL3 [0] (n=leif@c-24-10-200-0.hsd1.ut.comcast.net) 18.33.50 Quit PaulJam_ (Read error: 60 (Operation timed out)) 18.34.09 Join midijunkie [0] (n=Miranda@pD954526B.dip0.t-ipconnect.de) 18.35.17 Quit J-23 (Read error: 104 (Connection reset by peer)) 18.35.35 Join J-23 [0] (n=zelazko@unix.net.pl) 18.39.03 Join PaulJam_ [0] (i=Paule@vpn-3017.gwdg.de) 18.39.44 Join BHSPitLappy [0] (n=BHSPitLa@unaffiliated/bhspitmonkey) 18.39.47 Join dfkt_ [0] (n=dfkt@d91-128-34-41.cust.tele2.at) 18.41.47 Join cspotcode [0] (n=bradla@starmie-25.dynamic.rpi.edu) 18.47.43 # BigBambi, are you a mentor for gsoc? 18.48.05 # Hittudiv: Sort of 18.48.11 # ooh k 18.48.39 # I'm involved, but won't end up mentoring I don't think 18.49.14 # i am new to irc. i dint use this b4... its all new to me 18.49.25 # but this is like dc++ we use in our campus 18.49.34 # Real words pleaee, no "b4" etc. :) 18.49.42 # ok sorry 18.49.47 # *please 18.49.56 Join toffe82 [0] (n=chatzill@adsl-70-137-198-83.dsl.frs2ca.sbcglobal.net) 18.50.12 # :) ny the way.. i am sorry i didnot read the rules 18.50.18 # *by the way 18.50.52 # no problem 18.53.10 Join J-23_ [0] (n=zelazko@unix.net.pl) 18.53.19 Quit J-23 (Read error: 104 (Connection reset by peer)) 18.56.08 Quit PaulJam (Read error: 110 (Connection timed out)) 18.56.55 Quit J-23_ (Client Quit) 18.58.07 Quit dfkt (Read error: 110 (Connection timed out)) 19.03.05 Join J-23 [0] (n=zelazko@unix.net.pl) 19.03.12 Quit bluebrother (Nick collision from services.) 19.03.17 Join bluebrother [0] (n=dom@rockbox/developer/bluebrother) 19.08.08 Quit petur ("back in a few hours") 19.10.19 Join planetbeing [0] (n=planetbe@c-71-236-164-204.hsd1.or.comcast.net) 19.14.31 Quit agaffney (Read error: 104 (Connection reset by peer)) 19.16.08 Quit saratoga_home ("CGI:IRC (EOF)") 19.18.54 Join agaffney [0] (n=agaffney@gentoo/developer/agaffney) 19.21.32 Quit l403 ("Ex-Chat") 19.23.17 Quit itcheg ("http://www.mibbit.com ajax IRC Client") 19.24.32 Join tessarakt [0] (n=jens@e180074014.adsl.alicedsl.de) 19.25.04 # any objections to commiting 9795 this arvo? 19.25.25 Quit TBOL3 (Remote closed the connection) 19.25.39 Join TBOL3 [0] (n=leif@c-24-10-200-0.hsd1.ut.comcast.net) 19.26.08 Quit TBOL3 (Remote closed the connection) 19.26.15 Join alexmhso [0] (n=amhso@c-71-202-167-15.hsd1.ca.comcast.net) 19.27.25 # ... also 10094 19.27.40 # hey I'm having some trouble with my mounting. I'm on ubuntu 8.10 and the ipod is automatically mounted to some location. I can browse the ipod using banshee and so on, but I cant auto detect nor select my own location of the ipod in the rockbox utility. 19.29.47 # JdGordon: care to tell me why add_event placement is plain wrong? 19.30.03 # I didn't have any problems with the actual events yet 19.30.50 Join nibbler [0] (n=Nibbler@e181090077.adsl.alicedsl.de) 19.33.14 # the fact that it works doesnt mean its correct 19.33.51 # then please just tell me why it's wrong 19.34.03 # it happens way too late during the first time the wps is shown 19.34.54 # also, I need to check, but i can imagine things going wierd when the track changes and you are in the pitch screen (for example) 19.35.07 # well, I don't think so. debugf showed that the event is received when initially displaying the wps too 19.35.27 # either way, I think leaving it registered all the time is fine for the first commit.. it can be fixed later 19.35.44 # JdGordon: exactly that's why it must be in the restore part too. 13b is indeed broken in that regard 19.36.14 # 13a is the one i intend on commiting 19.36.41 # with the fix for 10085 done propelry 19.36.51 # did you check if it has the skip length issue? 19.37.16 # no, because you havnt said what it is 19.37.35 Join TBOL3 [0] (n=leif@c-24-10-200-0.hsd1.ut.comcast.net) 19.38.17 # general weirdness isn't enough? 19.38.41 # has anyone received any feedback on their SoC app yet? 19.38.43 # general wierdness is fucking useless... its a feature i've never touched 19.39.01 # snizwickit: patience :) we hvae 22 to get through 19.39.22 # can someone help me with the mount point in ubuntu? the autodetect doesnt find the ipod, but i can browse in a manager like banshee. Using an Ipod 5.5 gen 30gb 19.40.46 # JdGordon: I'll check. Unless my chanes cause the weirdness, I'd say that my 14 does better than 13b (even if you change it to not remove the events) 19.41.10 Join {phoenix} [0] (n=dirk@p54B47E94.dip.t-dialin.net) 19.46.03 # Anyone know what to do when the rockbox utility autodetects but when you click the installation button, it says no ipod detected? 19.46.32 # are you running with root/admin rights? 19.46.38 # And what version of RBUTil? 19.46.39 Quit timc (Read error: 104 (Connection reset by peer)) 19.46.45 Join timc [0] (n=aoeu@124.93.243.83) 19.47.47 Join bmbl [0] (n=Miranda@unaffiliated/bmbl) 19.49.55 # JdGordon: concerning FS#9795, i think the issue that sometimes the wrong metadata is shown after skipping is still there. 19.50.10 Join AlHaz [0] (n=Alehaz@alhaz.fttp.xmission.com) 19.51.02 # PaulJam_: which is that? lots of fast skipping? 19.51.05 # Quesiton: Why is it that the smallest battery capacity i can select on my Gigabeat F is 300mAh bigger than the biggest battery that fits in an F series? 19.51.14 # Real quesiton: What file do i edit and then submit a patch? 19.52.17 Quit {phoenix} (Remote closed the connection) 19.54.21 # JdGordon: i thing it depends on the timing. it happens when you skip moderately fast. 19.55.15 # did you try the latest patches? 19.55.27 # I was hoping that would be fixed, or at least no worse than svn gain 19.55.56 # any after 12 should be good 19.56.14 # i tried 13b and 14. with clean svn i cant reproduce it. 19.56.40 # but i'll recheck. 19.59.06 # JdGordon: well, actually, the weirdness is in svn too :/ 19.59.31 # the skip length wierdness? 19.59.41 # y 19.59.50 # ok so file a bug and we can move on :) 20.03.35 # * kugel still thinks you should pick 14, not 13b 20.03.56 # it's optimising refreshing a bit more. 20.04.44 # alexmhso: did you check in /media 20.05.11 # ?if its detected by some player, it must be mounted 20.05.31 # Hittudiv: Yes, the ipod is there as /media/ALEX'S IPOD 20.05.57 # Hittudiv: But when i set that directory in the rockboxutility, it says it's not there, although the autodetect "works" 20.06.12 # kugel: yes, but should be done in a seperate commit... the first goal of 9795 is to fix playback.... commits should only fix one thing at a time 20.06.59 Join jfc^3 [0] (n=john@dpc691978010.direcpc.com) 20.07.01 Join Aelhaz [0] (n=Alehaz@alhaz.fttp.xmission.com) 20.07.03 # does the sansa e200 (v1) port have charging while usb is plugged in? 20.07.09 # +hello 20.07.09 Quit AlHaz (Read error: 104 (Connection reset by peer)) 20.07.20 # dionoea: yes 20.07.21 # yes 20.07.27 # dionea it gets struck in mine 20.07.48 # according to MajorChanges since 2009-01-11 20.07.53 # bluebrother: hum ok ... I though that the battery icon was animated when charging. Here it seems to be fixed 20.08.05 # it gets restarted and automatically boots to firmware 20.08.34 # Hittudiv: that's because you don't run a USB enabled build 20.08.53 # you can make it charge without restarting by holding the down button when plugging in the cable 20.09.07 # there's also a difference between connecting usb for charging only and data connection 20.09.26 # I'm talking about charging while the data connection is active :) 20.09.35 # (even if it's unused) 20.10.14 # not sure about that but with Rockbox usb mode I'd expect it to charge 20.10.15 # down arrow works.. thanks :) 20.12.26 Quit cspotcode ("Leaving.") 20.12.35 Join cspotcode [0] (n=bradla@starmie-25.dynamic.rpi.edu) 20.14.43 Join cornwall [0] (n=cornwall@nateres201.tel.miami.edu) 20.15.13 # Hi, new here...... 20.15.37 # happens at times :) 20.15.53 # I have huge problems with my music database 20.16.11 # I've been trying to sort this out for quite a while now without success 20.16.42 # I'm using Songbird to sync, and most of my library has been imported by iTunes, but it's all out of order 20.17.11 # I have meticulously glazed over the out-of-order albums, but the track order is right, there are no differences in other fields, etc. 20.18.19 # Also, I have things like a ten-disc set of music, and they are organized as ten separate discs of the same album, each new disc starting at track 1 of *, but Rockbox displays ALL the track 1s together, 2s, etc 20.18.40 # any pointers? I can't for the life of me figure this out or find a forum dealing with this 20.20.44 # I'm not really sure if I got your issue. The music is tagged correctly? 20.21.33 Join Seed [0] (n=ben@bzq-84-108-232-45.cablep.bezeqint.net) 20.21.36 # yes, without a doubt 20.21.54 # cornwall: What do you mean by "all out of order" exactly? 20.21.59 # It's hardly a useful description. 20.22.13 # For instance, I have Coltrane's "A Love Supreme", and it displays like so: movement 1, 2, 4, 3 20.22.13 # Ignoring the multi-disc albums, that's a separate issue 20.22.41 # I have gone through and blanked all unused fields 20.22.50 Quit jfc (Read error: 110 (Connection timed out)) 20.22.56 # And you're sure the actual metadata is right, and not just the songbird database of it? 20.23.07 Join pyro_maniac [0] (n=jens@91-67-255-129-dynip.superkabel.de) 20.23.08 # If it's like iTunes, it may update an internal database, rather than writing the tags to the files. 20.23.09 # hm, would there be a difference? 20.23.16 # Rockbox doesn't use the songbird database. 20.23.18 # that's interesting 20.23.27 # I'll check the files 20.23.30 # Rockbox generates its own database off of the metadata in the files. 20.23.36 # also (assuming you're using mp3) you're sure you don't have id3v1 and v2 tags that differ? 20.23.57 # well, it was ripped at the same time 20.24.07 # I'm not sure of the differences of the id3v1 and v2 20.24.18 Quit merbanan (Read error: 104 (Connection reset by peer)) 20.24.21 # you should check that :) 20.24.29 # thanks, brb 20.25.23 *** Saving seen data "./dancer.seen" 20.25.51 Join GrandMaster-D [0] (n=Herr-Sta@p57B53718.dip0.t-ipconnect.de) 20.26.07 # I'm viewing the files from Ex Falso, and it seems to be okay 20.26.56 # The track number entry for those songs are simply 1, 2, 3, and 4 for the ones that actually belong in those locations? 20.27.04 # yes 20.27.17 Join merbanan [0] (n=banan@c-83-233-52-102.cust.bredband2.com) 20.27.25 # I forgot to mention that movement three (on the bottom) has 1.04 before the title 20.27.36 # wheras the others have just 01, 02 and 03 20.27.40 # Are you sure you're set to sort by tracknumber then? 20.27.47 # JdGordon: the issue that the metaadata of the next track is shown is still there with 13b. to reproduce select a file from the filebrowser and as soon as the next track info is shown on the wps skip forward an then the second track plays, but the metadata of the third track is shown. so it seems to happen when you skip to the next track while it is currently being buffered. 20.27.56 # how can I set it? I cannot find any options to do that in the player 20.28.16 # cornwall: If you're using database, it's part of the tagnavi.config. If you're in the "Files" list, that's just filenames. 20.28.57 # Oh, but I'm browsing through a tag-reading program on my computer 20.29.08 # cornwall: I thought your problem was in Rockbox. 20.29.23 # it is.... 20.30.07 # If you're talking about it showing in the wrong order in a computer application, it's not a Rockbox issue 20.30.09 Quit wangxiang ("Leaving") 20.30.24 # no, no, I'm saying it does do that in the Rockbox 20.30.41 # Then what does the tag reading program on your computer have to do with my statements regarding it in Rockbox? 20.30.46 # I was just glancing over the actual files themselves through the computer 20.30.54 # This statement refers to in-Rockbox - "cornwall: If you're using database, it's part of the tagnavi.config. If you're in the "Files" list, that's just filenames." 20.32.30 # okay, so, then, can I change the settings of the database? 20.32.39 # I couldn't find any configurations anywhere 20.33.28 # You need to edit the tagnavi.config if a list isn't sorting by the tags you want it to. 20.34.08 # really? O.o 20.34.14 # through my comp, or can I do it via ipod? 20.34.45 # slow down a bit, I try to follow... I guess I have a similar "problem" 20.35.39 # cornwall: Anything that can edit text files, easiest on your computer. 20.35.49 # cornwall: But it should sort by track numbers in places where it's appropriate. 20.36.28 # PaulJam_: bah, ok... 20.36.34 Quit J-23 ("ZNC - http://znc.sourceforge.net") 20.38.16 # erm anyways, i have an issue with rockbox on my iRiver H10, also about the tracksorting 20.39.19 Nick Aelhaz is now known as AlHaz (n=Alehaz@alhaz.fttp.xmission.com) 20.39.31 # this isn't particularly user-friendly.... I have no clue what I'm doing 20.39.45 # Just so ya know :P 20.40.17 # cornwall: If your files were consistently named and tagged it wouldn't be a problem. 20.40.27 # But they are, that's the problem.... 20.40.39 # You already said one of them at least shows with a different name in the list 20.40.39 # Even before I rip the CD, I make sure that they are all perfect 20.40.42 # That means it has a different tag 20.41.03 # Again, I don't know why. The tags read fine 20.41.16 # at least in every other program I have used to read it 20.41.26 # Apple included 20.41.34 # Did you check whether that one file has any extra tags you missed removing? 20.41.37 # Maybe disk number? 20.41.43 # Yep 20.41.47 # Double check it. 20.41.52 # I can line them all up with Ex Falso 20.42.19 # would permissions have something to do with this? 20.42.22 # possibly? 20.42.25 # FAT32 doesn't have permissions 20.42.40 # gotcha 20.43.08 # Have you re-initialized the database since correcting the tags and stripping extra ones? 20.43.46 Join kps00000 [0] (n=kevin@i209-195-107-127.cia.com) 20.43.57 # yes, thoroughly 20.44.04 # What do you mean by "thoroughly"? 20.44.17 # well, I had wiped the entire pod 20.44.33 Join J-23 [0] (n=zelazko@213.192.74.3) 20.45.21 # http://www.box.net/shared/1x8kauld43 20.45.29 # cornwall: Play the problematic file in Rockbox, enter the context menu, and choose "Show Track Info" and see if there's any unexpected tags visible there 20.45.38 # will do 20.45.54 # cornwall: Do your other songs have that disk number tag? 20.45.59 # to continue from #rockbox-community... 20.46.25 # yes, they all have that, otherwise it would say (Different across 4 songs) 20.46.32 # So I think we have a real (and exampled) problem of people claiming they are unfairly treated when told to go to #rockbox-community. 20.46.39 # cornwall: Sorry, I'm not familiar with the software you're using, so screenshots don't help me any. 20.46.46 # no problem 20.46.48 # soap: I expect a lot of that, yes. 20.46.53 Quit J-23 (Client Quit) 20.46.57 # My only response to that is: "Is this a bigger problem than #rockbox talk happening in #rockbox-community? 20.47.00 # cornwall: Is that an ID3v1 or v2 tag? 20.47.07 # My gut feeling is no. 20.47.14 # i think most people here are smart enough to figure out when things need to be logged 20.47.20 # soap: We can fix that problem by being better ourselves, though, rather than by treating people unfairly. 20.47.25 # nein 20.47.29 # It's kinda a question of "do we get better, or do we be worse to our users" 20.47.36 # How can I check? 20.47.46 # soap: well part of th problem is now the converation is harder to follow because there is the support happening at the same time as this blurry line bit 20.47.50 # I claim that even in the worst case it is a double standard. I also claim that a double-standard is not unfair. 20.47.55 # cornwall: Many tagging programs can check, I don't know any specific way. 20.49.03 # cornwall: Also check if the filenames are consistent. 20.49.47 # btw, I'd like to see the bot here to announce commits 20.50.26 # Allowing gevaerts (for example) to wax poetic about esoterica, while asking WebGuest46 to take his questions about last.fm software elsewhere is hardly a problem, IMHO, just as allowing any other creative salaried employee more leeway than you give the hourly janitorial staff is not a problem. 20.50.37 Join petur [50] (n=petur@rockbox/developer/petur) 20.50.55 # soap: Then "developers are never off-topic" can be appended and then leave the line in place. 20.51.10 # Though it clearly is a "double standard". 20.51.21 # although.. the devs are the ones who frequently go off topiuc 20.51.23 Join Ubuntuxer [0] (n=johannes@dslb-094-220-231-067.pools.arcor-ip.net) 20.51.47 # I just don't feel there is a need for such clear and distinct lines. "Reasonable" is a perfectly, well, reasonable concept. 20.51.50 # I can see some garbage in the "Comments" section 20.51.51 # soap: A double standard where the line is clear is different than a double standard without any visible line. 20.52.03 # I cleared them all and will rebuild the database 20.52.16 Join J-23 [0] (n=kvirc@a105.net128.okay.pl) 20.52.17 # This reeks of zero-tolerance rules which suspend 9th graders for asprin. 20.52.41 # soap: That's hardly a fair comparison 20.53.04 # If they put 9th graders with aspirin in another classroom where they could get an equal level of education, maybe. 20.53.15 # We do offer a location for discussion not related to Rockbox 20.53.21 # I think it is a very fair comparison. The fear of having to defend "reasonable" expectations leading the the creation of black-and-white rules to govern a grey world. 20.53.24 Quit ultrasonic (Connection timed out) 20.53.28 # And we're clearly not talking about inviting *all* off-topic discussion in here 20.53.35 # * BigBambi thinks we should avoid hyperbole here 20.53.42 # btw, who changed the order of the Rockbox Development subforums? 20.53.45 # So there needs to be some sort of line. I'm just in favour of making it a line that can be described so that when someone complains, you can say "this is why" 20.53.58 # kugel: I did. 20.54.06 # intentionally? 20.54.08 # Yes. 20.54.08 # I'll admit to hyperbole, but I do think the idea of needing a black and white line is unreasonable. 20.54.24 # I think the same problem is plaguing the forums. 20.54.36 # soap: The line was never a problem until we actually created a place for people to go with off-topic chatter 20.54.42 # * kugel thought it might just have been accidentally due to april 1st 20.55.03 # soap: I agree, I just tthink you risk alienating people that would otherwise agree when using hyperbole like that 20.55.13 # It wasn't? Are you saying the logs are not cluttered with hour long argumets over the rules? 20.55.20 # The problem isn't "we don't like off-topic stuff in here" 20.55.27 # The problem is "people talk too much on-topic in -community" 20.55.46 # Since the problem didn't really exist before -community existed, why is the solution to redraw the lines that worked before -community? 20.55.47 # And I argue the problem is the rules are too strict in here. 20.55.49 # off-topic :) 20.55.55 # The rules did not work. 20.56.02 # That is the crux of my argument. 20.56.19 # soap: But you're arguing to replace the rules with "if anyone cares" 20.56.24 # And it wasn't always like that either 20.56.44 # BigBambi: People have been told to hush when falling off topic since my first day in here. 20.56.52 # * Llorean was on the receiving end of it, way back then. 20.56.59 # I am? Hardly. I'm arguing that the pedantic need for a hard and fast line is lazy and a cause for the problem in the first place. 20.57.09 # Llorean: For a good long time maybe, but it wasn't always like that 20.57.15 # soap: You're asking for a judgment call on reasonableness. That means "if it doesn't irritate someone, it's fine" 20.57.41 # I posit that if it's "reasonable" then it's already on-topic. 20.57.46 # Again, those are your words, not mine. Your apparent inability to make judgement calls without a rule-book to back you up is not my problem. 20.58.01 # soap: Personal attacks don't become you. 20.58.13 # We already have to make judgment calls - "does it relate to Rockbox" 20.58.17 # What do you want to loosen it to, if not that? 20.58.18 # lol 20.58.30 Join fml [0] (n=4fd3eb2b@gateway/web/cgi-irc/labb.contactor.se/x-750a9a242be61d09) 20.58.36 # is it possible to have the database structure on my iRiver H10 "replaced" by the folderstructure? would save lots of time for tagging lots of music 20.58.46 # GrandMaster-D: Just use the file browser. 20.59.05 # * bluebrother spots a potentially dangerous issue in rbutil 20.59.23 # now let's see if I introduced it in my local tree or if it's present in the latest svn as well 20.59.43 # soap: What do you define as "reasonable" then? 21.00.28 # That can not be defined beforehand. 21.00.32 # by definition. 21.00.40 # You can give a range 21.00.53 # No - I am not going to be backed into writing a rule book. 21.00.54 # i will try 21.01.11 # I have another question while it updates.... 21.01.34 # soap: So then what's your suggestion then? 21.01.35 Join dfkt [0] (i=dfkt@unaffiliated/dfkt) 21.01.52 # I mean, "allow discussion that's reasonable" is hardly useful on its own. 21.02.12 # To kick all on-topic conversation out of -community until habits change, and play it by ear. 21.02.21 # Is it not recommended to use "sudo ./rbutilqt" to run the rockbox installer program? 21.02.28 # The current consequences are too high of a price to pay. 21.02.32 # soap: I thought your problem was with the rules in here. 21.02.36 # that was the only way I could get it to have permission to access my ipod 21.02.39 # while we're at it: can anyone recommend any good free software for tagging mp3s? 21.02.54 # cornwall: That's only necessary for the bootloader install 21.02.59 # Insomuch as the rules in here create the problem in -community, yes. 21.02.59 # cornwall: I needs sudo for bootloader instALLATION ON SOME TARGETS 21.03.03 Quit lymeca (Read error: 104 (Connection reset by peer)) 21.03.05 Join |ahmina| [0] (n=lymeca@213-213-141-71.xdsl.is) 21.03.12 # er, ooops 21.03.15 Quit J-23 ("Flying cow pressed ^D on my keyboard.") 21.03.16 # I did the complete install with sudo 21.03.19 # is that a problem? 21.03.24 # soap: The problem in -community is with developers, not users, mainly. I don't think the rules in here really cause it, as much as the availability of there. 21.03.30 # cornwall: No. 21.03.31 Join J-23_ [0] (n=zelazko@unix.net.pl) 21.03.43 # cornwall: no 21.03.47 # sweet, thanks 21.03.49 # soap: We go there to chat about silly stuff, and because we're us, it eventually comes around to Rockbox. 21.04.04 # I don't see that as a rules issue, so much as a "human nature / interests" issue. 21.04.37 # I disagree. I believe there is quite the effort not to get scolded in here. 21.05.21 # Add a anything goes for people with cloaks type thing? 21.05.24 # GrandMaster-D, what OS are you running? 21.05.34 # windows xp 21.05.35 Quit |ahmina| (SendQ exceeded) 21.05.45 # if you feel you must, BigBambi. Clearly I don't deserve "anything goes" status. 21.05.52 Join lymeca [0] (n=lymeca@213-213-141-71.xdsl.is) 21.06.00 # soap: Maybe we should pay attention to how most on-topic discussions get started in there, a bit more, before discussing what the problem is? I think I'm right, but I don't deny that you could be. 21.06.08 # soap: I don't feel I must, it was a suggestion 21.06.22 # Such a rule would have prevented Unhelpful's early-days of bmp resize. Thus another example of these concrete rules. 21.06.25 # soap: And I don't see why you don't 21.06.56 # I'm not arguing for or against them 21.07.01 # *these concrete rules being, by definition, not flexible enough for the real world. 21.07.08 Quit lymeca (SendQ exceeded) 21.07.08 # for some reason the filebrowser is totally empty... if I open the root-thing it jumps directly to a song 21.07.11 Join jaykay [0] (n=chatzill@p579E7766.dip.t-dialin.net) 21.07.21 # GrandMaster-D: "root-thing"? 21.07.27 # GrandMaster-D: "The root thing"? 21.07.29 # soap: I think the problem is that many people scold based on "I can't see how it relates to Rockbox" when it should be "only if it's absolutely certain Rockbox isn't involved" 21.07.30 # GrandMaster-D, my favorite is easytag 21.07.31 Join lymeca [0] (n=lymeca@213-213-141-71.xdsl.is) 21.08.00 # erm yeah, you open the filebrowser and there are to points to select... one is "root" and one is "text" 21.08.04 # "only if it's absolutely certain Rockbox isn't _and never will be_ involved" 21.08.17 # GrandMaster-D: What player? 21.08.19 # soap: A potential future involvement *is* involvement 21.08.38 # If someone's hypothesizing about a truly ridiculous potential plugin, it's still a potential plugin. 21.08.45 # I will have a look ^^ 21.09.14 # GrandMaster-D: Surely you know? 21.09.27 # GrandMaster-D: iriver, ipod, sansa, ... ? 21.09.57 # I don't mean to keep pinging him, or to use his name in a bad way - but honestly: How many people thought Unhelpful would pull it off on day one? He came across not much different than many other pie-in-the-sky see-them-once-and-they're-gone talkers. 21.09.59 # iRiver H10 21.10.04 # with 20GB 21.10.14 # And how did you transfer music? 21.10.15 Join franky [0] (n=franky@f053005143.adsl.alicedsl.de) 21.10.18 # On-topic can rarely be judged without the lens of history. 21.11.00 # kugel: just by studying the code (I haven't tried yet): I think that hopping back is flawed. If you have a positive length, you are near the end of the track, and hop back, you'd jump to the start of the track instead of just a step back. 21.11.02 # i conect it with the ums-trick (or what it is called) and just copy it to the iriver 21.11.04 # soap: I dunno, the first memory I have of him had me think he at least had a decent grounding to start from. 21.11.18 # do i have to put the files in a certain location? 21.11.24 # GrandMaster-D: Into what directory? 21.11.25 # soap: And "on topic" doesn't mean "deciding if we think they're too stupid to accomplish what they say they will" just "what they say affects or is affected by Rockbox" 21.11.31 # My first memory, no offense to him, was "here we go again." 21.11.36 # GrandMaster-D: Anywhere but the .rockbox directory 21.11.46 # just E:\Music 21.11.57 # E: is the iriver 21.11.58 # soap: I think that may be the problem then. You see the line as "if we think they're pie-in-the-sky, even if it's Rockbox, we tell them to get out of here" 21.12.02 # I don't think I've ever done that. 21.12.07 # Sorry, the *current* line 21.12.20 # Or if I have, I shouldn't have done it. 21.12.24 # GrandMaster-D: What is the "Show files" setting in Rockbox set to? 21.12.28 # No - I see the current line as a line. 21.12.35 # fml: yea, I noticed that too 21.12.43 # soap: You need some sort of guideline upon which to make the judgment calls. 21.12.55 # Even if it's "reasonably on topic" you need to define what "on topic" means 21.13.22 # Do we not trust GodEater to know when to ask someone to leave? Do we not trust JdGordon to speak his mind if someone is off-topic? I would rather have people making judgement calls than lines. 21.13.47 # soap: The line is still "on-topic", then, it's just judgment calls about whether someone crossed it. 21.13.51 # * BigBambi doesn't trust GodEater - he has met him :P 21.13.59 Quit TheSphinX^ ("XChat@Linux") 21.14.08 # I disagree with the idea you need anything more than the most vague guideline. 21.14.20 # ok, a *sober* GodEater. 21.14.20 # "is related to Rockbox" is a pretty vague guidelines 21.14.26 # And that's what the line is *currently* 21.14.29 # * GodEater counts the money he's stolen from BigBambi's wallet 21.14.38 # Or if you want it vaguer, please tell me what it should be replaced with? 21.14.38 # then there is no need to add "anything goes for devs." 21.14.44 # kugel: that complicated condition (gwps.c:150) needs "direction==1&&" before "step >= remaining" 21.14.47 # ! 21.15.11 # * GodEater is disappointed to discover it comes to "nothing at all" :( 21.15.31 # GodEater: That's all it ever will be too :/ 21.15.34 # * GodEater reads back to discover why his name has been taken in vain 21.16.11 # erm, where do i find that setting? -_- 21.16.25 Join {phoenix} [0] (n=dirk@p54B47E94.dip.t-dialin.net) 21.16.49 # GrandMaster-D: Can't remember off the top of my head - check the manual 21.17.08 # well 21.17.16 # i'm nut sure but I think all options are disabled 21.17.33 # soap: Do you think there's a benefit at least having an approximately agreed upon "on topic"? 21.17.45 # GrandMaster-D: eh? 21.17.53 # rephrase please, Llorean. 21.17.56 # kugel: also, the check for global_settings.prevent_skip in the function "next_track" can be dropped since it's already checked in play_hop 21.18.09 Quit Hittudiv ("CGI:IRC") 21.18.33 # fml: feel free to fix everything you find 21.18.46 # soap: I don't know how I can rephrase. What part do you have a problem with, maybe I can clarify if I knew what part. 21.18.53 # kugel: ok, just wanted to consult you before 21.19.09 # i guess i'll try to activate them randomly and look what happens 21.19.20 # GrandMaster-D: Why? 21.19.27 # soap: To me, your proposition sounds like "get rid of the idea of having an agreed upon channel topic, and let individuals decide on a case-by-case basis whether something meets their personal definition of on-topic" 21.19.32 # GrandMaster-D: Why not just check the one setting I mentioned? 21.19.36 Quit dfkt (Connection timed out) 21.19.42 # Llorean: yes - frankly that is it. 21.19.48 Quit dfkt_ (Read error: 110 (Connection timed out)) 21.19.56 Quit Ubuntuxer ("Leaving.") 21.19.57 Join dfkt [0] (n=dfkt@unaffiliated/dfkt) 21.19.58 # It's the dev's show. 21.20.23 Quit TBOL3 (Remote closed the connection) 21.20.27 # They just need to run it in here, not -community. ;) 21.20.27 # soap: I think that's going to cause periods of much harsher enforcement. I already think, for example, some people have tried to send people away for things that were related to rockbox, but perhaps unrealistic (as you've also mentioned) 21.20.41 Join TBOL3 [0] (n=leif@c-24-10-200-0.hsd1.ut.comcast.net) 21.20.57 # I see the line as "where we stop", a sort of defense to keep enforcement from being too harsh 21.20.58 # oh 21.21.06 # Whereas, I think you may see it as a justification for enforcement. 21.21.13 # yes I guess I found it 21.21.18 # all the data is back again in the filebrowser 21.21.20 # That's why I'm asking you where the new one should be - so that people have a place to say "no, this is on-topic" 21.21.28 # wheee! :D 21.21.35 # Rather than being stuck with "oh, I've been told to leave, and the rules say it's entirely up to them" 21.21.44 Quit jordan` (Read error: 110 (Connection timed out)) 21.22.00 # I agree with how you see it - I just don't think your fears are grounded. 21.22.26 # soap: I've already had a few instances where I've asked someone "why are you telling them that's off-topic?" 21.23.24 # Yes, there will always be unreasonable behavior. I don't know how any rule can solve that... go on... 21.24.14 # Unreasonable, yes. 21.24.39 # But I'm more concerned about cases where dev/user/whatever just doesn't know where the line is. 21.24.49 # now I'll understand that root-thing, it was a playlist containing all songs and due to the setting it showed only playlists... -_- now i feel dumb; cu guys 21.24.59 # That's what one of these cases was, someone who thought on-topic was much stricter than it was, and has behaved differently after clarification 21.25.08 # unless the rules become an enormous book, I don't see how you can avoid that anyway 21.25.13 # If the rules are clear about what is "on topic" someone can at least say "Well, from the guidelines I thought this was okay here" and maybe prompt the complainer to re-examine things 21.25.42 # then perhaps a little pow-wow is needed on the -dev mailing list. Perhaps an evaluation of expectations, and consequences should be discussed. 21.25.43 # GodEater: Well, the proposition is to drop having a definition for "on-topic" and just let anyone (presumably with the authority to do so) say "I think that's off-topic" at will, iiuc. 21.25.49 # oh, one last question: is it possible to keep certain songs out of the database - so they appear only in the filebrowser? 21.26.00 # Llorean, seems perfectly reasonable to me 21.26.11 # GrandMaster-D: Certain folders, yes 21.26.15 # the people with the authority to do so in this channel is a damn short list unless somethings changed recently 21.26.17 # GodEater: I think it'd be better to at least *have* a channel topic. 21.26.38 # GrandMaster-D: Put an empty file called database.ignore in the directory you want ignored 21.26.44 # cool, can you tell me how? 21.26.46 # GodEater: The people with authority to do so to you meaning "people who can actually kick" or "all devs"? 21.26.55 # GodEater: Nope, still damn short 21.27.02 # people who can actually kick 21.27.07 # soap: Speaking of mailing lists, any further thoughts on the forum thing? that thread kinda died out. 21.27.08 # without any datatype ending? 21.27.10 # IMHO, the primary goal should be to make #rockbox a place for dev talk. Support is second. Whatever keeps the devs happy and facilitates the usefulness of the channel should be done. If on-topic in -community is harmful it should be addressed. If WebGuests are harmful than they should be addressed. etc. 21.27.38 # Llorean: I like the proposal (r.e. forums) 21.27.43 Part alexmhso 21.27.55 # BigBambi: Which one, the original or the one I amended with a few changes? 21.28.12 # I think we should go ahead (with your idea of having a subforum for manual install) 21.28.47 # does it also work the other way? like not shown in filebrowser? 'hiding files' ? 21.29.34 # GrandMaster-D, the mechanism is not the same, but you can certainly hide files from the filebrowser (unless you have "Show files" set to All) 21.29.59 # soap: Maybe something simply like "#Rockbox is the channel for Rockbox development and support discussion. Please try to stay on-topic. If you wish to hold off-topic discussions you may be directed to #Rockbox-community" No explicit lines, plenty of elbow room? 21.30.14 # I'm fine with that. 21.30.28 # See, to me that's still a line. I think that's where we were butting heads. 21.30.36 Join stoffel [0] (n=sfr@p57B4F68B.dip.t-dialin.net) 21.30.37 Join PaulJam [0] (i=Paule@vpn-3007.gwdg.de) 21.30.41 # and I'm fine with starting a week of going kick happy in #rockbox-community. 21.30.50 # P.S. plase use real words 21.30.51 # "may" isn't a line IMHO. 21.31.06 # *please 21.31.09 # soap: I think kicks wouldn't be necessary. -community is pretty good at hopping back in here when someone says "oh, hey, this belongs in the main channel" 21.31.31 # kicks simply because it is easier than "You're getting ontopic" ;) 21.31.32 # ah okay 21.31.32 # cu and thanks for the help guys 21.31.33 # fml: I appreciate that 21.31.40 # whoah, we're suggesting kick people for accidentally straying on topic in -community ? 21.31.51 # GodEater: I don't know how serious that was. 21.31.57 # just to make a tongue-in-cheek point, GodEater. 21.32.00 # ah ok 21.32.01 # phew 21.32.11 # I've always thought we self-police that quite well enough 21.32.13 # Not very I hope 21.32.25 # The problem that prompted all this is that -community has become a home-away-from-home for main Rockbox development talk, and soap's hypothesis is that it's because "somewhat off-topic" talk starts in there, then strays on-topic 21.32.32 # I think lots of people have developed a bad habit, and the nuns need to start knocking knuckles with rulers. 21.33.02 # If any nuns rap my nuckles I'll kick them in the balls :) 21.35.12 # My hypothesis also includes a belief that -comminuty can't become more strict w/o it becoming less strict in here, and the ASSumption the cost of it being less strict in here is lower than the cost of dev talk in there. 21.35.20 # kugel: what should happen if skip length == 0 (i.e. we'd go to the prev track) but "prevent skipping" is active? Shouldn't we go to the start of the track if the user presses PREV? 21.35.28 # no more log-clogging for me. 21.35.50 # kugel: as of now, nothing happens 21.36.13 # fml: huh? 21.36.24 # And I think we can be less strict in here by taking the current "related to Rockbox" to err on the side of "if it's vague, it's related" rather than "if you can't absolutely justify its relation, it's not related" (which seems to sometimes be the case) 21.36.42 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 21.36.44 # soap: Any other ideas regarding the forums, btw? 21.36.53 # I'd like to nail down how we want to do the "related tools" sections 21.37.10 # fml: not sure if we should be doing this 21.37.20 # If you just activate "prevent skipping" and you're in the middle of a track and press PREV -- what should happen? 21.37.23 # * GodEater can't actually remember the last time someone was asked to leave #rockbox and take it to -comnunity 21.37.30 # I can agree not to give sub sub forums to tools unless it becomes apparently needed. 21.37.44 # GodEater: because all the dev talk is in -community! 21.37.53 # Llorean: I'd play that by ear 21.38.09 # soap: So categorical is okay maybe? "Music Management" "Audio/Video Conversion" and what other categories? 21.38.09 # I think that is what you were asking, Llorean? 21.38.13 # kugel: has it been agreed on? Where is the description of the feature? 21.38.17 # Llorean: Start with no sub forums and see how it goes 21.38.23 # I'd even leave off the catagories for now. 21.38.25 # See what happens. 21.38.33 # So just "Related Tools" as one big forum? 21.38.55 # For now. We can add folders as needed to keep it down to a page of stuff or so, eh? 21.39.12 # Do we do all tools users might like, or tools with at least some recognition of Rockbox (WinFF, etc) 21.39.30 # (which opens a larger question: which is more condusive to "browsing" - a page of subforums or 5 pages of active threads?) 21.39.52 # soap: Well, subforums is like a minimal search beforehand 21.40.13 # I'd err on loose for now. "Rockbox Lifestyle", baby!. Whatever helps you Rockbox your world! 21.40.20 # But since the goal is support, I suppose, a search will almost be necessary anyway 21.40.54 # I would enjoy it being slightly less strict in here. But I do enjoy knowing that what is mentioned is related to rockbox. 21.41.04 # You aren't browsing for converter recommendations, but seeing if someone's got an answer for the problem you have with VLC 21.41.12 # I don't know how to balance it, though, in actuality. I think projects which give rockbox-specific support (like winFF) deserve more than MP3tag. 21.41.15 # I err on the side of leniancy. If people want to dicuss making e.g. amarok work well with Rockbox, so be it 21.42.04 # fml: if we do this, it means that PREV does something, while NEXT doesn't do anything 21.42.25 # Llorean: IIRC, you've taken part in the discussion about the "prevent skipping" feature. What should happen if you activate it, your hop setting is set to "skip track", and you press "PREV" in the middle of a track. (1) Do nothing (continue playing where it is now) or (2) Jump to the start of the current track 21.42.40 # soap: Maybe just make the POSTING IN THIS FORUM say "Please limit posts to questions about using your application for/with Rockbox" which will give it a lean favoring tools with Rockbox "modes" 21.43.15 # fml: It should behave exactly parallel to what it does if you try to go forward IMO. So if it does nothing going forward it should do nothing going back. 21.43.23 # the keys should always "mirror" each other, in my mind. 21.43.36 # yep, my thinking too 21.43.39 # kugel: yes, that's abit assymetric, but these two actions are assymetric in other situations as well (if you're in the last track of the playlist and press NEXT or PREV) 21.43.57 # I think we're going to have to play it by ear either way, Llorean. An explicit stickied post saying this is a new concept, it might change. 21.44.15 Quit PaulJam_ (Read error: 113 (No route to host)) 21.44.16 # Open the floodgates and we'll see what happens. Perhaps decide to convene on the topic in one month's time? 21.44.21 # Llorean: I think it should go for both forward and back. Ocasionally, I'm at the end of a long file, and inadvertantly skip to the next track. I would rather go to the next track, and go backwords, than start at the previos and go forwards. 21.44.40 # Llorean: see my last response to kugel, it was also for you 21.44.48 # TBOL3: This is with "prevent track skipping" on, though 21.45.13 # fml: Part of the goal of the option is to prevent a user from losing their place. It can be lost going forward or back. 21.46.01 # Llorean: hm... But the name (prevent skipping) is a bit misleading then 21.46.19 # soap: Well, I'm just trying to find a good starting point. Does "Please try to keep your questions about means of using the software with Rockbox" reasonable? 21.46.23 # it's "prevent track skipping" 21.46.38 # I'm writing a fake codec, when writing the metadata detection, should I link it somewhere ? I always get a "undefined reference to "get_..._metadata()" when compiling. 21.46.50 # Llorean, kugel: if we jump to the start of the track, we don't skip track 21.46.51 # Perhaps a better solution would be to automatically keep a list of where you were in a file, before you skip to the next one. 21.46.55 # fml: In my opinion, we should either skip to either end of the track depending on forward/back, or neither end. 21.47.02 # Llorean: AYE 21.47.10 # But it should only be a list of say 5 or so of your last skips. 21.47.12 # I think it's reasonable to assume that if a person has skip length to track, but prevent track skipping on, he wants to disable PREV and NEXT entirely 21.47.33 # kugel: What about 5 minute skip in a 3 minute track ,though. 21.48.56 # not sure, currently it skips to the beginning 21.49.19 # kugel: but if skip length is set to, say, 1 min, and and you're at 0:30 in the track, you jump to the start when PREV is pressed 21.49.19 # MT, yes IIRC there's some piece of code somewhere that knows about all codecs to check their metadata 21.50.39 # bertrik : I don't know if you mean 'metadata.c' ? but if so, yes, I'm supposed to add a switch case for my format there that calls the proper metadata detection function. 21.50.41 # MT, I think it is function get_metadata in metadata.c 21.50.43 # fml: Seek still works, though. 21.50.58 # Llorean: skipping to the end isn't an option, I think. Given that time travels forward, that would basically equal skipping the track 21.51.00 # bertrik : The problem is that whenever I 'make 21.51.31 # Was the homepage of rockbox.org made with twiki? 21.51.44 # kugel: I'm just saying, I think the behaviours should match each other. 21.51.49 # bertrik whenever I compile I get an "undefined reference to 'func_name'" 21.51.51 # no, but the wiki is 21.51.55 # *is 21.52.41 Join blahrus [0] (n=blahrus@173.15.27.49) 21.52.57 # So, it's just static html? 21.53.55 # MT, weird, can't find any 'func_name' in C source or header file 21.53.59 # TBOL3: large parts are twiki, but some pages are static 21.54.00 Join StealthyXIIGer [0] (n=stealthy@c-68-62-18-116.hsd1.mi.comcast.net) 21.55.04 # Llorean: skip lenght == 0 and skip length != 0 behave differently if you press PREV but can't "correctly" do that because "prevent skipping" is active. If "skip length == 0" nothing happens. But if length > 0 then you jump to the start of the track. 21.55.27 # bertrik : by func_name I meant my function to get metadata. I should add a switch case that will invoke (get_mtf_metada() ) to get_metadata() in metadata.c 21.55.57 # bertrik : then whenever I compile (make) I get an "undefined reference to get_mtf_metadata()" error 21.56.32 # MT, does the source file containing get_mtf_metadata actually get compiled? 21.57.23 # Hey, Llorean, it looks like it worked 21.57.51 # iTunes has this habit of spamming comments with hex data 21.58.02 # bertrik : no, that's why I was asking whether I should link it somewhere. I have written my metadata detection following the wiki and another format as an example, so I don't know why it doesn't get compiled. 21.58.09 # I thought I had cleared it all out, I had checked! 21.58.11 # fml: when I think about it, taking the possiblity away to go the start of a track isn't really nice. It's not track skipping, so it shouldn't be taken away 21.58.30 # however, I still don't know what to do about the multiple CDs 21.58.41 # Much of my music is broken down into 2 or 3 CDs 21.59.17 # kugel: that's my reasoning too. Track skipping should mean just that: going to another track 22.00.04 Quit linuxstb (Read error: 113 (No route to host)) 22.00.06 # MT, then it's probably just a case of adding the source file to the 'SOURCES' file. 22.00.29 # fml: If "repeat 1" is on, does "next" go back to the start of the track in that situation? 22.00.32 # fml: and it really shouldn't behave differently depending on skip length 22.00.45 # rockbox/apps/SOURCES I mean 22.00.50 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) 22.01.05 Quit cornwall ("Leaving") 22.02.32 # bertrik : right, thank you very much :) 22.03.13 # Llorean: I think, effectively yes (that's waht the user sees). Internally, it goes to the start of the next track which happens to be the same one since repeat is set to 1. That's my speculation, I didn't try. 22.03.27 # fml: I mean if track lock is on 22.04.19 # Llorean: then I don't know. These option dependency is too hard to understand for me. 22.04.58 # Llorean: and: are we talking about how it works now or how it should work? 22.05.19 # Both 22.05.22 # Llorean: if prevent track skipping is on, NEXT does nothing unless there's enough time to do a step 22.05.51 # kugel: See, that makes no sense to me. 22.06.09 # there's no dependency for the repeat mode 22.06.09 # Why should we allow skipping backward but not forward? 22.06.27 # because skipping backward doesn't mean skipping a track 22.06.30 # If there's no room to actually "leave" the track, nothing should happen. 22.06.42 # Skipping back *does* leave the track, conceptually, it just immediately then starts 22.06.58 # It's the same technicality as "skipping to immediately before the end is the same as skipping to the next track" 22.06.59 # no, it sets elapsed to 0, and rewinds 22.07.16 # *conceptually* 22.07.25 # you go to before the track, and start playing 22.07.42 # Llorean: but something is done in the case when skip length is > 0, namely jump to the start 22.07.44 # Otherwise skipping to the last millisecond of the current track isn't the same as skipping to the next track. 22.07.50 # it doesn't mean skipping a track. period. prevent track skipping is meant to prevent track skipping 22.08.10 # kugel: Jumping to the last millisecond doesn't mean skipping a track either 22.08.12 # By that argument 22.08.13 Quit planetbeing () 22.08.23 # It means "skipping within the track, then letting what will be, will be" 22.08.41 # I don't think a user cares about that if he notices that the next track is starting right away 22.09.10 # kugel: And I don't think I user cares that technically he didn't leave the track, if "prevent track skipping" allowed him to lose his position when he didn't want to. 22.09.29 # it's meant to not lose the track, not the position 22.09.42 # kugel: That's silly 22.09.45 # You never lose the track 22.09.50 # If you skip to the next track, you can immediately press "back" 22.09.51 # it's not silly 22.10.12 # It's to prevent losing the position 22.10.16 # See the discussion around the feature 22.10.30 # The whole point was to prevent the user from losing their position if the next track was less than skip length away 22.10.36 # Llorean: I'm with kugel here. Either it works not how it should or the option name is misleading. 22.11.04 # Llorean: and this is what we do 22.11.05 # "Previous" and "Next" skip to a point *between* tracks. 22.11.17 # Llorean: Except a position would be lost with a back skip, but not a forward skip 22.12.08 # * Llorean wonders how he managed to tab Llorean instead of Kugel 22.12.22 # * kugel too 22.12.43 # Anyway, if the goal is to prevent losing the place when the skip will take you out of the track, we should do that 22.12.55 # If the goal is _not_ to prevent you from losing place, we should skip the maximum amount possible within the track either way 22.13.17 # Maybe 1 second from the end, so that it's possible to rewind "inward" from the end, assuming it's intentional 22.13.22 Join matsl [0] (n=matsl@1-1-4-2a.mal.sth.bostream.se) 22.13.37 # Will 1 sec. be enough? 22.13.42 # not at all 22.13.56 # It takes less than one second to press "right" then hold "left" 22.14.27 # You could do two or three if you felt this was too prone to accidents. 22.14.52 # Yes, but I've found (at least for my sansa), that doing so triggers some bug in the code. (It doesn't crash the player, it just locks it up for a few seconds, and then usually starts at the begining of the playlist). 22.14.53 # My point is still the same - decide what the goal is for the whole feature rather than setting separate goals for "left" and "right" 22.14.55 Join fdinel [0] (n=Miranda@modemcable204.232-203-24.mc.videotron.ca) 22.15.21 # TBOL3: Then the bug should be fixed... features shouldn't be restricted based on it. 22.16.08 # Ok, bug was a bad choice of words, but I think it is do to just a lack of power in the device. 22.16.20 # But true, the point is noted, sorry. 22.17.10 Quit merbanan (Remote closed the connection) 22.18.43 Quit Zoxc () 22.23.17 Quit fml ("CGI:IRC 0.5.9 (2006/06/06)") 22.24.57 Quit snizwickit (Client Quit) 22.25.25 *** Saving seen data "./dancer.seen" 22.29.11 Quit stoffel ("leaving") 22.29.12 Join webguest39 [0] (n=51e31973@gateway/web/cgi-irc/labb.contactor.se/x-999ac5bbb2b1173c) 22.30.13 Quit webguest39 (Client Quit) 22.30.23 Join M4ndri [0] (n=msagas@r190-134-209-234.dialup.adsl.anteldata.net.uy) 22.30.37 # hi 22.30.58 Join lazyguy [0] (n=lazyguy@75-119-239-123.dsl.teksavvy.com) 22.31.05 Nick lazyguy is now known as lazy (n=lazyguy@75-119-239-123.dsl.teksavvy.com) 22.31.17 Nick lazy is now known as temp_lazyguy (n=lazyguy@75-119-239-123.dsl.teksavvy.com) 22.31.25 # i have a sansa e250 and want to add a microSD memory.. its 2GB maximum or with rockbox i can add 4GB ? 22.31.49 Quit nibbler (Remote closed the connection) 22.32.26 # Rockbox supports all MicroSD and MicroSDHC sizes 22.32.30 # if you can find a 4gb microsd 22.32.40 # or a 4gb sdhc 22.32.49 # temp_lazyguy: eh? 22.32.59 # temp_lazyguy: They are all over the place 22.33.14 # it can be any brand ? 22.33.16 # i have never seen a 4gb reg microsd 22.33.25 # i know they exist though 22.33.26 # lol !!! 22.33.31 # yes 22.33.40 # temp_lazyguy: well, sdhc 22.33.43 # once you got to 4gb+ it's sdhc 22.33.56 # yeah that's what i meant by reg microsd 22.33.58 # my sansa has 2GB internal memory 22.34.00 # but as Rockbox supports both it doesn't matter 22.34.07 # so i can buy a 4GB microSD and its safe ? 22.34.14 # yeah 22.34.21 # and brand ? or sandisk ? 22.34.28 # temp_lazyguy: I know, I read your sentence as aying you couldn't find a 4gb microsd at all, sd or otherwise 22.34.30 # andy 22.34.30 # if probably gonna get sdhc 22.34.33 # any* 22.34.41 # M4ndri: Anything 22.34.51 # ok thnx 22.34.53 # u need to get a sdhc adapter 22.35.05 # for computer 22.35.11 # temp_lazyguy: Please don't use "u" here, we ask for real words 22.35.11 # i found a place to buy microSD 4GB 22.35.20 # temp_lazyguy: Why? 22.35.21 Join |ahmina| [0] (n=lymeca@213-213-141-71.xdsl.is) 22.35.21 # is not sdhc 22.35.27 # temp_lazyguy: Use Rockbox USB mode 22.35.37 # soap: about the forum reordering - I just wanted to add that I would imagine something else when reading a "Rockbox Lifestyle" headline, I'm somehow thinking fashion or what brand of beer you like (to not take it too off-topic ;) ) 22.35.40 # grammer police, let's add periods to the sentences as well 22.35.46 # M4ndri: Seriosuly, It doesn't matter 22.35.54 # and capatialize our sentences 22.35.56 Quit lymeca (Read error: 104 (Connection reset by peer)) 22.36.10 # temp_lazyguy: Please don't be silly - there is a reason for the real words 22.36.37 # pixelma: I'd agree there... rockbox lifestyle defiently sounds off topicy 22.36.53 # ( ´_?`) 22.37.19 # wow, no unicode, whatever 22.37.24 # Many blind people and those with English as a foreign language use screen readers/translation software. Real words is important there, whilst capatlisation and full stops aren't 22.37.38 # *are 22.37.53 # grrr, capatlisation 22.37.55 # anyways, i joined because i wanted to know how you get usb mode in rockbox 22.38.08 # Install a current build 22.38.21 Quit jaykay (Read error: 110 (Connection timed out)) 22.38.28 # because when i plug it in (c250), it goes back to original firmware 22.38.37 # and yeah, i just updated rockbox 22.38.51 # To what version? 22.38.55 # 3.2 22.39.07 # Right, install a current build, not the release 22.39.17 # hmm 22.39.18 # k 22.39.41 # >Yes, as of 2009-02-26 (r20105), Rockbox supports USB on the E200 and C200 targets. 22.39.57 Join planetbeing [0] (n=planetbe@c-71-236-164-204.hsd1.or.comcast.net) 22.40.02 # the latest verison of rockbox was released 23rd 22.40.05 # And the release notes clearly state that it was disabled for the release 22.40.12 # lol 22.40.14 # okay 22.40.16 # Seriously, I'm not lying to you 22.40.19 # yeah 22.40.28 # Why do people ask for support and then argue? 22.40.45 # yup i see it 22.40.51 # how i did i argue 22.40.54 # i agreed 22.41.22 # temp_lazyguy: It looked like argument since you were quoting something with a date before the release that didn't even need to be said if you agreed. 22.41.39 # if i add a sdhc memory to my sansa e250 it would be fine or max is 4gb ? 22.41.42 # It's hard to tell context in here, so you really should limit to saying things that actually need said. 22.41.59 # M4ndri: For the eighteenth time, ANY IS FINE 22.42.24 # BigBambi: sorry i just dont want to burn my money 22.42.35 # M4ndri: any size, any manufacturer, any colour, any smell, .... 22.42.45 # rofl! 22.42.46 # it wont work in the OF though... 22.42.48 Quit TBOL3 (Remote closed the connection) 22.43.03 # you have to use rockbox's usb to use it 22.43.09 # JdGordon: Nope, but this is #rockbox! 22.43.41 # oohh 22.43.55 # when i plugged in, it uses the Original Firmware 22.44.02 # =O 22.44.07 # so it wont work 22.44.17 # Are you using an up-to-date current build? 22.44.23 # i guess 22.44.28 # i install using the utility 22.44.33 # M4ndri: IT WILL WORK 22.44.35 # install the complete version 22.44.37 # u can load files onto the sd card before hand then put it into the e200 22.44.44 # temp_lazyguy: Seriously, don't use "u" 22.44.49 # it will read in rockbox 22.44.54 # yeah, habit 22.45.06 # M4ndri: If you have an up-to-date current build (not the release) then Rockbox USB mode is enabled and will work 22.45.10 # i dont have a memory reader for my computer 22.45.38 # M4ndri: You don't have to, if you have an up-to-date current build (not the release) then Rockbox USB mode is enabled and will work 22.45.41 # complete installation is installing the latest release 22.46.00 # look i used the utility 22.46.10 # M4ndri: then buy one 22.46.11 # you have to use the seperate "install rockbox" button, to get the latest build.. 22.46.13 # for a current build, go to the installation tab and chose to update 22.46.24 # ohh 22.46.28 # BigBambi, is there a way to turn the usb function on in the latest verison? 22.46.33 # M4ndri: The manual explains which options in the utility install which build 22.46.38 # * bluebrother wonders WHY he added a dialog box telling *exactly this* 22.46.38 # and you know, themes are not working =( 22.46.40 # update/install (it's the same anyway) 22.46.40 # temp_lazyguy: It's on in the latest builds, just not the release. 22.46.48 # M4ndri: PLEASE read the dialog boxes! 22.46.55 # temp_lazyguy: Not in the release (without building from source) 22.46.59 # no, i mean, is there a way to enable it 22.47.01 # okay 22.47.15 # thanks 22.47.37 # what i did was to run rockbox utility and choose Complete Installation 22.47.47 # from the Quick Start tab 22.47.57 # You already said that 22.47.57 # M4ndri: we know 22.48.04 # in the Installation tab i have : Install the bootloader 22.48.09 # and the Install Rockbox 22.48.13 # options 22.48.19 # M4ndri: We know! 22.48.23 # choose install rockbox, and select current build 22.48.29 # M4ndri: And we told you which one to use 22.48.30 # :) 22.48.49 # and it will update the one i have or i need to uninstall my current rockbox ? 22.48.59 # M4ndri: I really really don't know how to make this any simpler 22.49.06 # M4ndri: update 22.49.11 # ok 22.49.13 # i think it will just overwrite it, you dont need to delete 22.49.13 # thank you 22.49.28 # i will do it now :)= 22.49.32 # thank you guys! 22.51.07 # mmmm its the svn version is this not so buggy ? 22.51.22 # "not so buggy"? 22.51.33 # lots of bugs 22.51.39 # It is fine 22.51.41 # i speak spanish sorry 22.51.43 # buggy as in what buggy? What bugs? What issues? 22.51.50 # Otherwise I wouldn't have told you to install it 22.52.05 # the channel language is english, so please at least try. 22.52.28 # im trying 22.52.36 # or im talking TOOO bad ? 22.52.57 # just install the latest build, if your mp3 player crashes often, reinstall the current release verison 22.53.03 # M4ndri: I hadn't even realised that English wasn't your first language, so you are clearly doing fine :) 22.53.06 # chances are it will work fine 22.53.28 Join TBOL3 [0] (n=leif@c-24-10-200-0.hsd1.ut.comcast.net) 22.53.38 # It isn't any worse than a release (at the moment) 22.54.11 # In Rockbox it is very rare that SVN is significantly broken 22.54.24 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) 22.55.30 # it through me an error 22.55.40 # it says something like device missmatch 22.55.45 # or something like that 22.55.51 # ok or abort 22.55.59 # i hit ok and it seems to be installing :S 22.56.10 # its downloading rockbox.zip now... 22.56.10 # "something like that". Is it possible to be more specific here? 22.56.18 # we KNOW how it works 22.56.22 # no because i forgot =( 22.56.34 # let me check if it was installed ok :D 22.57.10 # well, you might have hit a bug in Rockbox Utility. It's present in 1.2 and affects sansa and some ipod players 22.58.04 # yeahhh i now have rockbox with usb :D 22.58.11 # loving rockbox <3 22.58.21 # :) 22.59.08 # do you know if someone is planning to add the pictureflow plugin for selecting and playing music and not just for showing covers ? xD 22.59.20 # it would be soo sexy :D 22.59.40 Nick Horschti is now known as Horscht (n=Horscht@xbmc/user/horscht) 22.59.59 # oohh is my device charging with the rockbox usb ? :O 23.00.14 # i have no battery indications :S 23.01.26 Quit __lifeless (Remote closed the connection) 23.01.35 Join __lifeless [0] (n=lifeless@94.51.194.118) 23.02.18 Quit ender` (" If the experiment works, you must be using the wrong equipment. -- Patrick's Theorem") 23.02.19 # M4ndri: Umm... isn't it already in there? 23.02.31 # Also, what build are you using? 23.02.35 # the last one 23.02.38 # TBOL3: No 23.02.40 # i plug it in 23.02.47 # and it shows the usb cable 23.02.50 # in the screen 23.02.54 # but no battery indications 23.03.03 # what's that of a feature? Cable moved to screen 23.03.04 # its the only way i have to charge it now... using usb port 23.03.23 # M4ndri: battery indication should be in the status bar (you might have turned it off), and whether it shows in the WPS or not depends on the theme 23.03.39 # oh.. i see 23.03.47 # M4ndri: You don't get battery whilst connected to USB 23.03.50 # thanks bambi you are the man :) 23.04.07 # i have my sansa since yesterday :) 23.04.09 # M4ndri: The manual tells you what button to press while connecting the cable to charge via USB but not connect 23.04.35 # i dont have the manual 23.04.38 # So you can charge and continue to use your player at the same time 23.04.41 # is it on the website ? 23.04.57 # really? what's the button 23.05.05 # M4ndri: Yes, it is the link "Manual" on every single page 23.05.18 # temp_lazyguy: Check the manual 23.05.25 # M4ndri: you spotted that "manual" tab in Rockbox Utility? 23.05.26 Quit {phoenix} (Read error: 104 (Connection reset by peer)) 23.06.05 Part pyro_maniac 23.07.26 # M4ndri: The button is the center select button. 23.07.30 # But read the manuel. 23.07.40 Join ender` [0] (i=krneki@foo.eternallybored.org) 23.07.52 # http://download.rockbox.org/manual/rockbox-sansae200/rockbox-build.html 23.07.57 # cant find it, what section of the manual is it 23.08.04 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk) 23.08.24 Quit stripwax ("http://miranda-im.org") 23.08.42 # temp_lazyguy: how about fulltext-searching the pdf? 23.09.00 # reading the online manual 23.10.15 # The particular page can be found here: http://download.rockbox.org/manual/rockbox-sansae200/rockbox-buildch3.html#x5-250003 23.12.29 Quit ender` (Client Quit) 23.15.51 Join ender` [0] (i=krneki@foo.eternallybored.org) 23.17.56 Quit bertrik ("Leaving") 23.20.11 Quit bluebrother ("leaving") 23.28.44 Quit tessarakt ("Client exiting") 23.30.17 Part GrandMaster-D 23.32.35 # i installed the new rockboz firmware 23.32.37 # and is not charging 23.32.42 # i check the battery status 23.32.51 # and not charging while in usb mode 23.32.54 Join z35 [0] (n=z35@h147.109.31.71.dynamic.ip.windstream.net) 23.33.11 # is the only way i can charge is through usb and is not working... need help here :( 23.33.30 Part mcuelenaere ("Leaving.") 23.33.33 Join robin0800 [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com) 23.34.25 # it is charging 23.34.37 # no its not 23.34.40 # it was 98% 23.34.43 # i plugged in 23.34.50 # and now when i remove it 23.34.54 # it says 97% 23.35.01 # so.. now charging 23.35.13 # and i cannot see any indicator of charging 23.35.20 # i change the theme 23.35.23 # and nothing... 23.36.13 # M4ndri: there is no indicator of charging (which is a bug), but it *is* being charged. 98-97% could be fluctuations 23.36.20 # i need help here because if its not charging i wont be able to do anything with it when the battery runs out 23.36.37 # You can just boot the original firmware. 23.37.01 # if you are sure is charging its fine 23.37.05 # i love rockbox :D 23.37.12 # maybe 23.37.15 # its a bug 23.37.19 # and thats it 23.37.29 # i will tell you tomorrow :D 23.37.39 # M4ndri: Rockbox will dual boot, so if you really want you can use the OF to charge in 23.37.56 # how can i do the dual boot ? 23.37.57 # It does charge very slowly though, if you play music or anything other battery intensive, it might not be enough to charge 23.38.04 # M4ndri: This is described in the manual 23.38.17 # ohh i have to go and read :D 23.38.20 # ok.. no problem 23.38.23 # i will do that 23.38.33 # thank you for helping me out 23.38.36 # you guys rock! :D 23.38.37 # In the "Getting Started" chapter I belive 23.38.46 # like rockbox :D 23.38.49 # rofl! 23.39.06 Quit M4ndri () 23.43.10 Join M4ndri [0] (n=msagas@r190-134-209-234.dialup.adsl.anteldata.net.uy) 23.43.48 # i forgot to ask about something weird =( .. i used to see my covers on the picture flow and now the only thing i see is "?" 23.44.15 # is this a bug on the new firmware rev ? 23.44.50 # If your covers were found previously but aren't now, that sounds like a bug. Where is your album art located, how is it named, which file format is it in, and how big is it? 23.44.58 Quit midijunkie (Read error: 104 (Connection reset by peer)) 23.45.26 # its 100x100, they are all cover.bmp 23.45.37 # located on the folder of the corresponding album 23.45.59 # Does it show in the WPS? 23.46.07 # it does 23.46.27 Quit kugel ("ChatZilla 0.9.84-rdmsoft [XULRunner 1.9/2009030810]") 23.46.49 Join midijunkie [0] (n=Miranda@pD954526B.dip0.t-ipconnect.de) 23.47.05 # i hit rebuild cache 23.47.15 # I was going to suggest that 23.47.17 # let me restart the device 23.47.36 # sansa > ipod 23.47.45 # is your database also up to date? 23.47.57 # it is :D 23.48.17 # yeah the rebuild cache works out of tha box :D 23.48.23 # when restarting 23.48.24 # :_D 23.48.25 # ^^ 23.48.29 # im happy now :D 23.48.38 # sansa and rockbox ftw!!!!! 23.52.01 # pixelma: That was intended as a partially tongue-in-cheek placeholder of a name. I think it sums up my vision for the forum (well, outside the fashion part) but I was hopeful someone would come up with a better name. ;) 23.52.48 # im a c++ programmer 23.52.54 # is it easy and well documented 23.53.01 # the rockbox project ? 23.53.36 Join vonsoo [0] (n=vonsoo@SantaRosa-23-88.resnet.ucsb.edu) 23.54.04 Quit vonsoo (Client Quit) 23.55.22 # yes it is