Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The icon identifies that the person is a core developer (has commit access).

#rockbox log for 2008-03-28

00:00:27DerPapstSoap: yes. but i guess bluebrother wants read compiler errors and suff like that.
00:00:54pixelmaDerPapst: beer? ;)
00:01:20DerPapstmeh... more a lack of sleep i guess ;-)
00:01:53RincewindDerPapst: did you catch the "suff"?
00:02:32 Quit davina ("GNU/Linux the free alternative to Windows")
00:02:33bluebrotherROTFL :)
00:02:35 Join CyBergRind|w [0] (n=cbr@212.98.160.130)
00:04:03 Quit ender` (" "Religion is the opiate of the masses." -- Karl Marx || "Winners don't do drugs." -- The FBI")
00:05:06linuxstbpixelma: Thanks for fixing that wps - I see it was my fault in two ways...
00:06:48 Quit gregzx ("ChatZilla 0.9.81 [Firefox 2.0.0.13/2008031114]")
00:06:50 Quit midgey ()
00:07:16pixelmano problem... what do you mean with "in two ways" though?
00:07:43amiconnrofl
00:08:09linuxstbI didn't rename the reference in the wps, and then my commit to make the parser reject WPSs with missing bmps
00:08:15 Nick erik006-2 is now known as erik006 (n=erik006@76-10-136-126.dsl.teksavvy.com)
00:09:29 Join gevaerts_ [0] (n=fg@195-144-092-153.dyn.adsl.xs4all.be)
00:09:52 Quit gevaerts (Nick collision from services.)
00:10:12 Nick gevaerts_ is now known as gevaerts (n=fg@195-144-092-153.dyn.adsl.xs4all.be)
00:10:31*DerPapst should do his beautysleep
00:10:49DerPapstGood night everyone. :-)
00:11:03 Quit DerPapst ("So Long And Thanks For All The Fish!")
00:11:15 Quit MethoS- ("Konversation terminated!")
00:11:16pixelmalinuxstb: aha, the problem already occured for someone already in the "make zip" which couldn't find the lockopen bmp. I wasn't even aware that there are more problems...
00:11:34pixelmas/already//
00:14:12 Join kugel [0] (n=kugel@unaffiliated/kugel)
00:14:37 Quit Rincewind ("bye")
00:19:08 Quit [CBR]Unspoken|w (Read error: 110 (Connection timed out))
00:19:09 Quit ompaul (Client Quit)
00:20:49*bluebrother just had a repeating track ...
00:22:08 Quit matsl ("Leaving")
00:24:08 Quit shnee ("Konversation terminated!")
00:26:05 Join advcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
00:26:33 Join midgey [0] (n=tjross@141.211.151.169)
00:26:48 Join handmadematters [0] (n=handmade@dslb-084-056-166-055.pools.arcor-ip.net)
00:27:16 Quit advcomp2019 (Nick collision from services.)
00:27:22 Nick advcomp2019_ is now known as advcomp2019 (n=advcomp2@unaffiliated/advcomp2019)
00:27:57 Quit miepchen^schlaf ()
00:28:08 Quit gevaerts ("sleeping time")
00:31:46 Join miepchen^schlaf_ [0] (n=miepchen@p54BF4166.dip.t-dialin.net)
00:32:02kugellinuxstb: ping
00:32:13linuxstb?
00:32:43kugellinuxstb: I have a problem with your "Check for trailing | " "function"
00:33:34kugelIt doesn't work with the viewport parse function
00:33:50kugelyou might scroll back/read logs from today to read more about that
00:33:53linuxstbWhat viewport parse function?
00:35:42kugelthe one I wrote to unify viewport structure parsing in wps and lists
00:35:55*amiconn wonders what a ZXbot is :\
00:36:19linuxstbYou shouldn't have any trailing | in the .cfg file...
00:39:10kugellinuxstb: It doesn't work in the wps
00:39:26linuxstbYou mean there's a bug in SVN?
00:39:50kugelNo. It works when I use the SVN way of parsing the wps viewport
00:39:54Lloreanlinuxstb: I think he means "I want the syntax to be identical in WPS and .cfg, and in the WPS you need a trailing |"
00:40:05kugelLlorean: No...
00:40:42 Quit waldo ("Konversation terminated!")
00:42:19 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
00:42:25kugelThe setting works (with or without the trailing | ), the list is also working. But the wps gets rejected when wps_parser checks for the traling |
00:43:09 Part toffe82
00:43:15kugelbut only when I use my generic viewport parse function from viewport.c, and not the svn "parse_list"
00:43:42kugeleventhough, my viewport parse function doesn't much more than parse_list
00:44:16scorche|shso are you saying that this breaks one of your patches?
00:44:41kugelkinda
00:44:47Lloreanscorche|sh: He's trying to unify the parsing for both types of viewports as suggested by linuxstb for the patch
00:44:53linuxstbI think he's saying that his patch breaks existing functionality and wants help to figure out why...
00:45:06kugelI have commented out that for now, but I doubt it's wanted
00:45:36kugellinuxstb: also correct :)
00:45:37Lloreankugel: What did you add to your generic function, since it's "not much more than parse_list" it suggests it is more.
00:45:54linuxstbYour function will need to return a pointer to the character after the data you've parsed - i.e. a pointer to where the | is expected to be.
00:46:10linuxstbThis is the return value from parse_list.
00:46:38kugelLlorean: it does actually the same the parse_viewport from wps_parser.c. As suggested, I moved the most part from wps_parser.c to viewport.c for a generic function
00:47:10kugellinuxstb: ahh, that could be the reason
00:47:27Nico_PjhMikeS: in case you needed confirmation... r16778 has much faster buffering and better responsiveness than current ones. I'm going to try r16791 now
00:47:50kugelI only return an int as of now, depeding of parse_list worked or not
00:48:33pixelmaBagder: you still around by any chance?
00:49:09 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
00:51:38Nico_PjhMikeS: r16791 seems no better and no worse, although after reading the commit message it seems I could expect that
00:52:15Nico_P(DB and dircache are still disabled)
00:54:16jhMikeSNico_P: the key here is digging deep into why that device runs contrary to all others esp. given that disk contention won't be a factor with all that stuff off. I'm gonna try to make a guinea pig of my sister's if she'll allow it. :)
00:54:54kugellinuxstb: thanks, that worked
00:55:30 Quit Nevtus (Remote closed the connection)
00:56:09kugellinuxstb: What did you say about traling | in .cfg? Should I avoid that? Should I check for that, and if it's there reject the value?
00:56:39Nico_PjhMikeS: could it be because of the fact that the RAM is bigger, so the audio thread would hold longer on to the disk, thus slowing buffering down?
00:56:53Nico_Phmm I'm not even really convincing myself :/
00:56:55kugelA bit confusing. Trailing pipe in wps is a must, but in .cfg a nogo?
00:57:01 Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus)
00:57:18Nico_Pthe fact is that buffering is much slower now
00:57:30 Quit bluebrother ("leaving")
00:57:33jhMikeSNico_P: why should it and why wouldn't it have before then?
00:57:46Nico_Pyeah I don't see why either
00:57:59linuxstbkugel: Personally I would make the VP parameters in the .cfg a comma separated list - i.e. use ',' instead of '|' and no leading or trailing separators.
00:58:19Nico_PjhMikeS: could it be a possibility of a wrong low level setup somewhere?
00:58:54Nico_Pthe diff is far too large for me to try to understand it :/
00:59:09kugellinuxstb: I personnally like the that the list viewprt syntax and the wps syntax are the same
00:59:40jhMikeSyeah, the diff sucks cause so much #ifdef junk was removed
01:00
01:00:37 Join corevette [0] (n=corevett@adsl-75-18-212-2.dsl.pltn13.sbcglobal.net)
01:01:21linuxstbkugel: But they're not the same - there's no %V, and it's likely the WPS syntax will be extended with other things (e.g. conditionals, statusbar features)
01:01:24jhMikeSwhat sort of low-level setup? threading doesn't really get into much direct register access except tick and sleep
01:01:32Nico_PjhMikeS: have you seen the patch I posted earlier? (http://pastebin.ca/960166)
01:01:56Nico_PjhMikeS: it was a shot in the dark, I really don't know what sort of things are involved in this
01:02:00Lloreankugel: I'm gonna hafta agree with linuxstb here. They're similar, but they're going to diverge anyway, and comma separated lists are a more regular thing for .cfg files
01:02:11jhMikeSNico_P: no, just plopped myself down here
01:02:26Nico_Pbut I guess there is some target specific code involved for low level kernel objects?
01:02:46***Saving seen data "./dancer.seen"
01:02:50kugellinuxstb: but why did I made this generic function than? I don't quite get it, if the list viewport structure and the wps viewport structure are going to differ a lot more
01:03:16linuxstbBecause it parses the core parts of the viewport - i.e. what goes into the viewport struct.
01:03:21jhMikeSNico_P: not much at all
01:04:05linuxstbkugel: That's also why I made the separator a parameter to the parse_list function.
01:04:12jhMikeSactualy nothing is low-level. the variants have corelock and/or priority inheritance. I my tests again on the inheritance and that checked out ok.
01:04:24kugellinuxstb: Ok
01:05:07Nico_PjhMikeS: is there some kind of test I could run to help figure things out?
01:05:54kugellinuxstb: but back to my previous question. As of now, it doesn't matter if there's a trailing seperator in the config. Should I explicit reject the setting value, if there's a traling seperator, or leave it as it is (hoping that the user avoids traling seperator by himself)
01:06:43 Quit EskimoSpy ("CGI:IRC (EOF)")
01:06:48linuxstbkugel: I think you can ignore it.
01:06:50 Quit Soap (Connection timed out)
01:07:18LloreanI think if they're using commas, they're a lot less likely to think there should be a trailing one anyway
01:07:32kugellinuxstb: That's what I think too. But I asked before someone bashes me again
01:08:01jhMikeSNico_P: I can't think of anything specific atm. How's the navigation in general once you're in the menus?
01:08:10Nico_Pit's fine
01:08:43Nico_Pthe only things that are laggy are the ones that involve passing a queue message to the audio thread
01:08:57Nico_Pe.g. volume or entering a menu are fine
01:09:09Nico_Pbut pause/unpause takes forever
01:09:16jhMikeSI have an idea - try making the owner argument NULL in each queue_enable_queue_send call
01:10:12 Quit spiorf (Remote closed the connection)
01:10:40Nico_Pall of those calls or just buffering/audio?
01:10:40 Quit RoC_MasterMind (Remote closed the connection)
01:11:12 Quit dionoea (Remote closed the connection)
01:11:36linuxstbpixelma: Regarding your suggestion earlier about leaving fg/bg colour/shade blank in %V tags, I like the idea, but think that will just cause complications. i.e. when the user changes the fg/bg colour in the settings, how do we know to change those viewports?
01:11:45 Quit lymeca ("...and don't forget: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 !")
01:12:28Lloreanlinuxstb: Are those settings going to explicitly only change the list viewport (and anything listing it as the parent) then?
01:12:38jhMikeSall in playback.c and buffering.c, and voice_thread.c (to remove that from the equation). I did neglect to recheck the queue stuff.
01:13:01Nico_PI ended up doing all of them
01:13:13linuxstbLlorean: I guess eventually they won't do much at all... Unless we add the concept of "use global values" for certain viewport items.
01:13:46Lloreanlinuxstb: I honestly wouldn't mind them being removed entirely, myself.
01:14:08LloreanSince they don't really fit into the whole "everything is viewport defined" scheme
01:15:11linuxstbI think this is the dilemma - do we keep all the existing theme settings in the UI (including things like statusbar visibility) and deal with the complication, or just make everything controlled by the theme?
01:16:00LloreanI vote the latter.
01:16:29Nico_PjhMikeS: things don't seem any better
01:16:50Lloreanlinuxstb: Generally speaking, you don't change most of them except when changing themes these days anyway, I think.
01:17:03linuxstbLlorean: I think I do as well, but can also see the usefulness of those settings for people using text-only themes, without any viewports.
01:17:23linuxstbBut I guess those people will just need to create themes for themselves...
01:18:14*kugel hates warnings
01:18:23linuxstbkugel: They're there to help...
01:18:45kugelsure, but if it works and gcc warns anyway
01:18:53Nico_PjhMikeS: I need to rerun the test though... I'm not certain I did things right
01:19:01linuxstbkugel: Are you sure it works? In all cases?
01:19:04Lloreanlinuxstb: Well, if they *really* want the option to toggle them, they can do .cfg files. But I think it's going to be minimally important, and only to a few people.
01:19:14kugelnah, they are very usefull. they just annoy, since they show my code is bad :p
01:19:25 Join dionoea [0] (n=dionoea@yop.chewa.net)
01:19:35kugellinuxstb: not entirely
01:19:59*Llorean means "minimally important" because only a few people use it, rather than "minimally important to those few", since I imagine to them it might be very important.
01:20:08kugelthe viewport gets parsed correctly (in list and wps cases) though
01:20:18LloreanBut I mean, if it complicates things much, it may just be a bad thing.
01:20:51Nico_PjhMikeS: do I need to update the codecs too?
01:21:01Nico_PI got a codec failure
01:21:26jhMikeSNico_P: for that? no.
01:21:33Nico_Pah crap it's probably because of the latest SVN changes
01:22:54 Quit corevette (Connection timed out)
01:25:40 Join webguest12 [0] (n=4aaa3bc7@gateway/web/cgi-irc/labb.contactor.se/x-812abe365ebb3007)
01:26:18*Nico_P is still getting codec failures
01:26:52*linuxstb is struggling to think of a good way to implement conditionals for viewports, and can just come up with an album-art specific solution - %VC for an album-art only viewport, and %Vc for a no-album-art only viewport...
01:28:03jhMikeSNico_P: hmmm...that shouldn't hurt anything at all.
01:29:11Nico_PjhMikeS: it's just freezing now
01:30:07Nico_Pyep... can't start audio playback
01:30:12Lloreanlinuxstb: That works for me. Can I have multiple %VCs?
01:30:35linuxstbLlorean: Yes (and Vc of course)
01:31:10 Quit handmadematters ()
01:31:23Lloreanlinuxstb: Though people *might* want a "Playback Status" viewport or a "Hold is on viewport" as well (people have done stuff like show the album art only while paused, or show enhanced track info only while hold is on)
01:31:29linuxstbLlorean: I just don't like the way that it loses the flexibility of the existing conditional system (and uses a different syntax). But given that viewports work at a level above WPSs (basically splitting a WPS into lots of little ones), I can't see how to do it...
01:31:37LloreanBut I think the *main* one is Album Art
01:32:21jhMikeSNico_P: I'll check that one out for sure.
01:33:01webguest12Hi all! A couple things. I've been going through the manual for RockBox on an IPod video, and there's a lot of "this is discussed in detail in section??." With no number or link. Also, could Voicebox be upgraded to be able to generate .voice files?
01:33:06Nico_PjhMikeS: I changed all queue_enable_queue_send owners to NULL
01:33:22 Quit amiconn (Nick collision from services.)
01:33:29 Join amiconn [50] (n=jens@rockbox/developer/amiconn)
01:33:47linuxstbwebguest12: Which format manual (html or PDF) ?
01:34:01Lloreanlinuxstb: I don't think you're going to be able to preserve the flexibility. I think you're just going to have to say "While the existing conditionals work, only this one (or these few) can be used to toggle the existence of viewports"
01:34:21markunamiconn: I tried a few different bootloaders including the iriver ones and the .map .lds files matched
01:34:41*jhMikeS tries on H10
01:35:09webguest12linuxstb: The online html version.
01:35:51linuxstbwebguest12: Ah, it seems it's broken... It stops in chapter 5.
01:36:36n1slinuxstb: I broke it, bluebrother fixed it today so it should be fine tomorrow
01:36:40webguest12linuxstb: Yeah I also noticed thta, something like "the controls are:" or something
01:36:54n1swebguest12: try the pdf
01:39:08 Quit n1s ()
01:40:43jhMikeSH10 worked just fine
01:41:02 Quit gromit` (Read error: 110 (Connection timed out))
01:41:08Nico_Phow weird
01:41:25Nico_Pis there any target specific code in your commit?
01:41:29jhMikeScould there be some mutex or something getting initialized more than once?
01:41:59jhMikeSnone except the obligatory context and core stuff
01:43:51jhMikeSjust a few compatibility changes but those are shared on pp502x
01:45:45 Join Thundercloud_ [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
01:49:17 Join cool_walking_ [0] (n=notroot@203-59-129-195.perm.iinet.net.au)
01:55:00Nico_PjhMikeS: would you mind taking a quick look at http://pastebin.ca/960166 at one point? it's a very small patch and I think it doesn't introduce any behaviour change
01:55:15Nico_Pit makes things simpler IMO
01:56:22webguest12Would send this to the person asking me to try the pdf but he/she's gone. Trying to find a section, a lot of section titles in links in the table of contents are one word, like addingmusictoplaylists
01:58:37jhMikeSNico_P: shouldn't an improper status still be rejected in the Q_AUDIO_FILL_BUFFER case?
01:59:29Nico_PjhMikeS: at first I had written it that way but there is only one place left where a Q_AUDIO_FILL_BUFFER event it sent
01:59:59Nico_PI could probably even get rid of that event and just let the SYS_TIMEOUT do the job
02:00
02:00:07 Join shnee [0] (n=CurtyD13@cpe-75-187-62-136.columbus.res.rr.com)
02:00:59 Quit Thundercloud (Read error: 110 (Connection timed out))
02:01:25pixelmawebguest12: which pdf did you try (tried one here that looks correctly)?
02:01:29jhMikeSWould be more efficient to block the audio thread instead of time out all the time
02:02:09webguest12pixelma: The latest one for the IPod Video.
02:02:21Nico_PjhMikeS: block it?
02:03:30jhMikeSqueue_wait instead of queue_wait_w_tmo. staying blocked takes 0 computing cycles afterall.
02:03:42Nico_Pah, right
02:04:41Nico_Pwhat is default for btw?
02:05:54Nico_Palso, without the timeout, where would I put the code I added to the timeout case? after treating queue messages if there isn't another one waiting?
02:06:54pixelmawebguest12: weird - I can't see anything unusual here. Maybe you could try older ones from here http://download.rockbox.org/manual/ and compare
02:08:41webguest12pixelma: hmm, i'm using Adobe Reader 8, if it makes a difference.
02:08:47jhMikeSI guess default is just to log it
02:11:09jhMikeSI was just thinking queue_wait could be used when stopped. obviously the pcm buffer events have to be checked when playing.
02:11:51Nico_PjhMikeS: probably, yes. I'll leave that to another commit though
02:12:26 Quit csc` ("Powering Off")
02:13:55jhMikeSthere's definitely something rotten though if setting the queue owner to NULL caused problems.
02:15:18Nico_Pindeed...
02:15:27*jhMikeS tries e200 this time
02:16:11*Nico_P decides it's bed time
02:17:16jhMikeSnighty
02:17:27Nico_Pthanks :)
02:17:31 Quit Nico_P ("zzzz")
02:20:27pixelmawebguest12: I'm using the same version, so I'm out of ideas (and should get some sleep too).
02:22:59webguest12pixelma: ah ok. Also if this is ok, what is the combo box on this page for? it has querey, kick and whice or something
02:24:16 Quit phinze ()
02:26:03 Quit Massa ("ChatZilla 0.9.81 [Firefox 2.0.0.13/2008031114]")
02:26:33 Join corevette [0] (n=corevett@adsl-75-18-212-2.dsl.pltn13.sbcglobal.net)
02:28:56pixelmathis is to either start a query (personal chat), kick is probably disabled for you and I guess the third is "whois" which you can use to get some info about a certain nick. Chose the wanted action from the dropdown and then doubleclick the nick in the list below (if I remember correctly). But now I'm really off.
02:29:14 Part pixelma
02:32:07 Join toffe82 [0] (n=chatzill@adsl-71-154-233-26.dsl.frs2ca.sbcglobal.net)
02:35:42 Quit erik006 (Read error: 104 (Connection reset by peer))
02:38:25 Quit cool_walking_ (Remote closed the connection)
02:39:13 Quit J (Read error: 110 (Connection timed out))
02:45:26 Join cool_walking_ [0] (n=notroot@203-59-129-195.perm.iinet.net.au)
02:47:24 Join JdGordon_ [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au)
02:54:31 Quit webguest12 ("CGI:IRC (Ping timeout)")
03:00
03:02:49***Saving seen data "./dancer.seen"
03:03:48 Quit JdGordon (Read error: 110 (Connection timed out))
03:05:46 Quit Chronon ("Client exited")
03:07:19 Quit leox (Read error: 104 (Connection reset by peer))
03:13:52 Join Shaid3 [0] (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au)
03:24:18 Join CaptainKewl [0] (i=jds@207-237-172-5.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
03:25:38 Join leox [0] (n=leox@165-162-114-200.fibertel.com.ar)
03:32:55 Quit Shaid (Read error: 110 (Connection timed out))
03:32:56 Nick Shaid3 is now known as Shaid (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au)
03:37:11 Join webguest76 [0] (n=46bbd5ba@gateway/web/cgi-irc/labb.contactor.se/x-b66d63f6886361d7)
03:37:16 Join sarixe [0] (n=sarixe@ool-435403e9.dyn.optonline.net)
03:37:16 Join RomDump [0] (i=romdump@faeroes.freeshell.ORG)
03:37:25webguest76hi
03:37:34webguest76ok
03:37:38webguest76pl
03:37:57webguest76i have e200
03:38:04webguest76need help???????????
03:38:20 Quit sarixe (Client Quit)
03:40:47scorchewebguest76: dont do that...please have a look at the guidelines linked to in the topic
03:43:08 Quit webguest76 ("CGI:IRC (Ping timeout)")
03:45:22 Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279529752.dsl.bell.ca)
03:47:23 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
03:49:05 Part RomDump
03:56:12 Quit Nevtus (Remote closed the connection)
04:00
04:01:28 Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus)
04:02:51 Quit Thundercloud_ (Read error: 110 (Connection timed out))
04:04:17 Join miepchen^schlaf [0] (n=miepchen@p54BF4416.dip.t-dialin.net)
04:04:36 Join Insectoid [0] (n=q@adsl-072-148-075-054.sip.gnv.bellsouth.net)
04:07:29 Join bd_ [0] (n=foo@satoko.is.fushizen.net)
04:11:22 Join jenky [0] (i=adam@snorkel.rtfm.net.au)
04:14:30 Quit argumentD (Read error: 113 (No route to host))
04:14:35 Quit midgey ()
04:17:10 Quit ctaylorr (Read error: 110 (Connection timed out))
04:17:58jenkycan anyone recommend a decent pmp which works with rockbox well and is currently being sold? not real keen on bidding for an old gigabeat on ebay for $150+!
04:18:27Llorean$150 is kinda on the cheap end of the scale for actual media-player designed devices...
04:18:59LloreanBut you can see the full list of supported devices on the front page of the Rockbox site. None of them were designed as "media" players. Just music players, or in a few rare cases, Music players + some video features
04:19:16bd_Hmm, approximately where in the source are the titles for songs in the database browser assembled (ie, track number etc tacked on)? I'm trying to fix the sort order of multi-disc albums where there are >9 discs, as currently it seems to be going by asciibetical ordering...
04:19:39 Quit miepchen^schlaf_ (Connection timed out)
04:19:47bd_I tried changing the obvious sprintfs in gui/gwps-common.c and screens.c to %02d but that didn't seem to have any effect
04:20:21 Quit Thundercloud (Remote closed the connection)
04:20:32bd_(the files in question are ogg vorbis, if it matters)
04:24:13jenkyok sorry.. i am after a music player
04:24:34jenky$150 would be cheap for a new one agreed, but not for one thats a few years old
04:24:59Lloreanjenky: You asked for ones "currently being sold" though... which is basically "new ones"
04:25:26Lloreanjenky: But as i said, the list of supported players is on the front page of the site, and there's a page in the wiki called BuyersGuide with a little more info.
04:25:56jenkyi saw it
04:26:00BHSPitMonkeyjenky, check out the site some more, and probably move this conversation to #rockbox-community
04:26:14jenkyok i'll ask there
04:26:40jenkyone thing about that buyers guide; it shouldnt recommend things like the sandisk players as 'supported', when its only v1.0 that are supported
04:27:10kugelwhich player who has a remote can be compiled with arm-elf-gcc?
04:27:21kugel(sim)
04:27:28Lloreankugel: The sims are never compiled with arm-elf-gcc
04:27:38kugeloh, yea
04:27:40Lloreanjenky: The buyers guide calls them V1...
04:27:45*kugel slaps himself
04:29:15kugelso, which targets have remotes? :) I need it for the customlist patch btw
04:29:27Lloreankugel: You mean "which have LCD remotes"
04:29:38kugelsure
04:29:50LloreanWhich would be, as far as I know, the iRiver H100 and H300 series, and the iAudio Xs and Ms
04:29:53kugelare there any other types of remotes supported?
04:29:56LloreanYes.
04:29:59 Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu)
04:30:09kugelOh, didn't know
04:30:13LloreanThere are non-LCD remotes for some players.
04:30:25kugelSorry, I have absolutely no idea of remotes and stuff.
04:32:18 Part jenky
04:52:00 Join kushal_12_27_200 [0] (n=kushal@12.169.180.134)
04:54:47 Quit Insectoid ()
04:56:49 Join kushal [0] (n=kushal@12.169.180.134)
04:57:03kugelhmm, my patch doesn't work with remotes :(
04:57:09 Quit kushal (Read error: 104 (Connection reset by peer))
04:57:55 Join fakewun [0] (n=45f984b1@gateway/web/cgi-irc/labb.contactor.se/x-a9cbaa158d9bd813)
04:59:01 Quit kushal_12_27_200 (Read error: 104 (Connection reset by peer))
04:59:01 Quit fakewun (Client Quit)
05:00
05:02:51***Saving seen data "./dancer.seen"
05:23:54 Join quitte_ [0] (n=quitte@stgt-d9bebc56.pool.mediaWays.net)
05:25:30 Join csc` [0] (n=csc@archlinux/user/csc)
05:27:08 Quit Horscht (Read error: 113 (No route to host))
05:37:30 Join Lopli1 [0] (n=Nathan_S@wtfrwibas01-pool2-a113.wtfrwi.tds.net)
05:38:25 Quit quitte (Read error: 110 (Connection timed out))
05:40:03 Join Llorea1 [0] (n=DarkkOne@ppp-70-243-34-31.dsl.hstntx.swbell.net)
05:40:10 Quit Llorean (Nick collision from services.)
05:40:12 Nick Llorea1 is now known as Llorean (n=DarkkOne@ppp-70-243-34-31.dsl.hstntx.swbell.net)
05:40:33Lopli1Are there hooks in rockbox that can be used by plugins so that the main sourcecode doesn't have to be edited?
05:40:45 Nick Lopli1 is now known as Loplin (n=Nathan_S@wtfrwibas01-pool2-a113.wtfrwi.tds.net)
05:43:48 Quit Shaid (Read error: 104 (Connection reset by peer))
05:43:49scorche|shthe plugin API?
05:44:21 Quit kugel ("ChatZilla 0.9.81 [Firefox 2.0.0.13/2008032514]")
05:48:58LoplinI didn't see any documentation on the DocsIndex page about a plugin API... is this in plugin.h?
05:53:10 Quit XavierGr (Read error: 110 (Connection timed out))
06:00
06:07:32 Join sarixe [0] (n=sarixe@ool-435403e9.dyn.optonline.net)
06:09:14 Quit BigBambi (Remote closed the connection)
06:09:39 Join BigBambi [0] (n=Alex@rockbox/staff/BigBambi)
06:14:43 Part toffe82
06:15:53 Quit jhMikeS (Nick collision from services.)
06:15:59 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
06:28:43 Quit sarixe ("(EE) Failed to load "quit" module")
06:29:42 Quit lostlogic ("leaving")
06:32:08 Join lostlogic [50] (n=lostlogi@rockbox/developer/lostlogic)
06:35:26 Quit ColinT (Remote closed the connection)
06:35:36 Join ColinT [0] (n=realizat@69-11-97-130.regn.static.sasknet.sk.ca)
06:44:16 Quit Hodapp_ (Read error: 110 (Connection timed out))
06:47:04 Quit jhMikeS (Nick collision from services.)
06:47:10 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
06:59:12 Join bulltrout [0] (n=45d27fee@gateway/web/cgi-irc/labb.contactor.se/x-fc2b0bf3cf49efd2)
07:00
07:02:54***Saving seen data "./dancer.seen"
07:03:06 Quit bulltrout (Client Quit)
07:05:36 Quit rvvs89 (Read error: 110 (Connection timed out))
07:13:40 Join Insectoid [0] (n=q@adsl-072-148-075-054.sip.gnv.bellsouth.net)
07:13:49InsectoidNo more prebuilt voice files?
07:40:30 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
07:43:47 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
07:43:48 Join argumentD [0] (n=argument@cpe-76-173-115-95.socal.res.rr.com)
07:46:33 Join OlivierBorowski [0] (n=OlivierB@ANancy-157-1-10-109.w86-204.abo.wanadoo.fr)
07:51:24 Join rvvs89 [0] (n=rvvs89@bright-snat.ucc.asn.au)
08:00
08:09:51amiconnHrrmmm, saratoga's build server is missing the multilib patch for arm-elf-gcc
08:12:00 Quit miepchen^schlaf ()
08:14:09 Quit Hadaka (Read error: 145 (Connection timed out))
08:19:32 Join Ranjith [0] (i=mobin@116.68.120.39)
08:20:21Ranjithhi everyone
08:21:09InsectoidRanjith: Hello.
08:21:17 Join joey1 [0] (n=cbdc7c4c@gateway/web/cgi-irc/labb.contactor.se/x-8e40547e6936b104)
08:22:33 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul)
08:23:48 Quit Insectoid ()
08:25:01joey1Hi, I am using VMware to compile a build following the steps on the wiki page and have now made the zip, just wandering where i can find the zip on my computer. I cant seem to find it
08:26:33 Join Rob2222 [0] (n=Miranda@p4FDCE508.dip.t-dialin.net)
08:27:42cool_walking_it should be in the folder you ran "make zip" from.
08:27:53 Quit BigBambi (Remote closed the connection)
08:28:03RanjithI am intersted in bringing realaudio support in rockbox, and I have discussed the matter with linuxstb and as per his suggestion i had gone through the source code of rockbox . I want some clarifications over whether its enough to convert the floating poing outputs generated by the existing decoders to fixedpoint or is it needed to change the existing decoders to produce fixedpoint output?
08:28:10 Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater)
08:28:47joey1cool_walking_: the problem is a can find that folder either
08:29:09cool_walking_you don't know where you are? type "pwd".
08:29:26 Join GodEater_ [0] (i=c2cbc962@rockbox/staff/GodEater)
08:29:52scorchejoey1: if you are in vmware, you need to transfer the zip off it and onto your regular filesystem through samba
08:29:54Lloreancool_walking_: VMWare, so he's gotta browse to it via the network share.
08:29:59 Quit GodEater (Nick collision from services.)
08:29:59*scorche wins
08:30:04 Nick GodEater_ is now known as GodEater (i=c2cbc962@rockbox/staff/GodEater)
08:30:54LloreanRanjith: It's not simply a matter of output. The processors do floating point math very slow, so most or all operations need to be converted to fixed point.
08:31:04joey1ok so any ideas on how to do that?
08:31:23scorchejoey1: it should talk about that in the wiki page
08:32:53joey1oh i understand now thankyou
08:35:25A-4what is the best way to implement a 25 microsecond wait?
08:39:22 Join spiorf [0] (n=spiorf@host140-214-dynamic.20-79-r.retail.telecomitalia.it)
08:42:18 Quit Ranjith (Remote closed the connection)
08:43:19 Quit ompaul (Client Quit)
08:44:59 Quit Rob2223 (Read error: 110 (Connection timed out))
08:50:55 Join disorganizer [0] (n=c2785409@gateway/web/cgi-irc/labb.contactor.se/x-375886f607a8cbcd)
08:57:31 Quit cool_walking_ (Remote closed the connection)
08:57:48 Join ender` [0] (i=krneki@84-255-206-8.static.t-2.net)
09:00
09:00:40 Join LinusN [0] (n=linus@gateway/web/cgi-irc/labb.contactor.se/x-5d5bad67f4ab2ea3)
09:02:57***Saving seen data "./dancer.seen"
09:06:16 Join petur2 [0] (n=petur@ip-212-239-214-166.dsl-static.scarlet.be)
09:08:30 Nick petur2 is now known as petur (n=petur@ip-212-239-214-166.dsl-static.scarlet.be)
09:09:34 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com)
09:11:45 Join cool_walking_ [0] (n=anthony@203.161.101.209.static.amnet.net.au)
09:14:02 Quit davina (Remote closed the connection)
09:15:24 Part Llorean
09:19:23 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com)
09:22:01 Quit joey1 ("CGI:IRC (EOF)")
09:30:50 Quit perrikwp (Remote closed the connection)
09:30:50 Quit GodEater (Remote