--- Log for 17.04.107 Server: kornbluth.freenode.net Channel: #rockbox --- Nick: logbot- Version: Dancer V4.16 Started: 5 days and 22 hours ago 00.01.47 Quit Xerion (Read error: 110 (Connection timed out)) 00.05.16 Quit midkay ("Leaving") 00.05.39 Quit jgarvey ("Leaving") 00.12.56 # are there objections about http://www.rockbox.org/tracker/task/7033 (custom line height in the WPS) ? 00.13.35 # I'm really wondering if that is necessary 00.14.11 # it will mostly only solve a user problem (and I doubt it will get used much) 00.14.26 # I bet this will become superfluent once there are viewports 00.14.43 # pixelma: I don't think so 00.14.49 Quit Siltaar (Remote closed the connection) 00.15.06 # with viewports you could put every line in a separate viewport 00.15.09 # what would you use it for then? 00.15.18 # which would have the desired effect 00.15.28 # bluebrother: I see it as a good way to avoid things like http://forums.rockbox.org/index.php?topic=9946.msg76230#new 00.15.32 # exactly 00.15.49 # bluebrother: IMHO one viewport per line is overkill 00.15.56 # IMO we should rather thing about a packaged themes format so the needed fonts come bundled 00.15.58 # Hmm, petur is gone :\ 00.16.21 # instead of fixing a symptom 00.16.28 # what? but that tag would have to do the same (define a height for each line) 00.16.42 # bluebrother: and it would also fix dancepuffduo 00.16.51 # Anyone wants to test the win32 sim unicode patch? 00.16.52 # pixelma: it's one tag in the WPS 00.16.53 # Nico_P, it might be overkill, but people will do it ;-) 00.17.08 # dancepuffduo should get fixed properly 00.17.19 # pixelma: it defines the height no just for one line, but for the entire WPS 00.17.24 # Nico_P: the correct fix for DancePuffDuo is a nimbus-13 00.17.32 # i.e. by adjusting a font to it or adjusting dancepuffduo to a different font 00.17.56 # that task seems like fixing a symptom instead of a problem to me 00.18.09 # I started that - but it's only nimbus-12 with an extra blank line 00.18.29 # (I'm not sure if it's worth committing) 00.20.03 Join Llorean [0] (n=Llorean@rockbox/administrator/Llorean) 00.20.08 # bluebrother, pixelma: it shouldn't add a lot to the binsize... it's quite a trivial patch 00.20.36 # and I remember ot being requested at least once in the forums 00.20.37 # yes, but it adds complexity one way or another 00.20.42 # bluebrother: not much 00.20.51 # it's just one optional tag 00.20.52 # scrolling margins has been requested much more often ... 00.21.16 # %lh helps with viewports too. 00.21.26 # bluebrother: agreed but that's a much more complex patch, that is perfectly adressed by viewports 00.21.28 # and adding to the bin size still adds to the bin size ... 00.21.28 # It makes the vertical alignment no longer dependent on font size. 00.21.52 # you can do vertical alignment completely with viewports 00.22.00 # With viewports to accomplish the same thing you'd need a viewport for every line in the WPS 00.22.01 # and I bet most theme designers will use that 00.22.16 # I'm not sure what amiconn has in mind how to handle this... 00.22.48 # most of these fancy themes don't have much text lines either. 00.22.54 # I think a single wps tag, especially one that is a very minimal modification to the code, is preferable to 30 viewports just to accomplish the same effect. 00.22.55 # Much more conditional images 00.23.10 # bluebrother: if they have a simpler way of doing it, they won't use one viewport per line 00.23.26 # I don't think so. 00.23.54 # if you have a tag that creates a viewport and positions absolutely, they will use it because they need to use it anyway 00.24.05 # instead of looking up another tag. 00.24.25 # bluebrother: But what if I want my WPS to have a viewport for "Artist: Album: Track" (3 lines), spaced a certain way, but don't want to care what font they use? 00.24.43 # I could do 3 viewports, or I could do one since the %lh tag exists. 00.24.50 # Anyway, here's the patch: http://amiconn.dyndns.org/win32unicode.diff 00.25.05 # you will still get problems with the font size 00.25.17 # Nico_P: also a minor thing %lh is already used... 00.25.18 # if the font is too big it will crop at the bottom 00.25.26 # regardless of any height tag. 00.25.26 # it's the virtual led tag 00.25.42 # bluebrother: Yes, but it'll be clearer the font is too big to the user, rather than looking like an alignment/rendering problem 00.25.51 # pixelma: oops... then I might need to change that 00.26.04 # I don't think that would make anything clearer 00.26.20 # I didn't try to build on linux with that patch applied, but I don't expect problems 00.26.20 # Nico_P: You should aim for pixel placement -- sort of like viewports... for all text, etc in the WPS 00.26.20 # especially if you set a font bigger than the selected height. Then the lines will overlap 00.26.32 # bluebrother: How many times do people think that bad WPS rendering is a bug because the fields don't align with the boxes used in the backdrop? 00.26.47 # elinenbe: that's too complex and not wanted currently 00.26.52 # the whole "lines" thing is getting a little bit out of control. 00.27.06 # yes, but the proper fix to this user problem is to create a theme format that contains everything needed 00.27.11 # bluebrother: Assuming use of the %al/r/c tag, a too large font would cause them to overlap the background fields but clearly be too long, and cropped at the bottom, I think that's a less subtle hint than them being in a completely different screen position as they are now. 00.27.17 # instead of the multiple-files approach 00.27.39 # What does the multiple-files approach have to do with line-based text positioning? 00.27.39 # bluebrother: I agree on the contained themes, but that's really unrelated 00.27.42 # you really think the average user will understand that? 00.28.00 Quit joa ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )") 00.28.05 # bluebrother: I think *more* users will, since most users don't think of "Font size" as the same thing as "Text positioning" 00.28.14 # bluebrother, pixelma: the patch currently adds ~200 bytes to the gigabeat binsize 00.28.16 # I think contained themes are pretty much related: once we have contained theme files the "wrong font" issue won't appear anymore 00.28.17 # So if the text is positioned in the same place, but too big, that's clearer than if it's in the wrong place. 00.28.31 # bluebrother: You suggest including a copy of the font for every theme that uses it then? 00.28.36 # yes. 00.28.48 # I don't see that as a very positive solution 00.29.03 # that's much easier to the average user, and there is one thing we have plenty of on the player: disk space 00.29.16 # bluebrother: agreed... fonts are so small anyway 00.29.24 # bluebrother: with the tag, WPS creators will stop designing themes around a font, but only around a max line height... that'll give much more flexibility to users in their font choice 00.29.27 # bluebrother: Some of our players are 2gb, or 1gb 00.29.35 # On those, a 500k-1mb font is not insignificant. 00.29.38 # a theme should be entirely contained 00.29.42 # you could also create a theme file excluding fonts and use the default fonts folder as fallback 00.29.51 # that also has its problems - if a few wps use the same font you'll end up with unneeded copies 00.29.54 # elinenbe: Fonts are small?? Check the size of e.g. unifont.fnt ... 00.30.03 # bluebrother: And then the same thing happens, a theme that doesn't have a font present in the default, and the author didn't want to duplicate it. 00.30.25 # bluebrother: As soon as you allow the user to opt-out of including the font, you reintroduce the possibility of the problem, meaning it's not "solved". Users can already include the font in their theme zip, and don't. 00.30.28 # the themes could also be distributed in a format that gets installed by a plugin 00.30.44 # I already created a plugin to do so, but it doesn't seem there was much interest. 00.30.50 # amiconn: what do you think about line height in relation to viewports ? would viewports make it unnecessary ? 00.30.52 # Llorean: The Ondio has just 128MB of built-in storage, and that's where /.rockbox and hence themes reside 00.31.19 # Llorean, a theme file can always be broken by some missing files 00.31.24 # amiconn: Ah, yes, I *knew* there was something smaller, but my brain isn't quite moving yet (if it ever is, I seem to overlook the Ondio often, but I intend to try to get one) 00.31.43 # bluebrother: Yes, but the line height patch means it can't be broken as easily. 00.31.54 # I tend to disagree :) 00.32.03 # I would still say that disk space is a rather large resource on our targets, but wasting it isn't good 00.32.05 # unifont is the largest at 1.4MB but for the most part they are much, much smaller. 00.32.05 # there are enough other places to break a theme 00.32.10 # bluebrother: But you're wrong, the evidence is there. 00.32.25 # you can fit every font into the space of less than one song. 00.32.27 # evidence for what exactly? 00.32.39 # bluebrother: If even one less theme is broken by missing fonts, then my statement is true: They can still be broken, but not as easily, because leaving off fonts is the most common install mistake that still allows rockbox to run. 00.32.46 # themes are always broken by missing fonts. 00.32.58 # elinenbe: Not with the line-height patch. 00.32.58 # then create a format that installs itself on the player 00.32.59 # and on the WPS page, it requires you to upload the font with the WPS. 00.33.02 # Why is that? 00.33.06 Quit funky ("leaving") 00.33.11 # and include the font in that theme package. 00.33.18 # Make sure to give the font you use (or include a theme file) to view your WPS with. Otherwise it won't look right to anyone else. 00.33.21 # Btw, collecting the ton of small files (read: wps bitmaps) belonging to a theme nowadays into one file will save significant amounts of disk space 00.33.30 # elinenbe: Because any theme that uses %al/c/r for positioning (not spaces) will work with any font smaller or equal than its current one with the line height. Currently it has to be equal only 00.33.48 # Even a 1-byte file occupies a whole cluster on a fat(32) volume, and a cluster can be as large as 32KB 00.33.48 # yes... if a centered font is what you are looking for? 00.33.52 # the installation problem caused of fonts is more related because we ship themes with the builds but fonts separately 00.33.55 # let's say you want something bottom justified? 00.33.55 Part Lars_G ("Leaving") 00.34.10 # But fonts are definitely not suitable to be put into a theme file 00.34.12 # there shouldn't be themes in the builds but a separate extras package that includes fonts and themes IMO 00.34.32 # amiconn: fonts are part of the theme though? Themes on Windows include fonts... same with kde if you want. 00.34.42 # elinenbe: I didn't say it would necessarily look the same, just that it won't be "broken", as in, it can still functionally be used. 00.35.03 # still, if you have some format that installs itself duplicates won't be a prlblem 00.35.11 Join alberink [0] (n=alberink@cc516682-b.ensch1.ov.home.nl) 00.35.23 # eh... I think a theme/wps should be designed for a certain font. Who is really using different fonts then what is supposed to be used/what comes with it? 00.35.24 # as replacing a font by the same font unsurprisingly doesn't make a difference. 00.35.44 # Yes, but having several themes which use the same font would mean the font is stored multiple times on disk - and fonts can be rather large files 00.35.56 # amiconn: only in a couple cases. 00.35.58 # Llorean, users will still consider it broken (because it's different than the screenshots) and whine about it. 00.36.00 # elinenbe: I have several themes I'd like to use with different fonts (smaller) so that I get more in the menus, and the line height patch keeps the WPS from breaking (specifically progress bar position, etc) 00.36.07 # Besides, the font file is accessed dynamically, so not easy to stuff into another file 00.36.25 # bluebrother: I still think "The font looks different" is a much more intuitive problem than "the words are under the album art" 00.36.34 # amiconn, then what's the problem with creating theme installation packages? 00.37.00 # Llorean, the current situation at least shows clearly there's something wrong 00.37.03 # elinenbe: I also have several themes that I *do* use with other fonts, because they're text-only (no images) 00.37.16 # look at the WPSs on the WPS page... most (all?) come with fonts -- we are looking at 50k... 150k for the most part. That's not a big deal. 00.37.21 # we had a bug report in the tracker once from a user with zezayer and rockbox_default.fnt 00.37.30 # bluebrother: I think if the user can make the connection to "fonts" they're more likely to investigate the right area without filing a bug report first, though 00.37.59 # he claimed the Rockbox logo in the lower right edge to be too big 00.37.59 # elinenbe: Most come with fonts? On which WPS page? 00.37.59 # the theme itself works fine with the default font ... 00.38.19 # I don't believe an average user will make the connection to the font 00.38.27 # the mistic river forums and our forums are also filled with "why doesn't my WPS look like that?" type questions. 00.38.37 # rather display a splash when the required font isn't found while loading a theme 00.38.41 # I agree with bluebrother. 00.39.12 # bluebrother: That still doesn't cover the *added* functionality of the line-height patch. 00.39.13 # I don't think anyone minds the extra hard drive space... if it ends up "just working" 00.39.15 # but adding some strange workaround will only create new side effects, and users will be somewhat "surprised" by them and not understand. 00.39.20 # elinenbe: Yes, we do. 00.39.26 # elinenbe: Or at least I do, and I'm someone. 00.39.29 # do we need that functionality? Do we even want it? 00.39.32 # bluebrother: I do. 00.39.55 # ok, but how about the others? I don't consider this functionality useful 00.39.55 # bluebrother: I have several themes (one per player) all of which would benefit from allowing me to choose a smaller font, and would not break positioning because of it. 00.40.15 # Something is wrong with the icons stuff 00.40.25 # Viewer icons don't work right on H1x0 00.40.26 # bluebrother: I don't consider this a workaround... actually I wonder why it wasn't there frome the start 00.40.40 # there are no viewer icons for greyscale yet 00.40.46 # bluebrother: If you have line-based positioning, you should absolutely be able to define line-height instead of leaving it dependent. 00.40.55 # and I don't think JdGordon made it fall back to the mono bitmaps 00.41.08 # midi files should have a single note icon, but on the main lcd they have no icon at all and on the remote they have a question mark ??!! 00.41.40 # I still disagree. 00.41.41 # Llorean: I am talking about the "average" user, and you can seriously say you care about 50kb? 100kb? 00.41.46 Join midkay [0] (n=midkay@rockbox/developer/midkay) 00.42.04 # with like a line based curses interface you can't set the spacing as well 00.42.28 # elinenbe: No, the caring starts at 500kb wasted or more. 00.42.45 # elinenbe: But fonts do pass that mark, especially the useful ones (more unicode) 00.42.58 # elinenbe: I do, at least for the installation packages, on Ondio 00.43.01 # then consider on-device theme installation packages ;-) 00.43.31 Quit midgey () 00.43.39 # amiconn, caring for theme size too? Or only binary size? 00.43.49 # And that's not because of the file size of, say, 500KB, but due to the slow writing. It takes quite some time to unzip a build to the Ondio (note: I'm not talking about fullzips!) 00.44.27 # I proposed removing the themes from current build zips on the ml recently ... 00.44.32 # Nico_P: How much more would it add to make the line-height tag also allow specification of centered, top, or bottom? 00.44.40 Join alienbiker99 [0] (n=alienbik@ool-44c126d4.dyn.optonline.net) 00.45.05 # the disk in my h120 is kinda slow too, so not overwriting the themes on every update would be nice for me too (though I guess the ondio is slower ;-) 00.45.21 # Llorean: you do mean for all the lines ? not much 00.45.22 # h120 is blazingly fast compared to the Ondio 00.45.24 Join Xerion [0] (i=xerion@vhe-382201.sshn.net) 00.45.30 # Even when you use an USB1.1 port 00.45.37 # hehe. I knew that :) 00.45.49 Quit jhulst_ (Read error: 104 (Connection reset by peer)) 00.45.51 # hey does anybody have an extra working H120 motherboard that they would be willing to seel 00.45.59 # Nico_P: Yeah, for all lines. 00.46.15 # anyway, I'm planning to make a patch to do that change when I find time. Still waiting for comments on that mail 00.46.25 # Nico_P: That solves elinenbe's "what if you want bottom justified" question, and I think does make it a little nicer possibly. 00.46.27 Join wossi [0] (i=whopper@2001:5c0:84dc:1:2:0:0:0) 00.46.35 Part wossi 00.46.41 # Llorean: pretty easy... just one char more and in the code it would be quite trivial 00.46.49 # bluebrother: I haven't seen your email. Is it in the mailing list archive? 00.46.58 # Nico_P: I thought so. 00.47.17 # Llorean, yes: http://www.rockbox.org/mail/archive/rockbox-dev-archive-2007-04/0031.shtml 00.47.32 # I think instead of adding all the kludges, focus should be on viewports, or x,y positioning for anything on the WPS... 00.47.47 # Nico_P: Well, I'm strongly in favour of it, because I at least think it would be useful as a themeing tool (even ignoring whether or not it reduces confusion from missing fonts) 00.48.03 # elinenbe: I'm not working on viewports... time I spend on this won't be lost for them 00.48.13 # it would help for theming if it would only affect the current line imo. 00.48.27 # elinenbe: As well, the line height thing is still useful with viewports, as it reduces the number of viewports that will need to be defined. 00.48.34 # And I can almost guarantee more viewports == worse performance. 00.48.45 # bluebrother: it could quite easily 00.48.48 # I can't imagine it not being the case. 00.49.07 # bluebrother: Are you saying it's absolutely useless as is now? 00.49.36 # Or did you mean "it would help more for theming"? 00.49.54 # as far as I understood amiconn viewports shouldn't be slower than the current wps 00.50.06 # Llorean, I don't think it would help more for theming 00.50.33 # Llorean: No, I mean, do you think current-line only is the only way it could help 00.50.45 # I can see many uses, just in my own themes, for line height, so I can't imagine it not helping. 00.50.59 # I have a question... we already have x,y positioning for bmps -- how much effort is necessary for x,y positioning of text and fonts? 00.51.09 # elinenbe: Much more 00.51.17 # elinenbe: Also, you can't position a font. :-P 00.51.24 # I can imagine it helping more if it does affect only the current line instead of all lines 00.51.25 # Llorean: The number of viewports should have no influence on performance as long as the calling code doesn't redefine them continuously (which would drain power in the caller, btw. The lcd code still wouldn't care) 00.51.25 # elinenbe: The problem with absolute positioning is line scrolling. 00.51.48 # if it affects only one line it only cures a symptom, but not the issue itself 00.52.10 # bluebrother: it affects all lines ATM 00.52.16 # amiconn: I would expect the constant extra bounds checking to at least be an issue? 00.52.29 # bluebrother: Stop calling it a "cure" 00.52.34 # bluebrother: It offers new functionality as well. 00.52.35 Quit ender` (" I have the heart of a small boy. I keep it in a jar on my desk.") 00.52.45 # I still consider it a such. 00.52.46 # Llorean: Why? It checks bounds against the current viewport. 00.53.16 # I think the line height tag is unnecessary, as defining that for every line adds many tags to a wps 00.53.25 # amiconn: I guess I don't know. I apologize. 00.53.38 # amiconn: The current one is an absolute line height, it sets the height for the whole WPS. 00.53.59 # Viewports won't make line-based layout superfluous; the advantage of lined-based layout is that the caller doesn't have to care much about line hieght 00.54.02 # I think it makes vertical positioning much more flexible. 00.54.29 # amiconn: And I think being able to say "The line height for this WPS is 12px, no matter which font you use (even if it's only 8)" is something that is needed with line-based layout. 00.54.36 # If someone wants to place certain lines differently, he will be able to use a viewport. 00.54.59 # All it does is untie the line height of the WPS from the font-height, currently 00.55.17 # Why would you ever want to do that? 00.55.28 # and ties it to some arbitrary value (which might cause other problems) 00.55.30 # amiconn: So I can use smaller fonts in several of my WPSes? 00.55.43 Quit lee-qid ("aufwiederbyebientotsayonara") 00.56.03 # Making the line higher than the font wastes space, and making it smaller makes the text unreadable because of overlap 00.56.40 # amiconn: Making the line height the same as the set font means the WPS looks the same. But allows users to pick a smaller font if they like the layout of the WPS, don't want to have to design new graphics, and want more lines in the menu. 00.57.11 # amiconn: some people like light design 00.57.15 Quit Hammer89 (Read error: 54 (Connection reset by peer)) 00.57.43 # It makes WPSes less dependent on font 00.57.43 # Gah, the icon code can't work properly as it is :( 00.57.47 # which could be done with viewports 00.57.49 # It doesn't remove the dependency but it does lessen it. 00.58.07 Join Hammer89 [0] (n=soc_inte@host-24-149-166-187.patmedia.net) 00.58.21 # bluebrother: With viewports, EVERY WPS would have to make one viewport for every single line, for the same effect as this patch. 00.58.23 # I've tossed the idea in the ML... I have to go to bed now 00.58.52 # bluebrother: With this patch a user can add it to their WPS with one tag if they decide they want to add it to an existing WPS, rather than rewriting every single line to include a viewport definition 00.59.12 # Casting remote icons to fb_data is wrong for sure 00.59.31 # bluebrother: As far as I'm concerned, defining 20 viewports is the workaround. 01.00.11 # that's how I feel too... viewports can't be the answer to *everything* 01.00.39 # and this is a eally simple but useful feature 01.00.39 # Llorean: Just to clarify, viewport will allow to define variable sub-rectangles of the lcd. Rectangles. There won't be a z-order or something like that 01.00.48 Part toffe82 01.00.55 # Nico_P: did you already change the "name" of the new tag? Otherwise I won't be able to test as my wps uses the virtual led tag... 01.01.01 # I don't think ther will be themes with 20 lines anyway 01.01.14 # pixelma: I'll post a new patch 01.01.30 # That implies that the result of drawing into overlapping viewports will be undefined (well, it will be defined in that the last drawing operation wins) 01.01.34 # bluebrother: It doesn't affect only one line. 01.01.37 # maybe I'll test then 01.01.44 # bluebrother: Shoot, I was scrolled up, wrong response, sorry 01.02.15 Join krazykit [0] (n=kkit@donatello.huffman.denison.edu) 01.02.48 # I just was referring to mentioning a "workaround" using 20 viewports. I don't think a theme will use 20 lines anyway 01.03.09 # bluebrother: Even for 6 lines, it's less effort to add %lh 20 than to go through the WPS and adding a viewport definition for each and every line. 01.03.15 # doesnt that depend on the player, like the gigabeats have a long screen 01.03.21 # ideas for the new name of the tag ? 01.03.25 # alienbiker99: He means "Lines that contain visible text" 01.03.29 # oh ok 01.03.37 # most of these fancy themes use like 5 lines and use icons for the rest. And they will use absolute positioning with viewports anyway because it's completely independent of the font or some tag 01.03.53 Join andrewy [0] (n=irssi@user-387c6rm.cable.mindspring.com) 01.04.04 # ok, it's %ls for now 01.04.14 # bluebrother: You're making an assumption based on the majority of themes. 01.04.30 # bluebrother: The majority of themes don't use the replaygain tag, the "album artist" tag, and a host of others. 01.04.33 # yes. On what should I base my assumption otherwise? 01.04.47 # All themes. 01.04.50 # my iriver h320 won't power on unless it's plugged in when rockbox and the rockbox bootloader is installed. i've tried the 1.30eu, 1.28eu, and 1.28k firmware, but all have the same problem. anyone know how to fix this? 01.04.58 # viewports will have much more flexibility, so the themes will use that. 01.05.00 # bluebrother: You're generalizing and saying "because it's not overall useful, it's not useful at all" 01.05.13 # I have to go, gnight 01.05.16 Quit Nico_P (Remote closed the connection) 01.05.35 # bluebrother: Viewports have much more flexibility, but are not the best tool for the problem. They're just the most flexible one. 01.05.36 # no, I think the result can get differently without adding some new tag that also has some limitations 01.05.47 # bluebrother: There is a WPS buffer limit, yes? 01.05.56 # why are they not the best solution for the problem? 01.06.07 # Because you need MORE THAN ONE, to solve the problem 01.06.16 # The more you use, the less WPS size you have for anything else. 01.06.19 # this heavily depends on the theme 01.06.34 # bluebrother: Any theme that needs just ONE viewport, needs none. 01.06.37 # do we already strip comments in the wps file when reading? 01.06.48 # What does stripping comments have to do with it? 01.07.05 # it will be rendered as viewport anyway, so it doesn't make that much of a difference. 01.07.30 # My point is that if you have the problem, you either need a second viewport to solve it, or you need the %lh tag. 01.07.33 # it's just a question. Because if we don't we can still regain some buffer space 01.07.39 # If you need a third viewport, then the %lh tag becomes more efficient. 01.07.43 # bluebrother: We do strip comments. 01.07.55 # bluebrother: And people still run into the limit on how large the WPS can be. 01.07.56 # good. Questions solved. 01.08.21 # yeah, but on what players? Anything that is non-color non-huge-lcd? 01.08.44 # bluebrother: The buffers size allocated is based upon the screen size. 01.08.52 # Larger screens get more. 01.09.30 # speaking of image buffers or text buffer? 01.09.30 # My point is that you can either tell users "you have to waste space in your buffer on defining multiple viewports" or you can say "here, use this one tag that doest the exact same thing more efficiently" 01.09.34 # bluebrother: Text 01.09.36 Join Rincewind [0] (i=0OAcAavR@nat-wh-1.rz.uni-karlsruhe.de) 01.09.44 # Image buffer is really easy to use up 01.09.53 # I know. 01.10.02 # Partially because we don't expand it when we add new codecs. 01.10.12 # but I'm kinda used to other code ATM. 01.10.27 # I just think that you're assuming that since viewports is flexible enough to allow for a solution, that it's a good solution. 01.10.36 # Viewports is a good solution for absolute positioning. 01.10.39 # no. 01.10.51 # But for reducing the WPS dependence on font height, it's very well not. 01.11.06 # I don't think this is a good solution and I think it will be used rarely only, if it will be used at all. 01.11.40 # bluebrother: There are plenty of WPSes in our gallery already that could make use of it effectively 01.11.47 *** Saving seen data "./dancer.seen" 01.12.10 # I don't think we will get to a point with this discussion. 01.12.12 # how do you build the bootloader from svn? 01.12.29 # Whether the author chooses to is different, but plenty of WPSes _could_ benefit from it, and that's as good as you get with the replaygain tags. 01.12.29 # andrewy, like the build, just choose "bootloader" when configuring 01.12.46 # Llorean, plus, it's late here. Let's wait what the others say about this. 01.12.55 Quit alienbiker99 ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )") 01.12.57 Join safetydan [0] (i=cbca159f@rockbox/developer/safetydan) 01.12.57 # but I'm still not convinced. 01.13.00 # bluebrother: thanks 01.13.13 # it's always a tradeoff between flexibility and complexity. 01.13.26 Quit amigan ("Installing a zip drive. Yay!") 01.13.51 # and, as a professor said in some lecture I attended, "You need to die one death anyway" 01.14.17 # bluebrother: Viewports are not only for wps, by far 01.14.45 # bluebrother: Yes, it always is. 01.14.53 # I agree, we're probably going to stay disagreeing on this one. :) 01.15.04 # And it's odd, I'm the one arguing to add "fluff" :-P 01.15.11 Join perldiver [0] (n=say@cpe-72-225-231-80.nyc.res.rr.com) 01.15.14 Quit yoho (Connection timed out) 01.15.25 # that's indeed kinda odd ;-) 01.15.40 # But it's entirely self-serving fluff! 01.15.55 # bleh 01.16.01 # but I'm out for some sleep now. It's quite late and I need to do some Java programming tomorrow (man, do I hate this) 01.16.21 # Why does gcc not like my intended workaround for the screen bitmap functions? 01.16.43 Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) 01.17.16 Quit bluebrother ("back after some hours of sleep") 01.19.44 Quit Rincewind ("Cya") 01.22.32 Quit spiorf (Remote closed the connection) 01.26.09 Quit brun0_ (Remote closed the connection) 01.27.32 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon) 01.28.56 # hi JdGordon 01.29.10 # Why are there no viewer icons displayed on my H180? 01.29.24 # The main unit shows nothing, and the remote just shows question marks... 01.29.42 # have you got a viewers.bmp file in icons? 01.29.55 # you didnt fix screen_access.c last night :( 01.30.09 # I am about to; it's still nbight here 01.30.17 # 1:30 am 01.30.28 # I also cleaned up icon.c 01.30.41 # :) 01.30.45 # Using fb_data for the remote doesn't sound like the right way... 01.30.59 Quit pearldiver (Read error: 110 (Connection timed out)) 01.31.06 # Btw, is there a reason why the question mark should only be displayed on the remote? 01.31.26 # fb_remote_data is a different type than fb_data 01.32.08 # I am using void* now, this at least points out that these pointers are generic, and no assumptions should be made about the data format 01.32.13 # well.. its just a pointer really.. 01.33.00 # What about the question mark? 01.33.05 # the ? iss there because unless we introduce 2 .icons file (one for main and one for remote) its very possible that you load a main viewers.bmp but not remote so the icons are not available 01.33.14 # but showing no icon looks bad 01.33.16 # And why is get_icon_width() defined to return 6 for charcell? 01.33.44 # If needed at all, it should return 1, everything else is wrong 01.33.45 Join amigan [0] (i=dcp1990@unaffiliated/amigan) 01.34.26 # Why don't I have a viewers.bmp after installing the latest build (from a zip)? 01.34.58 # This is going to confuse users... 01.35.38 # you should ave viewers.bmp 01.35.48 # Then why isn't it used? 01.35.59 # and woops (get_icon_width()) 01.36.03 # it is used.. 01.36.14 # whats your viewers iconset: line in the cfg? 01.36.43 # none 01.37.41 # and you definatly have the bmp in icons/? 01.37.43 # JdGordon: I see no apps/plugins/bitmaps/viewer_defaults/viewers.6x8x2.bmp in your commit - maybe that's the problem with greyscale targets (?) 01.37.46 # this isnt charcell right? 01.38.04 # No, only remote_viewers.bmp 01.38.14 # But remote viewer icons don't work either 01.38.40 # bah, pixelma is crrect 01.38.52 # iirc Lear already pointed that out earlier 01.40.23 Join jhulst [0] (n=josh@adsl-69-208-79-209.dsl.klmzmi.ameritech.net) 01.40.24 Quit amigan (Read error: 104 (Connection reset by peer)) 01.40.27 # funny it worked in the M5-sim 01.41.31 # hmm... maybe I haven't looked close enough 01.43.34 Join amigan [0] (i=dcp1990@unaffiliated/amigan) 01.43.56 # gah 01.44.03 # seems to be working almost correctly now in the sim with the added bmp 01.44.12 # remote viewer icon is off tho 01.44.15 # * amiconn confused his recorder and H180, and unzipped th erecorder build to the H180 :( 01.44.26 # well done :D 01.44.46 # Too many usb ports problem ;{ 01.44.58 Quit roolku () 01.45.14 # well... wouldn't have happened that easily with the mini... :P 01.45.40 # although... I take that back 01.46.38 # what you need is a chep laptop with only 2 usb ports and which doesnt like usb hubs! 01.46.42 # then it doesnt happen 01.48.06 # viewer icons don't work on recorder either. All blank 01.48.14 # (but it doesn't crash anymore) 01.48.26 Part safetydan 01.48.52 # something wierd is happening with the remote viewer icons which wasnt hapening last night :( 01.48.56 # anyone use an iriver h320 with rockbox? 01.49.01 # viewers.bmp is there 01.49.18 # amiconn: and viewers.config is correct? 01.50.06 # Looks like it is 01.51.43 Join andrew___ [0] (n=andrew@stjhnf0124w-142162085050.pppoe-dynamic.nl.aliant.net) 01.55.28 # amiconn: sorry, i gotta get to uni now, ill have a look later today 01.56.06 # * amiconn just committed the crash fix & cleanup 01.57.27 # hey does anyone have any experience with the mp3 encoder chip (the micronas MAS3587F)? 02.02.11 # anyone there? 02.02.36 # job_: If someone had the information you wanted, they'd have answered. 02.03.07 # If they're around, that is 02.03.25 # job_: I know the mas a bit, but I won't be around for long now, as it's already 2 am 02.03.58 # JdGordon: Should the .bmp extension be part of the setting (i.e. in the .cfg) or not? 02.04.08 # yes 02.04.14 # full path 02.04.29 # Okay, so appending .bmp a second time can't be right... 02.04.36 # hehe no 02.04.43 Join hen3rz__ [0] (n=chatzill@203-206-31-219.dyn.iinet.net.au) 02.04.44 Nick hen3rz__ is now known as hen3rz (n=chatzill@203-206-31-219.dyn.iinet.net.au) 02.04.45 # amiconn: do you know if there is anything tricky with powering up the chip? 02.05.39 # amiconn: yellow :) 02.05.52 Join Soap2 [0] (n=Soap@65.23.15.14.nw.nuvox.net) 02.06.14 # Bah, sure 02.06.36 # I knew I would be trapped by -Wundef one day... 02.08.08 # JdGordon: Lear's change caused the non-working default icons, but I don't really get which places should store the path in what way atm 02.10.18 # ah ok. they are standard filename settings.. so only the name is stored, the path and extension are added when they need to be used 02.10.43 # if the setting[0] == - or \0 it should load the defaults.. 02.10.47 # * JdGordon gone 02.12.10 # * amiconn thinks that a target with no main lcd will be fun to get warning-free with -Wundef in place... :\ 02.15.43 # can anyone here help me figure out what I'm doing wrong with trying to install a custom icon set? 02.15.47 Join grndslm [0] (n=grndslm@host-69-59-127-198.nctv.com) 02.18.30 # anyone around who has a gigabeat X? 02.18.33 Quit jhMikeS (Read error: 104 (Connection reset by peer)) 02.20.58 Quit hen3rz_ (Read error: 110 (Connection timed out)) 02.21.06 Quit JdGordon ("Konversation terminated!") 02.21.40 Join rotator [0] (n=e@rockbox/developer/rotator) 02.23.19 Join jhMikeS [0] (n=jethead7@rockbox/developer/jhMikeS) 02.24.33 Quit Thundercloud (Remote closed the connection) 02.25.52 Join aliask [0] (n=chatzill@c210-49-190-113.eburwd8.vic.optusnet.com.au) 02.26.15 Join halsey [0] (n=chatzill@cpe-24-209-108-185.woh.res.rr.com) 02.26.41 # *bangs head on table* 02.26.47 Part andrewy 02.26.47 Join hen3rz__ [0] (n=chatzill@203-206-31-219.dyn.iinet.net.au) 02.27.21 # Haha, hammerhead... 02.27.27 # :) 02.27.44 # it's all these custom icons fault :P 02.28.23 # Hammer89: Have you tried looking at one of the completed sets and just modifying it? 02.28.49 # I tried using the "Tango Theme" from here http://www.rockbox.org/twiki/bin/view/Main/IconSets 02.29.17 # I put both .bmp files and the .icons file in a folder called "icons" in the .rockbox folder 02.29.43 Nick halsey is now known as thals1992 (n=chatzill@cpe-24-209-108-185.woh.res.rr.com) 02.29.45 # and I ran the .cfg file... but it didn't do a thing 02.30.04 # Tried restarting, sometimes that helps. 02.30.10 # tried it 02.30.14 Quit pabs ("brb") 02.30.23 # Hammer89: And what SVN revision are you running? 02.30.25 Quit thals1992 (Client Quit) 02.30.47 # the most recent... well... at least recent enough that it should have included the custom icons 02.31.20 # I suppose I could try installing *the* latest version.... 02.31.49 # Are your current icons the same color as your font, or black? 02.31.57 # Assuming non-black font 02.32.03 # my font is black 02.32.22 # Change its color real quick, to just dark gray, and see if the current icons change color. 02.32.24 # the current (default?) icons are also black 02.32.29 # okay 02.33.05 # kkurbjun: They can, or most of them would've been asking how to revert to an older build (most people don't know about the bootloader USB mode on Gigabeat, it's not automatic) 02.33.20 # kkurbjun: Or I'd guess they can, unless they're uninstalling Rockbox entirely each time 02.34.01 # Llorean: it didn't work 02.34.13 # Hammer89: What didn't work? 02.34.17 # You can't change the font color? 02.34.22 # oh... wait 02.34.29 # to see if the default icons change color? 02.34.37 # sorry 02.34.42 # misread what you wrote :) 02.34.55 # Llorean, I was wondering if they are using the bootloader feature that allows them to swap the fwimg01.dat file so they can boot with the old fw 02.35.11 # the font color and icon color changed 02.35.16 # kkurbjun: It's possible, I hadn't thought of that until right after I typed the line. 02.35.18 Quit hen3rz (Read error: 110 (Connection timed out)) 02.35.21 # Hammer89: You aren't using a build with custom icons. 02.35.26 # Hmmm 02.35.30 # odd... 02.35.35 # let me go update then 02.35.40 # Well, you did say you had to make an icons folder 02.35.43 # That was my first clue 02.35.48 # mmhmm... 02.35.59 # Seeing as it's included, 'n all. :-P 02.36.09 # It's generally a good idea to make sure you're SVN current before asking for help 02.36.12 # that could do it, I guess... ;) 02.36.31 # I figured it was... I uploaded a new one late-ish today 02.36.44 # Did you do the daily? 02.36.46 # Llorean, I can't seem to track anyone down who has a gigabeat X to actually discuss/test anything 02.36.51 # no... not the daily 02.36.53 # kkurbjun: Yeah, there aren't many of them. 02.36.59 # http://download.rockbox.org/daily/sansae200/rockbox-sansae200.zip 02.37.06 # errrr.... maybe it is? 02.37.07 # Hammer89: See the word "daily"? 02.37.08 # you don't happen to know who has one or when they might be available 02.37.14 # kkurbjun, i have a gigabeat f, which is mostly the same 02.37.25 # Hammer89: Use the one from the "Current Build" page, or you're always going to be out of date. 02.37.31 # krazykit: It's an X-only problem 02.37.35 # ah. 02.37.36 # kkurbjun: Toffe82 02.37.58 # markun: Know anyone else besides Toffe with an X? 02.38.04 # Llorean, yeah, he has a broken one, hopefully he'll have a fully working one at the end of the week 02.38.21 # wow... how dumb of me 02.39.59 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) 02.40.01 Quit linuxstb (Read error: 113 (No route to host)) 02.40.49 # it worked... thanks for the help :) 02.43.24 Join hen3rz___ [0] (n=chatzill@203-206-31-219.dyn.iinet.net.au) 02.43.26 Nick hen3rz___ is now known as hen3rz (n=chatzill@203-206-31-219.dyn.iinet.net.au) 02.44.27 Quit hen3rz__ (Success) 02.45.20 # Does rockbox support ID3 2.4 tags? 02.46.07 Join toffe82 [0] (n=chatzill@adsl-70-137-196-14.dsl.frs2ca.sbcglobal.net) 02.47.27 # aliask: Yes. 02.47.52 Join pabs [0] (n=pabs@xor.pablotron.org) 02.48.08 # Jolly good then :) 02.54.31 Part pixelma 02.54.55 Join Good_Apollo [0] (i=Good_Apo@ip70-189-98-240.ok.ok.cox.net) 02.55.08 # hello 02.55.38 # Booted up my ipod..didnt boot up as rockbox 02.56.10 # Good_Apollo: You're not telling us very much. First time install, after an apple update, or what? 02.58.48 Quit inversions (Read error: 113 (No route to host)) 03.02.15 Quit grndslm ("Leaving") 03.03.19 Quit jhMikeS (Nick collision from services.) 03.03.25 Join jhMikeS [0] (n=jethead7@rockbox/developer/jhMikeS) 03.08.33 Join webguest11 [0] (i=47cef2e1@gateway/web/cgi-irc/labb.contactor.se/x-7b06ac45aefbb5c2) 03.09.17 # heres the thing 03.09.38 # I restored my ipod to original settiings..cause im going to switch from database to file tree 03.09.50 # And i put Rockbox back onto the hard drive 03.09.50 Quit webguest11 (Client Quit) 03.09.55 # and it will not boot into rockbox 03.10.08 # i am sure im missing something..but not sure what 03.10.14 # When you restored the iPod, it deleted the bootloader, you'll need to reinstall it 03.10.24 # link for the bootloader? 03.10.38 # http://www.rockbox.org/manual.shtml 03.10.53 # thank you sir =] 03.10.57 # :) 03.11.51 *** Saving seen data "./dancer.seen" 03.12.07 # is the bootloader incuded in the .Zip? 03.12.13 # included* 03.12.49 # What I linked were the manuals. If you just want to quickly check it, select whichever ipod you have, and look under the "installation" section. It'll link you to the bootloader installer from there. 03.14.39 Join w0lfie [0] (n=samb@leibniz.catalyst.net.nz) 03.15.18 # heya 03.15.20 # okay..im there 03.15.23 # need the installer 03.15.53 # hey there w0lfie 03.16.04 # yo :) 03.17.18 # for the iaudio port, the power handling is listed at a status of 10%. can anyone elaborate any further on this? 03.17.54 Quit jaebird (Read error: 110 (Connection timed out)) 03.18.22 # does anyone run rockbox on an iaudio? 03.18.54 Join jaebird [0] (n=jae@69.41.89.53) 03.19.02 # Bootloader link? on the manual =] 03.19.23 # Good_Apollo: The link is in the manual... 03.19.33 # i dont see it 03.19.36 # amiconn: Either your change or JDGordon's change seems to have broken something with icons. 03.19.36 # * Good_Apollo is blind 03.20.06 # amiconn: All of my builtin filetypes (both m3u and audio files) seem to be using the "System" icon. 03.20.30 Quit nicktastic (Read error: 145 (Connection timed out)) 03.21.06 # * Good_Apollo punches self 03.21.13 # im stupid, dont see a link 03.21.54 # Are you looking int he "installing the boot loader" section? 03.22.40 # im looking at installing rockbox 03.22.45 # than it talks abut the bootloader 03.22.49 # about* 03.23.04 # Ahh found it 03.23.09 # Thanks! =D 03.23.17 # :P enjoy 03.23.21 # i will 03.23.25 # gotta get this File tree goin 03.23.28 # :) 03.23.46 # Database= too slow, gotta get away from the Devil we call "itunes" lol 03.24.06 # A wise choice in my opinion. 03.25.16 # now..lets see if she boots up 03.25.32 # yup =D 03.25.35 # themes now 03.26.24 # so no one runs the rockbox on an iaudio x5? 03.26.32 # come on...there must be someone ;) 03.26.38 # Jdgordon: Assuming you might see it in the logs: Icon #16, denoted as "Question Mark", is being used for the System menu on my player. As well, it's being used for all inbuilt file types (.mp3, .m3u, .flac) 03.28.11 # Oops, forgot "System" and "System Menu" are two different things. 03.28.47 # w0lfie: It's currently the middle of the night for most of europe, so quite a few people around here are asleep. 03.28.47 # w0lfie: What question did you have, beyond the one regarding the out of date IaudioPort page? 03.28.56 Join hen3rz___ [0] (n=chatzill@203-206-31-219.dyn.iinet.net.au) 03.33.02 # aliask: ahh right, that doesn't help huh :) 03.33.49 Quit XavierGr (Nick collision from services.) 03.33.52 Join XavierGr [0] (n=xavier@ppp140-1.adsl.forthnet.gr) 03.34.23 # Llorean: well, i just spotted on the iaudio port page that the power handling is at 10% and was wondering if that's still the case and if it's a big downside about using an iaudio? 03.34.49 # basically, i'm wanting to get an iaudio and just want to see what people think about it 03.37.37 Quit entheh ("^~") 03.37.57 # Rockbox works quite well on it. 03.38.14 # And battery life is on par to the original firmware, I believe. 03.41.29 # oh ok, that's good to know :) 03.44.24 Quit w0lfie ("leaving") 03.45.04 # one more question 03.45.24 # on rockbox..it totally kills my battery life, a friend said i need something enabled but i cant remember 03.45.28 # any ideas? 03.46.57 # Good_Apollo: On the iPod, battery life is pretty bad. See the IpodRuntime page for comparisons. 03.47.14 Quit hen3rz (Read error: 110 (Connection timed out)) 03.47.17 # it was fine before..life is 14 hrs 03.47.32 # And in Rockbox, it's bad. 03.47.41 # yeah 03.47.50 # As I said, on the iPod battery life is pretty bad. 03.47.52 Join n17ikh|Lappy [0] (n=n17ikh@c-76-23-114-46.hsd1.sc.comcast.net) 03.47.55 # This is #Rockbox, I'm referring to Rockbox. 03.48.08 # my friend san, said that something about the hard drive loading every song, something in disk settings 03.48.10 Quit sneakums (Read error: 110 (Connection timed out)) 03.48.27 # ill just ask him tomorrow 03.48.32 # hes got the ipod like mine 03.48.43 # he said after he enabled it, everything was peachy 03.49.03 # Look, if you don't believe me fine. 03.49.21 # We have thousands of users, and they all get somewhere between 1/2 and 2/3 of their normal battery life while running Rockbox. 03.49.54 Quit hen3rz___ (Read error: 113 (No route to host)) 03.49.54 # nah dude, i beleve you 03.49.54 # this just might make it a tiny bit better 03.50.14 # There are settings that can make it better (or worse), depending on how you use your player. 03.50.26 # kk 03.53.18 Join TrueJournals [0] (n=aimjourn@c-24-12-147-61.hsd1.il.comcast.net) 03.53.36 Quit jhulst () 03.57.42 Quit Good_Apollo () 03.59.39 Join jhulst [0] (n=jhulst@adsl-69-208-79-209.dsl.klmzmi.ameritech.net) 04.08.02 Join capo [0] (n=itguy@c-24-13-108-5.hsd1.il.comcast.net) 04.10.08 # off-topic, but someone might know: 04.10.44 # would it be a common ordeal to get a piece that condenses both channels on a headphone jack into mono? 04.10.56 # (some kind of pass-thru adapter) 04.12.17 Join sneakums [0] (i=sneakums@jenny.ondioline.org) 04.30.48 Part TrueJournals 04.31.20 # something like this? http://www.musician.com/product/Planet-Waves-3.5mm-Stereo-Female-3.5mm-Mono-Male-Adapter?sku=335222&src=GWNTWXX 04.39.09 Quit aliask ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/0000000000]") 04.41.04 Join webguest69 [0] (i=89a5f07d@gateway/web/cgi-irc/labb.contactor.se/x-7bdf15b2e939ac4b) 04.44.12 Join saratoga [0] (i=98039b62@gateway/web/cgi-irc/labb.contactor.se/x-26e6e5c7ef5d94df) 04.44.33 # Llorean: did you get a chance to run RMAA load tests on the Sansa? 04.48.15 # saratoga: Not yet, no, sorry. 04.49.23 # saratoga: I'd really like to wait until Rockbox's sound setup is stable anyway, it's still not good without patches. 04.55.55 # I thought results were the same now? 04.56.15 # will take a second look at what you posted 04.56.43 # saratoga: Rockbox without a patch is bad, Rockbox with a patch is similar to the Gigabeat. 04.58.35 # oh sorry, missed the "out" in "without patches" 04.59.06 # Ah 04.59.24 # Right now I couldn't get Rockbox to a suitable volume without clipping. 04.59.54 # makes sense 05.00.02 # i noticed Toni put up yet another sansa patch 05.00.42 # Yeah, kinda a combination patch, I wish he'd separate things more clearly 05.06.20 # its not clear to me what he means 05.06.29 # does this obviate the previous changes in the antiglitch patch 05.06.37 # or are they rolled into what this patch needs to apply 05.08.21 # That's the problem, I'm not sure. 05.08.29 # If it's to fix power consumption, it shouldn't include any of those 05.08.42 # And if there are new changes to the anti-glitch they should've been posted to it, separately 05.09.07 # I'll ask him 05.09.50 Quit capo () 05.10.37 # whats the issue on 6908 anyway? 05.10.55 # I was under the impression it fixed the issue 05.11.50 # I'm not sure, honestly 05.11.53 *** Saving seen data "./dancer.seen" 05.12.19 # i guess that its a little hackish 05.12.27 # disabling cache flushes 05.16.55 Part Hammer89 05.18.00 Quit saratoga ("CGI:IRC (EOF)") 05.19.28 Quit BiptoN ("Leaving") 05.26.44 Join Haarg [0] (n=haarg@24-196-82-121.dhcp.mdsn.wi.charter.com) 05.35.28 Quit webguest69 ("CGI:IRC (EOF)") 05.37.37 Join hen3rz___ [0] (n=chatzill@203-206-31-219.dyn.iinet.net.au) 05.37.39 Nick hen3rz___ is now known as hen3rz (n=chatzill@203-206-31-219.dyn.iinet.net.au) 05.40.31 Join xwaydoublecode [0] (i=505cf68e@gateway/web/cgi-irc/labb.contactor.se/x-99d1db4e98b85034) 05.42.00 Part Llorean 05.45.59 Quit xwaydoublecode ("CGI:IRC (Ping timeout)") 05.50.04 Join lukaswayne9 [0] (n=lukas@c-68-84-69-12.hsd1.nj.comcast.net) 05.52.55 Join aliask [0] (n=chatzill@c210-49-190-113.eburwd8.vic.optusnet.com.au) 05.54.26 Quit rotator () 05.58.10 Join derty [0] (n=none@cpe-065-185-206-124.carolina.res.rr.com) 05.58.34 # hello 05.59.50 Part bushblows 06.01.17 Quit lukaswayne9 ("Ex-Chat") 06.05.30 Quit derty (Read error: 104 (Connection reset by peer)) 06.35.23 Join Transience [0] (n=Transien@cpe-72-226-77-95.nycap.res.rr.com) 06.35.33 Part Transience 06.37.38 Join ptw419 [0] (i=ptw419@216-188-249-122.dyn.grandenetworks.net) 06.41.28 Quit juxtap (Read error: 110 (Connection timed out)) 06.49.15 Join Shaid [0] (i=shaid@203-214-84-70.dyn.iinet.net.au) 06.49.34 Join LordV [0] (i=cf2fcb70@gateway/web/cgi-irc/labb.contactor.se/x-a391a0daa27a63df) 06.49.41 # Hello 06.49.58 # is anyboy here? 06.50.16 Part LordV 06.52.25 Join johnnyoc3 [0] (n=chatzill@adsl-71-143-19-189.dsl.scrm01.pacbell.net) 06.57.07 Quit johnnyoc3 (Client Quit) 07.01.03 Join kubiix [0] (n=Miranda@mos-81-27-201-28.karneval.cz) 07.01.58 # no 07.02.50 Join daniel2023 [0] (i=d0b4e09e@gateway/web/cgi-irc/labb.contactor.se/x-3524d58f7cdf0b3d) 07.05.56 Join Good_Apollo [0] (i=Good_Apo@ip70-189-98-240.ok.ok.cox.net) 07.06.04 # Hey guys..quick question 07.06.11 # where to i extract my themes? 07.06.28 # =] 07.08.14 # In the themes directory? 07.08.29 # with a properly zipped them the root will do 07.08.33 # theme* 07.09.09 # i put them in there..nothing shows in the Browse themes 07.09.09 # hey aliask, great set of icons :P 07.09.10 # using them since day one 07.10.16 # Cheers. Gotta say I love em too :) 07.10.33 # so .rockbox/themes ? 07.10.37 # Good_Apollo 07.10.47 # inside .rockbox there should be 3 folders 07.10.53 # backdrops 07.10.54 # themes 07.10.55 # wps 07.11.07 # ok 07.11.07 Quit daniel2023 ("CGI:IRC (EOF)") 07.11.13 # when you download a theme, a proper zipped one keeps the structure 07.11.19 # if not, you have to do it manually 07.11.25 # okay 07.11.27 # thnx 07.11.46 # aliask, you wouldnt happen to live in the UK would you? 07.11.57 *** Saving seen data "./dancer.seen" 07.12.05 # Melbourne, Australia actually. 07.12.09 # ahh 07.12.23 # you seem like someone i know from the UK..just wondering ;] 07.12.35 # aliask navigating is a blast with them really 07.12.36 # Heh. Sorry to disappoint. 07.12.52 # its fine 07.13.16 # Oops, lost track of time. Gotta run! 07.13.16 # now if only i could make this new dict patch to work 07.13.23 Quit aliask ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/0000000000]") 07.14.55 # i extracted it and all..i dont see it in "Browse themes" 07.16.34 # do see those 3 folders inside your /.rockbox folder ? 07.16.43 # yeah 07.16.47 # check whats inside 07.16.57 # theres a lose file, .DS_store 07.17.02 # what do i do with that one? 07.17.08 # do you see cfg and other related files to the themse you just unpacked? 07.17.17 # yes 07.17.53 # ds_store, are you on a mac? 07.18.00 # nope 07.18.22 # how did you get one then heh 07.18.29 # not sure.. 07.18.31 # lol 07.18.37 # aha 07.18.47 # probably from the theme author 07.18.47 # 0_o 07.19.12 # what do you reccomend i do than? 07.19.25 # did you try with different themes? 07.19.30 # yeah 07.19.30 # 2 07.19.45 # do you see both of them insides those folders? 07.20.09 # yeah..on the computer, but not on my ipod 07.20.29 # what do you mean? 07.20.56 # for example 07.21.05 # im looking at the files in the drive, USB connected..but then when i unplug it and reboot, it doesnt show up in "browse themes" 07.21.09 # inside your /.rockbox/wps folder you should see 07.21.31 # a file called whatevertheme.wps 07.21.42 # and a folder with the images used 07.21.44 # with the same name 07.22.14 # let me try extracting it again 07.23.25 # insides /.rockbox/themes should be a .cfg file with the same name 07.23.37 # hmm..this is very odd 07.23.42 # and inside /.rockbox/backdrop an image 07.23.48 # i extracted it..its not showing at all now.. 07.23.51 # all with the theme name 07.24.05 # I understand what you are saying though ^_^ 07.24.07 # then you're extracting somewhere else 07.24.14 # try this 07.24.24 # extract them 1st to a separate folder 07.24.35 # make sure you see 3 folders, like i said 07.24.42 # if eveything is alright 07.24.47 # copy them to your player 07.24.57 # in /.rockbox 07.25.03 Join Nibbier [0] (n=sven@port-212-202-177-141.dynamic.qsc.de) 07.26.59 Join pondlife [0] (n=Miranda@cpc3-rdng11-0-0-cust229.winn.cable.ntl.com) 07.28.41 # yeah..i think i got it d00d, thanks! 07.29.21 # the now playing screen doesnt look correct though..must have missed something 07.30.11 # did you download the font pack? 07.30.39 # http://download.rockbox.org/daily/fonts/rockbox-fonts.zip 07.30.40 # not yet 07.30.42 # thanks 07.30.43 # might help 07.30.56 # i just extract that to/.rockbox correct? 07.31.01 # yep 07.31.05 # kk 07.33.25 # still doesnt look right.. 07.34.14 # the now playing screen is supposed to look diff 07.35.13 # browse to the themes and select it again 07.35.21 # reload it 07.35.56 # if that doesn't help, then it needs a "custom" build with various patches 07.36.14 # didnt work =[ 07.37.53 # what kinda patch? 07.37.59 # link me to the theme 07.38.13 # http://download.rockbox.org/daily/fonts/rockbox-fonts.zip 07.38.16 # called Cobalt 07.40.02 # find it? 07.41.22 # hold on 07.42.09 # Requires a build with Album Art and Scrolling Margins I suggest either Senab's build or EvilG's build 07.42.28 # where can i find it? 07.42.30 # you can find more info here 07.42.34 # http://forums.rockbox.org/index.php?board=36.0 07.42.51 # ok thanks 07.42.58 Join webguest46 [0] (i=51429e87@gateway/web/cgi-irc/labb.contactor.se/x-aba73971883c979d) 07.43.04 # Hello 07.43.17 # hi webgeust 07.43.18 # I've got a question please 07.43.43 # shoot 07.44.13 # I'm trying to get those icons working: http://www.rockbox.org/twiki/bin/view/Main/IconSets 07.44.37 # but it seems that there is just the first one usable 07.44.48 # true 07.44.51 # the 2 others need more files, no? 07.44.56 # they do 07.45.07 # how can I do please? 07.45.15 # its easy to make them yourself though 07.45.28 # just look at the 1st one as an example :P 07.45.55 # I just wanted to test now before to go (no time atm for finish the thing) 07.46.30 # how can I get Untitled 12x13x16 working? 07.46.31 # then you have to wait till authors update them 07.46.43 # whitch post do i see in the link you sent me perldiver? 07.47.05 # Good_Apollo try EvilG's 07.47.25 # Senab's hasnt been updated for awhile 07.47.38 # EvilG-Ice-30G-200704016? 07.47.46 # I'm trying to find some little icons 07.47.56 Quit Shaid (Read error: 54 (Connection reset by peer)) 07.48.13 # is there any other link that the gallery yet? 07.48.32 # Ice build updated SVN April 14 07.48.32 # EvilG-Ice-30G-20070414 07.49.13 # Good_Apollo i dont use ipod so you're on your own there hehe 07.49.19 # i already got the .Zip for the first..extract to /.rockbox? 07.49.31 # scramble.c is the tool used to encode a targets firmware right? 07.49.37 # nvm 07.49.44 # Good_Apollo yes, if there are no additional instructions 07.50.10 # it has the folders like a theme..extract to those folders? or just to rockbox 07.50.39 Quit markun (Read error: 110 (Connection timed out)) 07.50.59 # Good_Apollo just keep the same folder structure 07.52.30 # okay..ill have to pick this up tomorrow 07.52.32 # bye everyone 07.52.39 # and thnx perldiver 07.52.42 # np 07.52.45 Quit Good_Apollo () 07.53.37 Join t3chth1rt3n [0] (i=4c699190@gateway/web/cgi-irc/labb.contactor.se/x-0e616cda1ee5b919) 07.53.52 # is anyone here? 07.54.48 # perldriver: any hint please? 07.55.02 # how version of gcc do you use to compile rockboxdev.sh ? 07.55.26 # i have tried with gcc 3.3, gcc 4.1 gcc 3.4 it doesn't work 07.55.32 # webguest46 you need an .icon file 07.55.35 # /var/tmp//ccmfhh5o.s:131: Error: no such instruction: `ldr pc,[sp],' 07.55.36 # gmake[3]: *** [crtbegin.o] Error 1 07.55.37 # gmake[3]: Leaving directory `/root/build-rbdev/build-gcc/gcc' 07.55.53 # can someone tell me what scramble does? 07.55.58 # so what needs to be done to port rockbox to a different mp3 player? 07.56.02 # rift: go to CrossCompiler 07.56.04 # webguest46 .icons rather 07.56.18 # how shall I made it? 07.56.26 # with on of the wiki set 07.56.44 # http://www.rockbox.org/twiki/pub/Main/IconSets/tango_viewers.20x16x16.icons 07.56.58 # too big for my screen 07.57.11 # thats just an example 07.57.11 Quit t3chth1rt3n (Client Quit) 07.57.13 # I was looking for Stephan's one 07.57.14 # edit that one 07.57.36 # 0 - 1st icon in the viewers bmp 07.57.48 # m stands for "main" bmp set 07.58.20 # I must have to wait for an wiki update then, thanks anyway 07.58.29 # (I've got no time atm) 07.58.41 # its easier than you think but ok 07.58.59 # * webguest46 have to go to work ;) 07.59.11 # but feel free to made it for me ;p 07.59.18 # hehe 07.59.21 # going to bed 07.59.54 # good night then (morning here in europe) 07.59.56 Part toffe82 08.00.32 # have fun at work :P 08.00.52 # isn't StefanSaftescu around? 08.00.57 # thanks 08.01.32 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon) 08.03.07 # JdGordon: maybe you can help me please; I'm trying to use StefanSaftescu's cons on the gallery but some files missing, any hint please? 08.03.17 # icons 08.04.54 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 08.05.14 # whats the problem? 08.06.54 Join Rob222241 [0] (n=Miranda@p54b14b6b.dip.t-dialin.net) 08.07.29 # need some files, refering to the explanation, no? 08.08.09 # there are just 2 bmps files 08.08.34 # yes, it needs a .cfg and possibly a .icons file 08.09.13 # is the icons file really needed 08.09.21 # no 08.09.26 # for the config can edit one 08.09.40 # then I can use it just with those 2 files? 08.09.48 # yes 08.10.02 # nice, let's try 08.10.12 # thanks for the hint 08.10.16 Join Transience [0] (n=Transien@cpe-72-226-77-95.nycap.res.rr.com) 08.10.25 Part Transience 08.12.46 Join norbusan [0] (n=norbusan@chello213047086216.5.14.tuwien.teleweb.at) 08.13.19 # what is his? :http://www.rockbox.org/twiki/bin/viewfile/Main/IconSets?rev=1;filename=silk.18x17x16.bmp 08.16.00 Part norbusan 08.16.17 # right click - save as 08.17.50 # * webguest46 is trying... 08.18.29 # JdGordon .icons file is not needed? 08.18.35 # wow working, that's nice 08.18.36 # erm 08.18.40 # perldiver: its optinoal 08.18.43 # with just those 2 bmps 08.18.50 # I didn't know 08.18.51 # if your ok with viewers.config then you dont need .icons 08.19.00 # I made one 08.19.29 # JdGordon ah i see 08.19.45 # JdGordon: nice works man, thanks again 08.19.49 # bye all 08.19.59 Quit webguest46 ("CGI:IRC") 08.22.58 # * JdGordon doesnt get magnus's commit :'( 08.24.03 Quit Rob2222 (Read error: 110 (Connection timed out)) 08.25.12 Quit billytwowilly (Remote closed the connection) 08.25.51 Join billytwowilly [0] (n=chris@S01060016b649355d.ed.shawcable.net) 08.31.00 Join himitsu [0] (n=himitsu@61.213.185.37) 08.33.19 Join [Haggen]Semi [0] (i=ss805253@68-186-60-244.dhcp.mghl.ca.charter.com) 08.33.35 Nick [Haggen]Semi is now known as Ibugppl[CP] (i=ss805253@68-186-60-244.dhcp.mghl.ca.charter.com) 08.33.42 # Ello there 08.36.17 Join kaaloo [0] (n=luis@rue92-3-82-232-48-241.fbx.proxad.net) 08.36.22 Part kaaloo 08.39.25 Quit davina ("byeeeeee!") 08.39.58 # JdGordon: Sorry, can you explain what the .icons file does again? Is it only required where a non-standard viewers.config is used? 08.40.13 # The wiki page isn't very clear on this. 08.40.29 # its to give a supported extension a different icon from either the built in icon or the viewers.config icon 08.42.12 # Hmm, so it's like a user-extension of viewers.config, right? 08.43.30 Quit ptw419 () 08.47.42 Join SliMM [0] (n=chatzill@89.136.181.105) 08.48.03 Join dirkie2 [0] (n=geensloo@adsl-69-105-1-44.dsl.pltn13.pacbell.net) 08.48.51 Part dirkie2 08.51.40 Quit Ibugppl[CP] ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/2007030919]") 08.52.56 # Hi guys i was wondering if anyone has looked into the backlight bug in X series players? FS#7037 08.52.59 # http://www.rockbox.org/tracker/task/7037 08.54.07 # Also are there any Gigabeat X series users online who are experiencing the same problem? 08.54.40 Join ender` [0] (i=krneki@84.255.206.8) 08.55.03 Join bluebrother [0] (i=u05z87AU@rockbox/staff/bluebrother) 09.02.27 Join Zagor [0] (n=bjorn@rockbox/developer/Zagor) 09.02.31 Join bawb2_ [0] (n=bawb2@ip49252.estcmp.ku.edu) 09.03.16 Join GodEater [0] (n=bryan@host-83-146-13-117.bulldogdsl.com) 09.03.41 Quit midkay ("Leaving") 09.05.56 Quit kkurbjun (Read error: 113 (No route to host)) 09.09.37 Quit scorche (" #freenode-social") 09.10.14 Join scorche [0] (i=scorche@cpe-76-168-113-169.socal.res.rr.com) 09.12.00 *** Saving seen data "./dancer.seen" 09.14.58 Join Bagder_ [0] (i=dast@gateway/web/cgi-irc/labb.contactor.se/x-497eb6ce493d8153) 09.15.07 Nick Bagder_ is now known as B4gder (i=dast@gateway/web/cgi-irc/labb.contactor.se/x-497eb6ce493d8153) 09.18.58 Quit bawb2 (Connection timed out) 09.22.38 Join LinusN [0] (i=linus@rockbox/developer/LinusN) 09.27.25 # hen3rz: Very few people (and no developers afaik) own an X - but I think kkurbjun is looking into the problems and needs an X owner to help him test. 09.27.38 Nick linuxstb_ is now known as linuxstb (n=linuxstb@rockbox/developer/linuxstb) 09.28.23 Quit atsea-87 (Read error: 104 (Connection reset by peer)) 09.29.04 # linuxstb: Im more then willing to help! although im not quite sure on how to apply patches but I'm more then willing to learn. 09.30.43 # hen3rz: OK. Just hang around and try and catch kkurbjun next time he's online. 09.31.08 # okilie 09.40.24 Join PaulJam [0] (n=pauljam@vpn-3049.gwdg.de) 09.47.10 Join atsea-87 [0] (i=ariel@gateway/tor/x-4a9c9c196b886dc7) 09.47.24 Quit PaulJam (Read error: 104 (Connection reset by peer)) 10.04.11 Quit rift ("Lost terminal") 10.05.53 Join Rift [0] (n=opera@242.56.70-86.rev.gaoland.net) 10.06.04 Join spiorf [0] (n=spiorf@host46-174-dynamic.58-82-r.retail.telecomitalia.it) 10.07.04 # JdGordon: I have an iconset, but the icons' height is greater than the font's height. What should i do? 10.07.26 # change font 10.07.34 # SliMM: shrink the icons or use a larger font 10.07.50 # LinusN: damn.. 10.07.50 Join roolku [0] (n=roolku@82-41-2-141.cable.ubr01.edin.blueyonder.co.uk) 10.08.11 # SliMM: How would you expect it to work? 10.09.12 # linuxstb: the line's height should be at least the same height as the icon's height 10.09.27 # no, the lines work on the font height 10.09.40 # yes, that's the problem.. :) 10.09.54 # not so easy to "fix" though 10.10.08 # why's that? 10.10.35 # * SliMM is shrinking some icons :) 10.10.47 # screen->line_height = MAX(icon_height,font_height); ??? 10.11.35 # oh so it is easy to fix :p 10.11.45 # no there is more than that... 10.11.52 # No, I doubt screen->line_height exists... 10.12.04 # screen->nb_lines is closer... 10.12.17 # but yeah, the lcd driver needs to know the line height iirc 10.12.26 Join brun0_ [0] (n=brun0_@che78-2-82-227-240-106.fbx.proxad.net) 10.13.03 # and what's the sapcing between the lines? 10.13.16 # assuming there is no bad sideeffects with 7036, is there any reason other than it has 2 patches in it to not comit it? 10.13.24 Join Br3nda [0] (n=brenda@121-73-1-165.cable.telstraclear.net) 10.13.28 # SliMM: 1px, i tinhk 10.13.33 # either 1 or 0 10.13.41 # i'll go for one :) 10.14.34 # I thought it was 0 - and fonts have padding in them. But I could be wrong... 10.14.51 # oh, if fonts have padding then its 0 10.15.11 # As I said, I'm not 100% sure. 10.18.05 Join Gibbed [0] (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 10.18.09 Quit Rick (Nick collision from services.) 10.19.57 Nick Gibbed is now known as Rick (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 10.23.32 # is cpu boosting "expensive"? I mean, if the oost ratio while playing is 75%+ is there even point enabling the scaling? 10.24.38 # or even 50% (constantly boost - unboosting) 10.26.51 Quit hen3rz (Read error: 110 (Connection timed out)) 10.30.13 # JdGordon: Did you check my icon fixes? 10.30.49 # I had a quick look, looked find 10.30.52 # fine* 10.30.59 # had to fix lear's commit though 10.31.04 # And yes, cpu scaling is useful even if boost ratio is high 10.31.22 # 16bit remote lcd? anyone have one already or just a pipe dream? :) 10.31.40 # What's somewhat expensive is the actual switching, so it shouldn't be done too often 10.31.52 # yeah, thats whats happening 10.31.58 # 50% constantly switching 10.32.28 Join barrywardell [0] (n=barry@dhcp-892b9ade.ucd.ie) 10.32.37 # 16 bit remote lcd is for completeness, and to avoid unexpected effects later. The multi-screen api is designed to be flexible 10.33.14 # If TV-Out support is ever added to Rockbox (e.g. some of the ipods have the ability), then 16-bit second screens will be needed. 10.34.55 Join PaulJam [0] (n=pauljam@vpn-3039.gwdg.de) 10.35.04 # so we could expect ~3fps on 640x480 ? :D 10.35.20 # If you're lucky. 10.35.46 Quit alberink ("Konversation terminated!") 10.36.02 # 720x576! ;*) 10.36.42 # linuxstb: Is this ipod tv out handled as a separate display or does it just mirror the lcd? 10.37.10 # It's a separate framebuffer - in the Apple firmware it doesn't display the main UI, just photos or videos IIUC. 10.38.55 Join Thundercloud [0] (n=thunderc@84.51.130.71) 10.39.07 Join alberink [0] (n=alberink@82.75.146.79) 10.41.34 # linuxstb: Do we know the resolution, and how to use it? 10.42.38 # I assume it would be standard tv res.. 640x480 (or 400?) to keep the chip cheap? 10.42.47 # hey all (jd) 10.43.08 # JdGordon: is it normal, that some inbuilt filetypes now only show the correct icon when i specify them in the .icons file? for example fonts use the questionmark/system icon unless i add the line "fnt:*6" to the .icons file. 10.43.23 Join inversions [0] (n=none@cpc3-bele3-0-0-cust660.belf.cable.ntl.com) 10.43.45 # hey daurnimator 10.43.51 # PaulJam: no, thats a bug if thats happening 10.44.17 # can you update your icon pack to show the rockbox logo instead of the music note? and a few icons are just numbers? 10.44.30 # * JdGordon loves your icon set btw... works well with the icatcher theme 10.45.12 # JdGordon: it is still a work in progress 10.45.53 # TV resolution is either 704x480 (ntsc) or 704x576 (pal) afaik 10.46.05 # 720x576 10.46.07 # LinusN: I'm only a small fella, you reckon if I got on a barge now I'd be in sweden on time? Im sure it would cost less than 100 euro :D 10.46.10 # for pal 10.46.24 # since when? isnt tv 640x480?? /me was lied to! 10.46.29 # nope 10.46.32 # it never was 10.46.41 # that's VGA 10.46.44 # JdGordon: wonderful idea 10.47.21 # * JdGordon unlearns 10.47.37 Join Entasis [0] (n=Jarred@ppp48-102.lns11.adl2.internode.on.net) 10.47.42 # JdGordon: find one form the west-coast of north america while you are at it please 10.47.56 Join t3chth1rt33n [0] (i=4c699190@gateway/web/cgi-irc/labb.contactor.se/x-f2c6cd67f9a8b1ca) 10.48.08 # what's a "barge" ? 10.48.12 # hello? 10.48.14 Join pixelma [0] (i=pixelma@rockbox/staff/pixelma) 10.48.30 # * B4gder 's poor language skills show 10.48.31 # ok...where can I find rockbox source code? 10.48.40 # barge = big boat (not massive) for transporting.... stuff 10.48.44 # B4gder: a blank of iron that floats and usually carries rubbish up a river 10.48.58 # "a blank"? 10.49.08 # thanks 10.49.12 # bah, plank 10.49.15 # t3chth1rt33n: http://www.rockbox.org/twiki/bin/view/Main/UsingSVN 10.49.22 # thanks... 10.49.47 # "1. a capacious, flat-bottomed vessel, usually intended to be pushed or towed, for transporting freight or passengers; lighter." 10.50.08 # t3chth1rt33n: or http://build.rockbox.org/ 10.50.42 # B4gder: do you still have a contact at sandisk? (even if they wernt much help before)? 10.51.17 # yeah, I do 10.51.23 # like this: http://upload.wikimedia.org/wikipedia/en/thumb/b/b6/CrushedStoneBarge.jpg/250px-CrushedStoneBarge.jpg 10.51.48 # ok...another question, what do i have to do to port out rockbox? 10.52.06 # port out? 10.52.12 # to the psp 10.52.14 # do you think it would be worth trying once more to get info on how to talk to the mSD card.. explain that at least a few devs want to buy them, but dont see the point if we cant use it? 10.52.28 # t3chth1rt33n: doesn't that run linux already? 10.52.30 # * JdGordon stops beating the dead horse :'( 10.52.41 Join PaulJam_ [0] (n=pauljam@vpn-3007.gwdg.de) 10.52.50 Join [IDC]Dragon [0] (i=c19e01ec@gateway/web/cgi-irc/labb.contactor.se/x-500081b555d80657) 10.52.50 # JdGordon: do we know how the card is connected? 10.52.50 # JdGordon: totally pointless, they never answered any technical question 10.53.00 # t3chth1rt33n: http://www.rockbox.org/twiki/bin/view/Main/NewPort 10.53.07 # yeah...i think so, but the music player sucks 10.53.08 Quit miepchen^schlaf (Read error: 104 (Connection reset by peer)) 10.53.26 # * [IDC]Dragon just wants to say hi, after a while 10.53.28 Join miepchen^schlaf [0] (n=hihi@p54bf5db4.dip.t-dialin.net) 10.53.28 # if it already runs linux, then you have a decent chunk already done for you 10.53.39 # [IDC]Dragon: well, hey there =) 10.53.46 # bluebrother: iirc the only thing we know is which bit changes when its plugged in 10.53.47 Join Llorean [0] (n=Llorean@rockbox/administrator/Llorean) 10.53.57 # any progress on bootbox? 10.54.05 # yeah, but i have no clue my way around C or C++ so, this is gona be really hard 10.54.15 # <[IDC]Dragon> sniff, no, so many other stuff 10.54.19 # that's not too much :( 10.54.19 # t3chth1rt33n: well, then learn! ;) 10.54.25 # plus i need to make it an app, not a firmware 10.54.25 # yeah...really 10.54.33 # this is how i plan to leard 10.54.36 # *learn 10.54.44 # t3chth1rt33n: well, rockbox is a replacement firmware...not an application 10.54.50 # <[IDC]Dragon> I need to rework the bootloader for my house, before that 10.54.56 # yeah...thats what i have to change 10.55.14 # have no clue how yet though, but ill figure it out 10.55.14 # t3chth1rt33n: so build the simulator and run that on the psp 10.55.17 # scorche: The Rockbox UI sim is an application... 10.55.20 # t3chth1rt33n: it's not intended for that, and I don't think this is feasible at all 10.55.20 # all you need is sdl 10.55.21 # <[IDC]Dragon> (I'm coming closer to opensource my home control stuff) 10.55.35 # linuxstb: i was getting to that, but i was beaten ;) 10.55.37 # whats the UI sim? 10.55.49 # see the UiSimulator wiki page 10.55.55 # A version of Rockbox built to run as an application on your PC. 10.55.59 # it's main purpose is for debugging. 10.56.21 # cool...so what do i have to change as far as button controls and stuff? 10.56.22 # it replaces the device hardware specific stuff with calls to the OS 10.56.48 # what else do i have to change/modify? 10.57.15 # * bluebrother doesn't understand why people want to port Rockbox to an application 10.57.29 # hi [IDC]Dragon :) 10.57.33 # * scorche is reminded of the windows CE guy 10.57.37 # bluebrother: Because good media players are hard to find. 10.57.38 # have u tryed the psps music player? 10.57.55 # scorche: did he succeed in any way? 10.58.07 # <[IDC]Dragon> Hi Jens! 10.58.10 # linuxstb: I know why I prefer a dap for playing music ;-) 10.58.15 # bluebrother: i dont think he even made an effort beyond extolling the virtues of CE in here 10.58.17 # bluebrother: a few portable devices run sdl apps and have crap audio players.. gp2x people want it also 10.58.28 Join markun [0] (n=markun@rockbox/developer/markun) 10.58.35 # so...how do i do this? 10.58.40 # hmm... me doesn't own such a device. 10.58.41 # how do i get started? 10.58.43 # lol 10.58.47 # figure out how to cross compile sdl for you device 10.58.54 # ??? 10.58.58 # no need for it, and no money for playing around ;-) 10.59.02 # once youve got that working come back for next step 10.59.15 # t3chth1rt33n: You should start by downloading the Rockbox source, building a UI simulator for a random device, and start playing... 10.59.16 # wtf r u talking about? 10.59.28 # maybe add step 0, be able compiling and running your own code on the device 10.59.32 # <[IDC]Dragon> I can't join devcon 2007, I'm on holiday then (besides being rockbox-passive almost since last devcon) 10.59.37 # t3chth1rt33n: please write proper english 10.59.50 # ok, sorry 11.00.27 # [IDC]Dragon: Will you attend devcon? 11.00.47 # bluebrother: i want to start big...i dont like making my own stuff 11.00.57 # JdGordon: I'm seeing all of my builtin filetypes (mp3, m3u, flac, etc) as ? icons (or rather the icon I've set to replace the ?) 11.00.58 # daurnimator: did you get anywhere with the zaurus and the sim? 11.01.07 # t3chth1rt33n: starting big is condemned to fail 11.01.09 # my zaurus broke 11.01.14 # amiconn: see up a few lines 11.01.15 # unless you have enough experience 11.01.15 # it... won't turn on 11.01.35 # true...but this is my goal i guess 11.01.35 # <[IDC]Dragon> amiconn: see 3 lines above ;-) 11.01.44 # :/ 11.01.45 # Llorean: do you know if my last commit did this? or since when? 11.01.56 # and if you can't run your own code on the device you won't be able getting the sim to run on it too 11.02.21 # yeah, ok so i need to get the psp running my code 11.02.41 # <[IDC]Dragon> amiconn: you guys are compensating, two Arnolds 11.03.37 # JdGordon: It was somewhere between svn revision 13180 and 13190 I think. It worked fine yesterday, I got on as you and Amiconn were fixing things, downloaded shortly after you left, had the problem, left a message for you in the logs, slept, came back now, still have the problem with the current SVN. 11.03.41 # but the thing about that is i like to see other peoples work before I start my own...thats why I wanted to see RockBoxs code, then it just snowballed from there 11.03.42 # a simple hello world program should be enough. 11.04.01 # it would also ensure that your toolchain is working properly ;-) 11.04.05 # yeah...but i cant get any dev programs to work...lol 11.04.15 # i mean laugh out loud 11.04.22 # :-) 11.04.39 # Llorean: ok ta, ill have a looksie 11.04.56 # t3chth1rt33n: rockbox is only some 370000 lines of code, should keep you busy for a while if you want to read it ;-) 11.05.12 # JdGordon: I can set them in the .icons file, but if I don't set any of the built in filetypes, all of them (or at least all of the files on my device that I know are built in types) use the ? icon. Menus seem fine though. 11.05.22 # I need a good tutorial on getting cygwin running? 11.05.34 # JdGordon: And now that I think of it, plugins and themes are fine... =/ 11.05.35 # Llorean: ok, yeah, PaulJam (?) mentioned it before 11.05.43 # t3chth1rt33n: http://www.rockbox.org/twiki/bin/view/Main/DocsIndex 11.05.46 # t3chth1rt33n: you'll find almost everyting Rockbox-related documented in our wiki 11.05.47 # 8-0 11.05.49 # JdGordon: It's just music, and m3us 11.06.05 # which are not in your .icons file probably? 11.07.07 # Not in my icons, no 11.07.07 Quit PaulJam (Read error: 113 (No route to host)) 11.07.20 # If I add them to the .icons file, I can make them display 11.08.36 # JdGordon: it seems to happen to all inbuilt filetypes, that are not in the viewers.config 11.09.03 # PaulJam_: Go to "Browse Plugins" 11.09.09 # Do those have the plugin icon, or the ? 11.09.56 # ok...im going to go look into the wiki, download the sourcecode, and learn psp coding...good night! 11.10.05 Quit t3chth1rt33n ("CGI:IRC") 11.10.37 Join lee-qid [0] (n=liqid@p5496792e.dip.t-dialin.net) 11.10.41 # well, at least he has ambition... 11.11.13 Join norbusan [0] (n=norbusan@chello213047086216.5.14.tuwien.teleweb.at) 11.11.19 Part norbusan 11.11.21 # Llorean: they show up as system/questionmark if i remove the entry from the .icons 11.12.04 *** Saving seen data "./dancer.seen" 11.12.54 # Oh wow, I'm completely blind. 11.12.55 # Ah, i know the problem 11.13.02 # * Llorean should be half ignored. 11.13.48 # PaulJam_: I was using your .icons file, since I had overwritten your viewers icons (they're the right size for what I'm doing, and it was easier to recognize them and overwrite them than recognize the builtin bmp's purposes) 11.14.04 # And I'm just completely blind to the fact that rock and cfg were in it, even though I looked for them. =/ 11.16.13 # easy fix 11.16.13 # * amiconn just uses the default icons, which work fine now 11.16.20 # No .icons file 11.16.33 # no .icons == no problem :) 11.17.32 # fixed in svn 11.20.49 # * [IDC]Dragon reads PSP 11.20.58 Quit inversions (Read error: 113 (No route to host)) 11.20.59 # <[IDC]Dragon> I missed the first part of it 11.21.20 # <[IDC]Dragon> is it "open", as in running own code? 11.23.14 # http://df38.dot5hosting.com/~remember/chris/ 11.23.38 # [IDC]Dragon: Yes, and no 11.23.53 # * scorche points to the link above 11.24.03 # [IDC]Dragon: Ever month or two someone figures out how to get code running on a slightly newer firmware version, and Sony releases a newer, more restrictive firmware. 11.24.27 # If you run the original 1.5 firmware (or 1.0 in Japan) you're pretty much restriction free on what you can run on it. 11.24.38 # yeah...that one points to 1.5 11.25.10 # how do they force the users to use the newer firmwares? 11.25.16 # LinusN: New games require them. 11.25.20 # i see 11.25.30 # When a new firmware comes out, newer games start complaining if you're not running it. 11.25.38 # So of course the community creates ways around this. 11.25.42 # "initial port of SDL" sounds like there is quite some work left 11.25.43 # It's all a big, pointless war. 11.26.28 # But Sony honestly seems to be lightening up (in a slightly related way). One of the big benefits of Homebrew is that you could run video at the full PSP resolution, rather than the 320x240 sony limited you to (so that their UMD disks were actually worth buying) 11.27.06 # They recently updated to allow users to watch 720x480 H.264 movies, scaled to the PSP's screen (or native-PSP resolution ones), which kinda suggests to me that Sony's rethinking their strategy on it after 2 years. 11.27.16 # Since the PS3 runs Linux, they might consider opening it up. 11.29.54 # JdGordon: do the remote viewers icons use the .icons file from the main viewers icons? in other words, if i change the order of the viewers icons, do i have to provide the remote viewers icons with the same order 11.30.06 # yes 11.30.12 # and no easy way around that 11.30.18 # ok 11.30.43 # I don't think it's a large hindrance anyway 11.30.57 # ... because filetypes.c doesnt know which screen the icon is for... 11.31.15 # * JdGordon back later 11.31.21 Join inversions [0] (n=none@cpc3-bele3-0-0-cust660.belf.cable.ntl.com) 11.32.12 Join Sna[E] [0] (n=Shomakom@125-238-234-37.broadband-telecom.global-gateway.net.nz) 11.32.16 # hi 11.32.35 # who do i aplly rockcalendar.patch 11.32.52 # you need to compile your own build 11.33.03 # mm 11.33.07 # see the wiki, look for the SimpleGuideToCompiling 11.33.09 # thats mean that? 11.33.25 # that means some work 11.33.41 # you apply a patch to the source code, then you need to recompile the source 11.33.54 # which requires you to setup a complete development environment 11.34.41 # its sound hard 11.34.56 # JdGordon: Yeah, fixed, thanks. :) 11.35.13 # it isn't too hard if you have done such stuff before, but if you are a user without any programming experience it might be hard 11.35.32 # then again, patchers are for developers, not users 11.35.36 # patches 11.35.55 # right ... patches in our terms means source patches, not binary patches 11.36.00 # i haved done it b4 11.36.22 # i just want a rockcalendar.patch to my 340 11.36.37 # i'm sure you do 11.36.52 # done "it" before means compiling from source? 11.37.10 # i havent done. 11.37.23 # ah. ok. 11.37.51 Part LinusN 11.38.03 # you might want to look around for an experimental build that includes the patch. But I don't think there is a recent one around. 11.38.44 # i try n old version 11.38.49 # but it didnt fit. 11.39.09 # you can't just try an older version. You need a build that ships the plugin 11.39.36 # but what exactly did you try? Using a binary plugin with a different build it was compiled for? 11.39.44 Quit SliMM (Read error: 104 (Connection reset by peer)) 11.39.50 # no 11.40.06 # i had n old rocokbox verion 11.40.17 # so i copy the rockclander from her 11.40.40 # you can't just copy binary plugins. You'll get an "incompatible version" message 11.41.04 # yep. 11.41.15 # well im not a computer men. 11.41.33 # so its kind of hard for me 11.41.54 # well, in that case you could only search for a build that ships the plugin. 11.42.10 # but as I already said, I don't think there is a recent one around. I might be wrong about this though. 11.42.23 # ok 11.42.26 # thanks 11.42.30 # search the "unsupported builds" in the forums, might have some information 11.42.34 # about this. 11.43.48 Quit qwm (Read error: 110 (Connection timed out)) 11.44.51 Part Llorean 11.45.31 Quit Sna[E] (":") 11.45.37 Join juxtap [0] (n=juxtap@wbs-41-208-220-229.wbs.co.za) 11.59.20 Quit JdGordon (Remote closed the connection) 12.11.04 Quit PaulJam_ (Read error: 110 (Connection timed out)) 12.11.22 Join PaulJam_ [0] (n=pauljam@vpn-3061.gwdg.de) 12.13.39 Join bagawk_ [0] (n=lee@unaffiliated/bagawk) 12.15.26 Join Llorean [0] (n=Llorean@rockbox/administrator/Llorean) 12.17.07 Quit juxtap (Read error: 110 (Connection timed out)) 12.17.45 Join crop [0] (i=c27f0812@gateway/web/cgi-irc/labb.contactor.se/x-4e8c295f41a0324f) 12.18.05 Mode "#rockbox +o scorche " by ChanServ (ChanServ@services.) 12.18.23 Part Rift 12.18.44 # WPS experts here? Is there an explanation about what wps lines really produce a line on the screen? E.g. the tag for the status bar doesn't (iirc). Are there other such tags? 12.19.33 Topic "Please read before speaking: http://www.rockbox.org/twiki/bin/view/Main/IrcGuidelines | Rockbox Devcon 2007 - http://www.rockbox.org/twiki/bin/view/Main/DevCon2007 | DevCon-West: Static Info - http://www.rockbox.org/twiki/bin/view/Main/DevConWest2007 Discussion - On the Dev-ML" by scorche (i=scorche@rockbox/administrator/scorche) 12.19.41 Join Rift [0] (n=opera@242.56.70-86.rev.gaoland.net) 12.20.09 Mode "#rockbox -o scorche " by ChanServ (ChanServ@services.) 12.20.13 # crop: The only tags that should take up lines are ones that produce text, or ones that are a whole line (progress bar, peakmeters) I believe. 12.20.42 Quit bagawk (Read error: 110 (Connection timed out)) 12.21.33 # ooh another of scorche's famous long topics... ;) 12.21.42 # hush, you =P 12.21.48 # Llorean: but an empty line also takes up a line. So it's not obvious. 12.21.53 # most of the topics have been mine lately... 12.23.47 # crop: I think that's pretty obvious. Real text also takes up space. 12.24.03 # crop: If you insert an empty line, it's assumed to be an intentional empty line, ie, spacer. 12.24.10 # Remember, WPSes use line-based positioning. 12.24.38 # The only lines that don't add lines are lines that are nothing but non-text/non-bar tags 12.26.52 # ...If only the Rockbox fund contained hours as well as Euros.... 12.26.58 # Hahaha 12.27.15 # They'd be flying out faster than they came in, if people could donate 'em. :) 12.27.37 Join juxtap [0] (n=juxtap@wbs-196-2-123-4.wbs.co.za) 12.27.42 # Well some people must have "spare time". An alien concept to me sadly. 12.27.49 # if poeple would donate a whole lot more, we could hire people to work for Rockbox! ;-) 12.28.07 # lol 12.28.30 # Ah, this is true. 12.28.35 # I was looking at the new lure on the DevCon page.... but cash itself isn't the problem. 12.28.36 # You can buy time, if you try hard enough 12.28.41 # with the current fund i bet we can get a week from someone 12.29.05 # B4gder: what is it up to now? 12.29.07 # The new lure is nice, but it's late enough in the game that prices have increased to match the lure. ;) Planning on it for next year might be nice though. 12.29.10 # Hah, a week wouldn't even get the playback work off the ground... 12.29.11 Join Gibbed [0] (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 12.29.15 # ~4000 USD iirc 12.29.15 Quit Rick (Nick collision from services.) 12.29.20 # not bad.. 12.29.29 # Llorean: I still find it a bit confusing. 12.29.29 Nick Gibbed is now known as Rick (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 12.29.52 # crop: Any text, including newlines, will be treated as text, unless the ONLY thing on the line is a newline and a non-text tag. 12.30.16 # If the tag generates text, or generates a "bar" (progress, peakmeter), these also generate lines. 12.30.59 # Llorean: and images aren't considered text? 12.31.05 # Time is worthless to those who have plenty to donate, but priceless to those who don't. So the exchange rate is chaotic. 12.31.18 # crop: An image isn't text... 12.31.29 # pondlife: indeed one of life's ironies 12.31.48 # Oh to be unemployed again... ;p 12.31.54 # hahaha 12.31.55 # * pondlife shouldn't make wishes like that 12.32.07 # pondlife: want to trade? ;) 12.32.11 # But when I was last unemployed I hadn't heard of Rockbox. 12.32.18 # scorche: Tempting. 12.32.30 # In fact it probably didn't exist. 12.32.52 # Did Rockbox exist before 2001? 12.33.00 # no 12.33.12 # Obviously not named Rockbox :) 12.33.15 Join Entasis_ [0] (n=Jarred@ppp48-102.lns11.adl2.internode.on.net) 12.33.38 Quit Entasis (Read error: 104 (Connection reset by peer)) 12.34.05 # we started in dec 2001 12.34.22 # I see that from the ML, but wondered if there had been much prior hacking. 12.34.50 # it hadn't, there was some but that was only a few days before the mails started 12.35.11 # afair 12.35.16 # And it has been non-stop busy-ness ever since. Awesome. 12.36.40 # * B4gder recalls the devcon 2002 in linusn's appartment... 12.37.06 # hah 12.37.11 # I thought DevCon was a "recent" thing. 12.37.12 # had plenty of "devcons" like that 12.37.22 # trying to do scene stuff :> 12.37.51 # pondlife: well, it was more of a fun thing to call it devcon back then and it only recently became "real" devcons, yes 12.38.47 # You mean real devcons are not fun?? 12.38.58 # correct, just hard work and sweat! 12.39.01 # :-P 12.39.08 # Thank goodness I can't make it then!! 12.39.22 # I thought it would be all beer pizza and hacking. 12.39.37 # Erm. beer, pizza... not beer pizza 12.39.44 # Llorean: I was always uncertain about what my wps would look like. In the end I got it right but the was no self confidence from the beginning on. 12.39.57 # Llorean: I've modified the wiki page 12.40.19 # crop: I've never found it particularly confusing, but then I used it pre-graphics. 12.40.28 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon) 12.40.32 # pondlife: it was more like the word "developer conference" was a bit of an overstatement when it was just us Swedens gathering one day 12.40.42 # Swedes 12.40.50 # bork bork! 12.40.53 # Hey, Swedes can be developers too, right? 12.40.55 Join safetydan [0] (n=dan@rockbox/developer/safetydan) 12.41.07 # no, we can only make meatballs and say bork 12.41.15 # Of course! 12.41.24 # And form giant companies that sell constructible furniture? 12.41.36 # And three people is surely enough for a conference... hence "conference call". 12.41.46 # Llorean: they sell meatballs too you know ;-) 12.41.51 # Or two... hence "conference pair" (groan) 12.42.04 # B4gder: I discovered that recently. They opened one in my town, so I decided to visit. 12.42.05 # Constructible meatballs 12.42.12 # Llorean: apparently a place named H&M opened up around here recently too...described as a cheap swedish retailer of clothing 12.42.32 # We have H&M... Mrs pondlife tried to take me there once. 12.42.44 # IKEA is the saviour of many future dorm-goes 12.42.44 # B4gder: I learned an important lesson. Swedes are 5 feet / 150cm tall. Or at least, every chair in the store seemed built to that assumption. 12.42.51 # Iteresting "fact" for the day. According to sloccount, Rockbox cost USD$16,000,000 to develop and took 36.04 developers 3.29 years 12.42.53 # haha 12.42.55 # interesting even 12.43.04 # * B4gder is 6 feet 4 12.43.07 # I want my money back :) 12.43.58 # Maybe you guys are so tall, we just look shorter than we are in comparison then. 12.44.00 # :) 12.44.09 # *g* 12.44.30 # "those guys over there are so short we export the kids furniture that way" 12.44.56 # Perhaps they keep the good chairs and export the stunted ones 12.44.56 # * scorche points to japan 12.45.31 Quit Br3nda ("Konversation terminated!") 12.45.38 # Seriously, I walked through the entire store thinking "I wish they made these in grownup sizes" 12.45.46 # In 2004, Ikea (allegedly) gave all their employees MP3 players.... there, almost back on topic. Ref: http://news.independent.co.uk/environment/article2079345.ece 12.45.47 # * safetydan used to live in a flat entirely furnished by Ikea 12.46.06 # many do 12.46.06 # /join #ikea ;) 12.46.25 # pondlife: It would've been neat if it was loaded with an Ikea themed Rockbox 12.46.30 # it doesn't say which mp3 player it was 12.46.31 Quit spiorf ("Sto andando via") 12.46.33 # Wasn't my choice, good ol' pre-furnished rental flats 12.46.33 # Extra, extra Swedish. 12.46.41 # Yes, maybe they can sell Rockbox worldwide 12.46.45 Join spiorf [0] (n=spiorf@host46-174-dynamic.58-82-r.retail.telecomitalia.it) 12.46.47 # Rockborks 12.47.20 # pondlife++ 12.47.21 # there is a bork bork translation on FS btw... 12.47.39 # Have you tried using it though? 12.47.53 # * JdGordon doesnt speak bork! 12.47.57 # klingon translation, please 12.48.08 # JdGordon: really? Now we just need a esperanto and a klingon translation 12.48.16 # we have esparonto 12.48.24 # was just about to say that :) 12.48.29 # well I'll be darned 12.48.34 # klignon could be done easily if there is a script like bork bork 12.49.19 # Just need a klingon font. I have a vague recollection that the klingon characters actually made it in to the Unicode spec. 12.49.25 # JdGordon: http://www.rockbox.org/tracker/task/6360 12.49.28 # JdGordon: you mean a fake klingon translation? 12.49.38 # thats the one pixelma 12.49.55 # Anyone know anything about this?... http://store.makezine.com/ProductDetails.asp?ProductCode=MKMP3KIT 12.50.06 # A DIY open-source MP3 player 12.50.12 Join Spec_ [0] (n=spec@69.60.114.106) 12.50.12 Quit Spec (Read error: 54 (Connection reset by peer)) 12.50.23 # markun: there is a real klingon? 12.50.33 # pondlife: i saw that, but is basically a simplified shuffle 12.50.39 Quit crop ("CGI:IRC") 12.50.42 # pondlife: That the CompactFlash based one? 12.50.50 # Yes, I think so 12.51.01 # Microchip PIC18F45j10 based 12.51.02 # It was "open-source" that got me. 12.51.21 # JdGordon: http://en.wikipedia.org/wiki/Klingon_language 12.51.54 # sometimes it is even claimed that there are more klingon speakers than esperanto speakers 12.51.54 # WTF? it got ISO? 12.52.05 # bunch of nerds! 12.52.20 # JdGordon: http://eo.wikipedia.org/wiki/Klingona_lingvo 12.52.23 # :) 12.52.27 # I like it how the "here is the source code" points to a single C source file 12.52.41 # Yep. KISS at its best 12.52.51 # * preglow goes to have some qagh for lunch 12.53.11 # I vote for a single C source file for rockbox as well, with a lot of ifdefs :) 12.53.19 # Hehe 12.53.34 # SVN fun indeed 12.53.41 # http://www.walrus.com/~raphael/mp3/Daisy_mp3/daisy1.2_1.3Frozen.c 12.53.53 # we can replace rockbox with that instead 12.54.06 # see the last function, that's the best one 12.54.17 # B4gder: Or offer it as "Rockbox Lite" 12.54.25 Join Arathis [0] (n=doerk@p54849BFD.dip0.t-ipconnect.de) 12.54.26 # :) 12.54.47 # B4gder: what a rediculous easter egg :) 12.55.00 # I agree 12.55.18 # lolololol 12.55.33 # haha....oh wow... 12.55.48 # We need a void king_of_france(char) in playback.c 12.56.04 # And now I want pie for lunch 12.56.11 # he would eat all of our pie though.... 12.56.38 # <[IDC]Dragon> those PIC projects are nice for learning how to code a minimalistic file system (/me thinks bootbox again :-) 12.56.39 # it uses an mp3/wav decoder chip 12.56.53 # VS1011 12.57.14 # cheaters 12.57.25 # <[IDC]Dragon> very common, it took over the MAS market 12.57.44 # the PIC is running at 40MHz 12.57.48 # <[IDC]Dragon> since it's still avail, MAS isn't 12.57.51 # [IDC]Dragon: have you got something working for bootbox? so if you dont have time for it others can pick it up? 12.58.32 # <[IDC]Dragon> not really. I have a stripped down code tree of Rockbox, which cut the bootbox size in half 12.58.45 # <[IDC]Dragon> but I don't like that way any more 12.58.52 # well, it works now 12.58.53 # heh 12.59.03 # and we rather drastically need size cuts 12.59.25 # <[IDC]Dragon> instead, I wanted to code new from scratch, with "codesize matters" written all over the place 12.59.28 # ...to make up for all the recent bloating? ;) 12.59.35 # #ifdef HAVE_CONFIGURABLE_ICONS...? 12.59.46 # ;) 12.59.56 # <[IDC]Dragon> rockbox has a "bloat rate" of 500 bytes per week, or so 13.00.14 # this has been a large week... 13.00.50 # I'd like to see a graph of code size over the years. 13.00.51 # 500bytes is not bad per week... and pondlife there is far bigger wastes than icons 13.00.59 # JdGordon: Just joking 13.01.07 # <[IDC]Dragon> yes, a graph would be über-cool 13.01.09 # I like the icon feature 13.01.29 # [IDC]Dragon: Is it growing linearly, or better, or worse? 13.01.42 # <[IDC]Dragon> dunno, see the graph 13.01.50 # * scorche would like some weekly, monthly, and yearly links ;) 13.01.56 # <[IDC]Dragon> bagder, are those values kept? 13.02.11 # nope 13.02.12 # * pondlife thinks that monthly builds would be more use than daily ones all round 13.02.28 # yearly is silly, but last week, fortnight and month would be nice to have 13.02.48 # feel free to provide such services ;-) 13.03.20 # I have HD space, but the most useless outbound speed. 13.03.21 # where is the raw data? 13.03.39 # for what? the bin sizes? 13.04.00 # yeah, ah its linked 13.04.04 # B4gder: didn't tucoz provide such a graph (or something like this)? But I bet it's way out-of-date... 13.04.25 # he made the svnstat thing 13.04.33 # but that was just a single-shot run 13.04.53 # ah yes - that's what I remembered 13.05.15 # http://daniel.haxx.se/rockbox/svn/ 13.06.23 # * scorche attempts to guess the large jumps 13.06.50 # http://build.rockbox.org/dist/listsizes.cgi lists all tables with bin sizes 13.06.56 # April 2006 was a big one 13.06.56 # that currently exists 13.06.57 # * JdGordon was thinking the same thing 13.07.10 # yeah... 13.07.29 # codec imports 13.07.45 Join Farp [0] (i=Farp@124.82.65.214) 13.07.47 # So no core BIN increase. 13.08.06 # the svn page is about source code, not bin size 13.08.07 # lol ... http://daniel.haxx.se/rockbox/svn/dir_firmware_malloc.html 13.09.19 # B4gder: how often are the size logs deleted? 13.09.22 # Are the sizes the build system calculates the "real" (i.e. important wrt rombox etc) sizes? 13.09.25 Quit Soap2 ("Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030919]") 13.09.47 # linuxstb: they are the "main" binary file's actual size as listed by unzip 13.10.08 # <[IDC]Dragon> hey, I wrote 3.4% of Rockbox 13.10.32 # 0.8% here :) 13.10.57 # * scorche guesses 0.003% for himself 13.10.59 # <[IDC]Dragon> wth did dave do? 13.11.15 # dave is linuxstb 13.11.17 # import the codecs maybe? :) 13.11.20 # kind of the codec importers ;-) 13.11.22 # king 13.11.28 # <[IDC]Dragon> cheater 13.11.33 # for me it was only Tremor :) 13.11.33 # and doom 13.11.42 # so you guys owe me 1.2million bux :) 13.11.46 # no that cant be right 13.12.07 *** Saving seen data "./dancer.seen" 13.12.09 # not near.. 13.12.47 # * B4gder cancels the payment then 13.12.47 # jethead71 is jhMikeS right? 13.12.47 # yes 13.12.47 # yeah, 100x off... 12800$ 13.13.42 # a now google will add another $2000 to our treasure chest 13.13.55 # provided they are successful 13.13.57 # So how many lines of code are our students required to produce? 13.14.00 # scorche: no 13.14.22 # markun: well, provided mentors are successful i should say 13.14.23 # we'll get it even if they are not successful 13.14.46 # if the mentors get horrible "reviews" then we do not get it 13.15.21 # ah, I'll better do my best then 13.15.25 # Who writes the reviews, the students? 13.15.33 # pondlife: yup 13.15.51 # so far I'm getting along quite well with mine 13.15.54 # Imagine if Real Life university was like that... 13.15.55 # the mentors write about the students, and the students write about the mentors 13.16.05 # linuxstb: I don't believe there's a set number of lines, so much as whether they progress effectively. 13.16.05 # and B4gder gets to read them all ;) 13.16.18 # and LinusN gets to rewrite them all ;) 13.16.37 # and in the darkness bind them... 13.16.53 # I'll edit them all to mention me in favourable ways 13.17.00 # Llorean: I was joking about the "cost" of producing Rockbox ($16,000,000) and the number of current lines of code (558339 in Jan 2007).... 13.18.01 # Which I think means $4500 is 140 lines of code... 13.18.07 # $28/line? That had better be a joke 13.18.39 # return; 13.18.44 # where can i collect my check? 13.18.44 # B4gder: Llorean: can I commit a fix so the scroll wheel only triggers one per click (like the OF?) instead of twice? 13.19.33 # pondlife: i was tought that IRL, coders only net about 5 lines/hour... so $28 doesnt sound too far wrong 13.19.53 # linuxstb: Oh, sorry, only half paying attention. :) 13.19.56 # yeah, you need to take the whole engineering process into account 13.19.58 # I suppose there are lots of other lines that have been deleted too. 13.20.10 # JdGordon: Yes. 13.20.23 # and in something as big as rockbox, you can't just think that one line written stays forever 13.20.27 # JdGordon: Since the scrollwheel has "positions", those positions should be 1 "click" 13.20.28 # If I were to simplify playback.c and remove half of the code, would I owe Rockbox lots of $? 13.20.36 # I think it will make SCROLL|BUTTON_REPEAT impossible though 13.20.51 # pondlife: haha, thats why LOC is such a stupid metric 13.20.57 # JdGordon: Ah, well, um, then hold off until there's a better way, I think 13.21.04 # JdGordon: a fix or a hack? 13.21.16 # Sounds like a hack if it breaks REPEAT 13.21.23 # markun: you say potato, i say potato... 13.21.28 # wait.. that doesnt work on irc :p 13.21.40 # ;) 13.22.27 # pot.a.to' pot.a'.to would work 13.22.36 # http://rafb.net/p/3JZOrt26.html is the diff 13.22.57 # jdgordon: No idea why but you put "manah manah" in my head. 13.23.06 # 'tis witchcraft 13.23.17 # do doooooo do do do 13.23.46 # scorche: I thought the idea was that the 'a' was pronounced differently, not the stress.. 13.24.14 # markun: i attempted to come close 13.24.15 # ah no, that's with tomato :) 13.24.52 # * JdGordon is a dill... you cant test button values in the sim :p 13.25.00 Quit Rick (Read error: 113 (No route to host)) 13.25.06 Join Rick [0] (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 13.25.23 # * scorche realizes he is only capable of outputting "noise" at this hour and so goes to sleep 13.26.58 # Llorean: yeah, it does break repeat.. 13.27.05 # * JdGordon gets back to the drawing board 13.27.10 Quit miepchen^schlaf (Read error: 113 (No route to host)) 13.28.28 Join norbusan [0] (n=norbusan@pnsgw1-client124.demo.tuwien.ac.at) 13.28.37 Part norbusan 13.28.50 # * JdGordon doesnt actually know if button_repeat is ever triggered anyway for the scroll wheel 13.29.05 # JdGordon: Isn't button-repeat used to keep it from going past the top/bottom of lists? 13.29.36 # yes 13.29.49 # but that doesnt work on the sansa does it? 13.30.05 # That reminds me... H300 PLAY+UP/DOWN doesn't stop at the top or bottom... it probably should. 13.30.34 # yep... the sansa doesnt trigger repeat ont he wheel anyway 13.33.06 # JdGordon: Ah, =/ 13.33.37 # ill commit this, then see about getting that working... unless there is a reason it doesnt trigger? 13.35.40 # hmm, is there a list of which icon is used for which filetype with the default viewer icons? 13.36.13 Join Nico_P [0] (n=nicolas@jau31-3-82-239-20-145.fbx.proxad.net) 13.36.31 # viewers.config 13.37.00 # thanks 13.37.16 Quit Rick (Read error: 104 (Connection reset by peer)) 13.37.39 Join Rick [0] (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 13.38.44 # btn = btn&(~(BUTTON_SCROLL_UP|BUTTON_SCROLL_DOWN)); will set those 2 bits to 0 and leave the others right? 13.39.54 Quit pill (Nick collision from services.) 13.39.57 Nick pill677 is now known as pill (i=pill@sloth.shellfx.net) 13.40.12 Join _pill [0] (i=pill@sloth.shellfx.net) 13.40.14 Quit pill (Nick collision from services.) 13.40.41 Join pill782 [0] (i=pill@sloth.shellfx.net) 13.44.23 Join mbr [0] (n=mbr@p3ee07da5.dip.t-dialin.net) 13.44.44 Join fejfighter [0] (n=fejfight@C-59-101-77-242.syd.connect.net.au) 13.45.15 Quit Nico_P (Remote closed the connection) 13.45.19 Quit Arathis (Read error: 110 (Connection timed out)) 13.46.03 Nick pill782 is now known as pill (i=pill@sloth.shellfx.net) 13.46.42 # JdGordon: Yes, but btn &= ~(BUTTON_SCROLL_UP|BUTTON_SCROLL_DOWN); is shorter 13.47.18 # ok 13.47.38 # Is anyone apart from bluebrother against Nico_P committing his WPS line-height patch? (FS #7033) 13.48.31 Quit safetydan (Remote closed the connection) 13.48.34 # linuxstb: Amiconn seemed to have some doubts about its usefulness too, I believe. 13.48.44 # No objection here, I think it's useful. 13.49.11 # As viewports will still be line-based, I don't see the conflict... 13.49.17 # JdGordon: in the viewes.config, why is the 10 in the line "wav,viewers/wavview,10" ? wav uses a builtin icon. 13.49.55 # linuxstb: Nico_P did say it would be a minor change to add a "Justify top" and "Justify bottom" option to it, instead of just centering, as well. 13.49.56 # amiconn(?) said that wav was meant to have a seperate icon for archos 13.50.19 # ok, thanks 13.50.50 # Llorean: I'm not sure I can think of a need for that though... 13.51.11 # well thats odd... my commit didnt touch the sansa bin size, but afffected the mini's! 13.51.20 # linuxstb: Someone did complain that visual styles may assume that text lines are justified to the bottom of something (a line/field) 13.51.26 # linuxstb: I personally don't see a use for it, though. 13.51.44 Join austriancoder [0] (n=austrian@80.120.117.30) 13.52.10 # imo if the patch goes in, and its no big deal to add, then the justify options should be added also 13.52.39 # Well, top-justify is just not doing the centering it currently does. 13.54.18 Join crop [0] (i=c27f0812@gateway/web/cgi-irc/labb.contactor.se/x-880cc251263e9756) 13.54.39 # why does it matter if you already use a wrong height for the font how it is justified? 13.54.51 # pixelma: You're seeing it as a "fix" again. 13.54.55 # I think the line height tag would be useful. But it should not center lines by default IMHO. Centering should be an extra option. 13.55.15 # pixelma: WPSes could very easily be designed to be font-independent, instead simply saying "Use a font 12px or less" 13.55.34 # Text should be "typeset" on the base line, the font is specially designed for it 13.56.03 # crop: For most WPSes, centering is more appropriate. 13.56.30 # Or at least, for most WPSes where multiple fonts could work effective (as in, fonts where it's a style choice rather than a 'fix') 13.58.07 # btw, it would be nice, if all fonts would include theyr height in the filename. 13.58.32 # I'd personally prefer it if the filenames started with the height. :) 13.59.19 # Llorean: no - just couldn't imagine that it matters if the line is a few pixels up or down, especially for wps's the will use a line height tag. For heavily designed wps the author will ponder using this one font he/she chose anyways (that's how I'd imagine) 14.01.04 # pixelma: Well, if you're substituting a font that's half the size of the usual one, it can make a difference in the overall appearance, though I suppose that you shouldn't be doing that often. 14.02.54 # But I'd settle for just "centered" 14.03.11 # Llorean: I don't know what "all" or "most" WPS's look like. But the natural typesetting for a text is aligned to its font's base line. This is like swwitching font size in Word. 14.03.30 # Llorean: it'll look differently. But as I said I just couldn't imagine that it'll be really important to those wps 14.03.39 # pixelma: Yeah. 14.03.48 # crop: Yes, and that's for documents, not graphical layouts. 14.04.24 # crop: I think you're over-estimating fonts in Rockbox. IIUC, a glyph is just a fixed-height bitmap in Rockbox, so is rendered relative to the top of that bitmap. 14.04.35 Join ColdSphinX^ [0] (n=sphinx@p213.54.187.69.tisdip.tiscali.de) 14.05.11 # hmm, the font win_crox6hbo seems to be broken (at least in the h300 sim) 14.05.28 # And the most recent version of the patch centers the line instead of rendering from the top of the line, since in the test files that looks a good deal better (text that's supposed to be "halfway down the page" looks like it is, instead of being off by an apparent half line) 14.05.35 # PaulJam_: yeah, has been for ages 14.06.18 Quit _pill (Remote closed the connection) 14.06.18 Quit pill ("changing servers") 14.06.37 # I'm not sure. It depends on what you consider lines to be. If you think of them as of stripes or banners where you "paint" the text then centering would be natural. If OTOH you consider them as lines where you write the text (as in school) then the base line should be used. 14.06.51 # crop: And I consider them stripes or banners. 14.06.56 # crop: Look at how they scroll. 14.06.58 Join pill [0] (i=pill@sloth.shellfx.net) 14.07.05 # Rockbox considers them stripes/banners... 14.07.33 # linuxstb: who stated that and when? :-) 14.07.41 # The code states that... 14.07.58 # I'm just describing how fonts are rendered in Rockbox. 14.08.22 # crop: well, rockbox can only display 1 font per line (and 2 fonts per screen) anyway, so it doesnt really matter.. 14.09.46 # whoa 14.10.17 # Those stats say I wrote 10.4% of rockbox... 14.10.47 # crop: You'll notice a lot of WPSes follow one of two designs: Centered text, basically banners for each tag, or "Fields", boxes (using scroll margins) that again are spaced and essentially very limited width text banners. 14.10.54 # crop: It's not a traditional "document" style display 14.11.15 # * [IDC]Dragon congratulates amiconn \o/ 14.11.32 # * linuxstb wonders what his real contribution is 14.11.38 # haha 14.11.49 # Where do these percentages come from, and what's the minimum value? 14.12.11 # 'statsvn' checks every revision and counts lines 14.12.27 # I think 14.12.36 # linuxstb: I think the code now aligns to the top, not center 14.13.00 # <[IDC]Dragon> and amiconn actually wrote that 10.4% code, didn't import it 14.13.05 # crop: Rockbox aligns to the top, but since line-height matches font-height, it's the same as if it were center or bottom. 14.13.13 # <[IDC]Dragon> so he should be #1 14.14.02 # Llorean: yes, but if we'd have changed the value of line height and wouldn't otherwise touch the code it would align to the top. 14.14.18 # [IDC]Dragon: no, he committed it... doesnt mean he wrote it :p 14.14.39 # I think it's in gwps-common.c, the line with "ypos = (line * string_height) + display->getymargin();" 14.14.50 # and I should be higher... Linus got the point for my actions patch :'( 14.14.52 # crop: Yes, but "the code currently does it" doesn't seem a very good reason to do it. 14.15.01 # crop: The code currently does it, because currently no attempt at aligning is necessary. 14.15.27 # crop: We're discussing a new "line-height" patch which allows a line-height to be set which is different to the font height. Hence the new need for justification. 14.15.28 # Right now it doesn't actually "align to top", it just draws the text in the reserved space. No attempt is made for alignment, it's just the simplest drawing method. 14.15.55 # Or rather, alignment. 14.16.38 # B4 14.16.49 Join PaulJam__ [0] (n=pauljam@vpn-3115.gwdg.de) 14.17.35 # linuxstb: yes. I was referring to your phrase "the code does it". I thought you were speaking about the current RB code, not about the patched code. 14.18.18 # But in the tag, we should have an option for top/center/bottom alignment 14.18.29 # B4gder: Are there certain conditions for showing up on the svnstats page or does it just not like me? (My changes could all have been under ignorable circumstances, for example) 14.18.50 # linuxstb: sorry, it was "the code states that" 14.19.08 # Llorean: I think the table is just too old 14.19.08 # Llorean: I don't know, and those stats were generated back in.. was it january? 14.19.22 # (or stats) 14.19.25 # B4gder: Ah, okay then. Nevermind. 14.19.31 # crop: I was talking about the current code. 14.19.40 # B4gder: I was looking to be the minimum contributor, but I did my minimal change after that. :) 14.20.09 # http://daniel.haxx.se/rockbox/svn/user_flanz.html 14.20.15 # beat that! ;-) 14.21.13 # B4gder: Yeah, actually I think I'd have about 6 14.21.21 # * Llorean can't even come first at coming last. 14.21.31 # linuxstb: then I think we have top alignment now 14.21.45 # crop: We don't have *any* alignment now. 14.21.51 # Lines are the exact same height as the font. 14.23.00 # Llorean: yes, you're right. But (see above) if we'd changed the string_height we'd have top alignment. 14.23.26 # crop: Only if we didn't make an attempt to choose an alignment. 14.24.02 # That's what we've been saying, once you add arbitrary line heights, then someone has to choose the alignment. 14.24.22 # The current design suggest "center" is the right one if it's not user configurable 14.24.27 # At least in my opinion "center" is right 14.25.43 # bottom of right also 14.25.54 Join Gibbed [0] (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 14.25.58 Quit Rick (Nick collision from services.) 14.26.09 # Llorean: exactly. I was trying to understand what lines are considered to be in RB now. linuxstb said that the code states that the lines are centered. And I'm saying the the code-wise they are rather top aligned. 14.26.22 # crop: Linuxstb never said lines were centered 14.26.28 # crop: He said they're treated like banners. 14.26.43 # Anyway, with the patch we'll have all options 14.26.47 Quit PaulJam_ (Read error: 110 (Connection timed out)) 14.26.58 # Banners were associated with centering 14.27.09 # ...in our talk 14.27.16 # crop: You associated them, only in the sense that "If the paradigm is banners, centering makes sense" 14.27.24 # You never said that banners had to be centered. 14.27.35 # At least I didn't get that from it. 14.27.52 # But anyway, I think we all understand each other now... 14.28.01 # Yeah, it's clear, I think, now. 14.28.05 # At least, what happens, what could happen. 14.28.06 # Ok, this discussion is leading to nowhere. I propose to close it and to commit the patch instead. 14.28.47 # We only have to agree on the default alignment :-))) 14.28.48 # crop: Well, the current patch *just* centers lines. 14.29.06 # Llorean: then it's not ready yet IMHO 14.29.20 # And IMHO it's fine. 14.29.28 Join Rick [0] (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 14.29.30 # But an option could be added, with minimal work. 14.29.37 # At least according to the author 14.30.17 # Llorean: yes. %lh|height|[t/c/b|]. Right? Or what was the tag? 14.31.31 # %lh can't be used. 14.31.39 # It's the tag for the virtual disk LED apparently 14.31.44 Join aliask [0] (n=chatzill@c210-49-190-113.eburwd8.vic.optusnet.com.au) 14.32.14 # Ok, another tag but same general syntax 14.33.04 # Assuming t/c/b is decided to be worth adding to it. 14.34.43 # I thought that was agreed upon, no? 14.35.22 # I don't think it's necessary. 14.35.34 # I think it might be nice, but I'm not really sure if it's nice enough to matter. 14.36.37 # Viewports are meant for very specific positioning, the LH patch could, in my opinion, just untie "line height" from "font height" and leave anything beyond that to what viewports chooses as its domain. 14.36.57 # I don't change and play with WPS's much. I only care about purity and "fuctional completeness" :-) 14.37.08 # *functional 14.37.21 # we're not generally much for "completeness" 14.37.24 # In terms of functional completeness, the line height patch is entirely unnecessary. Its functionality can be duplicated with what's planned for viewports. 14.37.49 # But line-height is a much more elegant solution for some things, and does offer some additional flexibility at a really minimal cost. 14.38.14 # I think we could start with it without alignment and see how it works out 14.38.25 # B4gder: It looks quite bad top-aligned, imho. 14.38.28 # I mean without option, just use center 14.38.30 # * Llorean saw the early patch. 14.38.43 # I agree with that. 14.38.46 # Center works quite nicely though, I think. 14.39.57 Join midkay [0] (n=midkay@rockbox/developer/midkay) 14.40.58 # Apart from all the arguments: it would be fun for Nico_P to implement and would make his rating jump very high :-) 14.42.00 Quit juxtap (Read error: 60 (Operation timed out)) 14.42.02 # crop: I think Nico_P's rating is going to be as high as it needs, there's a very good chance he'll be responsible for us to having Album Art by the end of summer. 14.42.41 Join Hammer89 [0] (n=soc_inte@host-24-149-166-187.patmedia.net) 14.45.06 Quit Gibbed (Read error: 113 (No route to host)) 14.45.07 Join pixelma_ [0] (i=pixelma@rockbox/staff/pixelma) 14.45.26 Quit pixelma (Nick collision from services.) 14.45.26 Nick pixelma_ is now known as pixelma (i=pixelma@rockbox/staff/pixelma) 14.47.04 Quit crop ("CGI:IRC") 14.47.55 # scorche: why do you have 3 recorders? 14.52.33 # double-backup? ;-) 14.52.48 # lots of paper that need weights? 14.53.07 # and doors to stop 14.53.12 # linuxstb: oh, I tried opennig elephants dream on my sansa and it starts to open, screen goes blank, then closes straight away? 14.53.13 # hmm, then I should get a recorder 14.54.33 # If my stupid car radio had aux in I'd get one and a nice big hard disk for it 14.56.02 # no cassette either then? 14.56.11 # nup 14.56.20 # have to use fm transmitter which sounds horrible 14.56.23 # hack an aux in :) 14.56.23 Quit himitsu ("Leaving") 14.56.39 # closest it has is phone-in, which I assume is mono 14.56.55 # phone-in? 14.57.13 # ah, scrap that. 14.57.38 # as in... mobile phone handsfree 14.58.05 # yeah, noticed that myself shortly after ;-) 14.58.20 # doing three things at once isn't always a good idea. 14.58.30 # * bluebrother wants a second monitor on this machine 14.58.57 Join obo_ [0] (n=obo@host217-41-62-170.in-addr.btopenworld.com) 14.59.56 # * B4gder currently runs some fancy linux desktop thing over two screens 15.00.03 # with 3d rotation and stuff 15.00.13 # totally insane waste 15.00.40 # the second screen or the 3d stuff? 15.00.46 # the 3d stuff 15.00.57 # two screens is pretty neat 15.00.59 # yeah ... but it looks really nice. 15.01.04 Nick obo_ is now known as obo (n=obo@host217-41-62-170.in-addr.btopenworld.com) 15.01.08 # at least when you're stuck with loress screens 15.01.16 # Two screens has proved pretty useful to me a few times. 15.01.30 Quit XavierGr (Read error: 110 (Connection timed out)) 15.01.36 # me too ... quite useful for coding. 15.01.42 # I have this "shaky" effect on windows when dragged too 15.01.47 # very useful 15.01.49 # :-P 15.01.51 # and for LaTeX too. One screen for preview and another for coding 15.02.06 # everything's like jello on my desktop 15.02.10 # * JdGordon wants two screens back 15.02.32 # bluebrother: what ever happened with the cleaning up the rocks folder patch? 15.02.40 # in fact, my current code is rather shaky too... 15.02.52 # I saw xfree with 16 screens on a linux expo ... quite impressing. You get an idea what xeyes is good for :) 15.03.07 Quit brun0_ (Remote closed the connection) 15.03.17 # haha 15.03.25 # JdGordon: still on my todo, but no time for the next 3 weeks. Presentation in less than 2 weeks and I need more numbers until then ... 15.03.38 # I'm praying my PCB will work when it arrives tomorrow 15.12.10 *** Saving seen data "./dancer.seen" 15.12.30 # did anyone order the Gigabeat Fs from Office Depot? 15.12.49 # yes 15.12.57 # elinenbe_: Yes, by way of an affiliate website. 15.13.14 # elinenbe ups tracking number shows today's delivery 15.15.26 # I expect to have a package in about 5-6 hours. 15.15.33 # Though I don't know what I'll find in it. 15.15.59 # They told me they were out of stock and had to cancel my order. And then they shipped it. 15.16.32 Quit aliask ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/0000000000]") 15.16.32 # im quite suprised they're shipping them in champaign color 15.16.52 # perldiver: The one I ordered claimed silver. 15.17.20 # people on fatwallet started to recieve theirs 15.17.29 # and its champaign 15.17.37 # which is strange 15.18.12 # i wanted a champaign one though 15.18.15 # Well, they seem to have had inventory issues. 15.18.37 # Seeing as they were "out of stock" on Wed, and still showed in-stock Thurs on some of their websites. 15.18.45 Join XavierGr [0] (n=xavier@ppp139-134.adsl.forthnet.gr) 15.19.27 # if anyone still wants one, fatwallet people got extras they're willing to sell 15.19.58 # * JdGordon wishes he had the cash for one :') 15.20.01 # :'( even 15.20.27 Join Febs [0] (n=chatzill@38.98.196.75) 15.20.31 Join Guest52768 [0] (i=pugsley@62.204.144.237) 15.21.00 # Llorean: you put up a request for a 2nd quickscreen? how about customizable one? 15.21.03 # * Llorean will settle for champaign colored, it's more or less a gift for his mom. 15.21.22 # JdGordon: When did I do that? 15.21.32 # wasnt it you? 15.21.42 # I may have a long time ago.. 15.22.14 # 5622 15.22.23 # ok, so 10 months ago :D 15.22.37 # * JdGordon going through tracker looking for something to code 15.22.55 # JdGordon: Ah, that was more or less a unification of features idea. 15.23.15 # JdGordon: The Recorders have a second quickscreen, having F1, F2, and F3 buttons. 15.23.33 # The idea was A) to allow access to this screen on any quickscreen target, and B) to reconsider what's on it,. 15.24.20 # perldiver: has anyone put rockbox on it yet? Just in case it is something like the outpost batch of h120 15.24.29 # I personally hate the options in the quickscreen :p and now with the way settings are done I tihnk it should be fairly trivial to make it possible for any setting to be on the quickscreen 15.24.50 # roolku yes, no problems, people enjoying them 15.25.04 # perldiver: Any clue the serial number range of Gigabeat Fs? 15.25.10 # Llorean what makes it strange that champaign was never a US color 15.25.11 # * roolku wants the quickscreen like it used to be - without explicit enter and exit button presses 15.25.15 # does that sound like an idea worth playing with? 15.25.35 # similar to how the pitch screen is done now 15.25.58 # * linuxstb has forgotten how it used to work 15.26.08 # perldiver: Maybe it was, but Office Depot got all of them, and forgot to sell them. :-P 15.26.12 # Llorean nope, havent seen them mentioned anywhere 15.26.23 # roolku: Did pressing the button show the quick screen, and then releasing that same button exit it? 15.26.25 # Llorean ha 15.26.32 # linuxstb: yes 15.26.41 # roolku: That gets my vote too... 15.26.46 # linuxstb: and while holding it you could adjust the settings 15.27.00 # Obviously... :) 15.27.00 # perldiver: According to the page, my incoming one's serial number starts with a Y, my current one starts with a 6, so I'm wondering if what I'm getting is really an F40. 15.27.05 # :) 15.27.21 # roolku: That doesn't work well on several of our SWCodec players 15.27.27 # roolku: Which player were you referring to? 15.27.35 # Llorean: Which ones won't it work on? 15.27.39 # linuxstb: H100? 15.27.45 # Only the play button can be combined with other buttons 15.27.54 # H300 has the same restriction, I believe 15.27.58 # Llorean yes, thats an US number for F40, my F20 has 5 and F60 has 7 15.27.58 # depending on target (h120 comes to mind) this required some clever state machine 15.28.09 # And if I recall the X5 has only two buttons (maybe) that can be combined? (Could very easily have that one wrong. 15.28.14 # i dont know what Y us 15.28.15 # is 15.28.18 # I thought I remember it working on the h1x0 in the past... 15.28.47 # yes, it works on the h120 - you just have to be careful about your actions 15.28.50 # linuxstb: On the h100 most of the buttons can't be combined, so if it did, there was something clever doing it. 15.28.53 Quit Zagor ("Client exiting") 15.29.08 # roolku: How, holding down Menu conflicts with pressing other buttons. 15.29.13 # im missing an F10 though hehe 15.29.17 # I think amiconn figured it out and then Kevin couldn't replicate it when he did the multi screen api 15.29.33 # Ah, so it was the multi-screen api that broke it? 15.29.37 # roolku: Or is it a case of long-press takes you in, and release takes you out, and since you press other buttons, release doesn't trigger? 15.30.07 # Of course, that would assume that Menu is a lower value than the stick. 15.30.15 # yes, and then it gor even worse with the action code - now you need to press a button even to enter it 15.30.35 # perldiver: I'm guessing those numbers are mostly consistent then. Office Depot did *not* ship my order the day after I ordered it, despite guaranteed next day shipping. 15.30.51 # after the multi-screen api, at least you could adjust while holding the button 15.30.56 # perldiver: When I called them the day after that, when it still hadn't shipped, their phone person told me they were out of them, and would never be receiving 'em again, and cancelled my order for me. 15.31.04 # perldiver: Then I got a shipping confirmation email 5 hours later. 15.31.09 # even though you needed an explicit press to exit 15.31.09 # * Llorean has no idea what they've shipped him 15.31.28 # now it is enter/release - adjust - enter/release 15.31.33 # Llorean did you order the paper clips too? :P 15.31.47 # cause they shipped them seperately 15.31.52 # perldiver: Paper clips? 15.31.57 # separately* 15.32.09 # yes, to get an 15% discount 15.32.13 # Ah, no. 15.32.20 # The site I ordered from didn't mention such a thing. 15.32.30 # hmm than it must be the player 15.32.34 # * linuxstb wonders how long "Global Priority Mail" from the US Postal Service takes between the US and the UK. 15.32.36 # Well they charged me the $99 15.32.40 # So I *hope* it's the player 15.32.41 # * amiconn wonders what roolku was referring to... 15.34.06 # let me see if I can find the commit 15.37.42 Quit lini (Read error: 110 (Connection timed out)) 15.42.03 # roolku: [15:29:33] I think amiconn figured it out and then Kevin couldn't replicate it when he did the multi screen api <== what is this referring to? 15.42.55 # The old quick-screen behaviour where you pressed a button to enter, and released the same button to leave. 15.43.13 # Quickscreens used to be usable in 2 ways 15.44.01 # (1) press quickscreen button to enter. Select option(s) with left/down/right. Press quickscreen button again to leave 15.44.33 # (2) press *and hold* quickscreen button. While holding, set options with left/down/right. Release quickscreen button to leave 15.45.17 # (2) Is the real quick way, but it only works on targets where the quickscreen button and the directions used for options are detectable at the same time 15.45.46 # This is the main reason why there is no option associated with the Up button in the quickscreen, btw 15.46.02 # (2) does not work on h100. It seems to can hang the player :o 15.46.12 # Are we remembering correctly that 2) used to work on the h100? 15.47.01 # (2) cannot work on irivers and iaudios 15.47.47 Quit Jon-Kha (Read error: 145 (Connection timed out)) 15.47.48 # hmm. Press Menu + before the quick menu comes up left. Screen hangs. Shutdown on long stop still works though ... 15.47.59 # linuxstb: I don't remember that (2) ever did, at least for me. 15.49.22 # Llorean: (2) *cannot* work on iriver, due to hardware constraints 15.50.21 Join kkurbjun [0] (n=kkurbjun@c-71-56-227-141.hsd1.co.comcast.net) 15.50.23 # amiconn: That's what I said, but someone claimed there had once been some clever solution to that. 15.52.15 Join PaulJam_ [0] (n=pauljam@vpn-3087.gwdg.de) 15.52.16 Join jgarvey [0] (n=jgarvey@cpe-075-177-158-190.nc.res.rr.com) 15.52.49 # JdGordon: i have a strange behaviour with the icons for music files: all music files get the icon i specified for .mp3 in the .icons file even if i specify a different icon for them (tested with wav,flac,m4a,mpc) 15.53.00 # amiconn: I remember vaguely that it was you who did the quickscreen on the h120, but looking at the log it was christy r6910 (unless you/someone fixed it later) 15.53.22 # PaulJam_: I noticed that too, actually, I'd forgotten to bring it up 15.54.28 Join chromoXdor [0] (n=Miranda@dslb-088-074-088-091.pools.arcor-ip.net) 15.55.00 # I swear (2) used to work on h120, because the mode button has a lower priority then the up/down and you can detect the BUTTON_MODE to BUTTON_UP/LEFT/RIGHT/DOWN transition 15.55.50 # PaulJam_: hmm... this shouldnt happen :p 15.56.07 # JdGordon: But it does. 15.56.10 # maybe I mis-remember amiconn having anything to do with it, but it definitly worked 15.57.03 # JdGordon: btw. it seems as if it is still not possible to pecify an icon to a filetype that is not supported by rockbox (even though i'm not sure if this would make sense) 15.57.19 # correct, you cant 15.57.28 # So the filetype has to have a viewer associated? 15.57.46 # yeah, or built in 15.57.51 # Yeah, that's what I meant. 15.59.13 # bugger... I know the problem.. I was wrong about icons_init not needing filetypes_init to be run 15.59.16 # * JdGordon fixes 16.00.00 # amiconn: look at http://www.rockbox.org/irc/reader.pl?date=20050629 where you discussed the issue with cassandra. She confirms that the quickscreen works at 10:08 16.04.46 # I propose to make the following changes to the installation instructions in the manual: 16.05.12 # 1. Move the description of the 3 types of builds from section 2.2.2 to the introduction in section 2.2.3 so that section 2.2.2 is more streamlined and easier to follow. 16.05.12 # PaulJam_: Llorean: hmm... maybe it isnt such a simple fix 16.05.24 Quit PaulJam__ (Read error: 110 (Connection timed out)) 16.05.50 # 2. Create a separate section 2.2.4 with instructions for downloading extras. Currently, this is the fonts package, but may include themes depending on the outcome of the discussion currently being held on the mailing list. 16.06.06 # Febs: Fonts, and the Doom Wads can be mentioned in 2.2.4 16.06.26 # Febs: But how would moving them to 2.2.3 make things easier, unless we're just going to have 2.2.2 arbitrarily tell them to use the current build? 16.06.33 # "them" being the build descriptions 16.08.21 # Llorean: for one, on platforms that have not had a formal release, the instructions could just read "Download a current build," with "current build" being link to the appropriate page. 16.08.47 # Febs: I agree, but what about for the few targets that do have a formal release? 16.09.07 Quit austriancoder (SendQ exceeded) 16.09.40 # I suppose there's not *really* a need to mention it there, honestly 16.09.48 # Those instructions could say: "Download the latest release or a current build." 16.10.21 # Actually... 16.10.33 # We shouldn't mention the Release in the manual at all. 16.10.54 # There is a version of the manual for the release (sorta), and because of the huge discrepancy between features offered, there's no real reason to. 16.11.06 # A release-edition of the manual could go with 3.0 if/when it happens, anyway. 16.11.33 Quit spiorf ("Sto andando via") 16.11.52 Join spiorf [0] (n=spiorf@host46-174-dynamic.58-82-r.retail.telecomitalia.it) 16.12.08 # Good point. The last "release edition" manual was for 2.4, not 2.5, but the fact remains that this manual relates to the current build, not the 2.5 release. 16.13.12 # quickscreen just worked for me on both H100 and H300 16.13.45 # ah but didn't try to hold the button 16.13.56 # but as amiconn said it shouldn't work on H100 16.14.17 # XavierGr: read my justification why it did work 16.15.20 # roolku: to tell you the truth I never really used quick screen that way (holding the mode button) 16.15.26 # if you still don't believe it, build revision 6910 and try :) 16.15.43 # but right now it only works like (1) 16.15.49 # yeah, I know. Nobody seems to :( 16.16.01 Join rift_ [0] (n=rift@242.56.70-86.rev.gaoland.net) 16.16.03 # roolku: You are free to fix it, you know 16.16.26 # well I tried with latest build and (2) doesn't work, but I never knew it worked that way too 16.17.08 # the same applies with H300 (which the mode button is independent from the directional ones) 16.17.08 # roolku: I believed you :) 16.17.21 # linuxstb: :) 16.17.42 # Rockbox can always achieve the impossible... 16.18.01 # indeed :D 16.18.03 # yep. 16.18.10 # is the mpegplayer plugin supposed to automatically start the next mpeg file in a folder? 16.18.10 # Well, as long as you watch for transitions without releases in between, you could manage something like that. 16.18.16 # Hammer89: No. 16.18.24 # okay, thanks :) 16.18.50 # will that be implemented in future versions? 16.18.59 # * linuxstb is reminded of the quote "ALGOL 60 was a great improvement on its successors" 16.19.00 Join desowin [0] (n=desowin@avc146.internetdsl.tpnet.pl) 16.19.07 # Hammer89: If someone implements it, yes. 16.19.19 # okay :) 16.19.22 # Hammer89: Remember: Open source project, volunteers, no solid plans. 16.19.28 # I know ;) 16.19.37 # But basic playlisting support of some sort seems a likely feature for *someone* to implement. 16.19.46 # definitely 16.19.51 # * Llorean has already stated his preferred 'next feature' for it. 16.20.57 # Llorean: A resume feature would mean remembering the entire state of the decoder, which isn't trivial. especially as audio is decoded a few seconds in advance of video. I think seeking would be simpler. 16.21.38 # Especially as jhMikeS seems to have rewritten mpegplayer with a view to making seeking straightforward. 16.22.45 # Oh, well seeking would make me happy too. 16.23.03 # My desire is for "any method that allows me to accidentally let it idle power off, then not have to watch an hour of a video to see the last 20 minutes" 16.23.35 # it'll automatically power off while playing a video? 16.24.51 # It'll automatically power off if you pause the video and put it in your pocket. 16.24.55 # ah 16.25.29 # * Llorean wonders what the maximum video runtime is now, with jhMike's improvements. 16.25.57 # usually if I have a long video I split it into chapter or time divisions... so some sort of playlisting is most important to me... seeking would definitely be nice too, though ;) 16.28.11 # Llorean: Have you thought about a video forum? I'm not sure if we need one yet though... 16.28.24 Join Insectoid [0] (n=boinkboi@169.139.251.251) 16.29.01 # linuxstb: I've considered it, but I'm not sure if it needs its own forum, at least not yet. 16.29.55 # I'm not sure what exactly would be discussed though, in the end. 16.30.05 Quit RaRe ("The Evolution of Medicine - 2000 BC - Here, eat this root. 1000 AD - That root is heathen. Here, say this prayer. 1850 AD - T) 16.31.20 # I'm also toying with the idea of making "Audio Playback" into general "Playback" or "Audio and Video Playback" (for clarity) 16.32.45 Quit Rift (Read error: 110 (Connection timed out)) 16.34.08 # I'd think that many people wouldn't bother with Video Playback on small screen devices and video playback posts would get lost in the noise 16.36.02 # joshin: As a general rule, if a post isn't answered by the time it gets off page 1, it's probably not getting answered at all, anyway. 16.37.59 Quit pondlife (Read error: 54 (Connection reset by peer)) 16.39.02 Join Topy44 [0] (n=Topy44@xdsl-81-173-185-33.netcologne.de) 16.39.48 # hello 16.41.30 # i use a cowon iaudio x5l running rockbox and the original firmware (with recording time hack) using the dual bootloader 16.41.58 Join RaRe [0] (n=Laffin_B@202-89-187-101.static.dsl.amnet.net.au) 16.42.27 # i just found out about the "Recording Enhancements Pack" on the forum 16.43.01 Quit Rick (Read error: 113 (No route to host)) 16.43.07 # are there any precompiled builds for the x5 available that already include the REP? 16.43.32 # i would like to avoid having to compile it myself 16.43.32 Join Rick [0] (i=rick@pool-71-119-160-247.lsanca.dsl-w.verizon.net) 16.44.21 # check around the unofficial builds 16.44.22 # also, i am having a lot of trouble recording for prolonged times - i get "warning:0000002" warnings after some time 16.45.00 # but i was using the release builds up to now, gotta try again using the nightly builds 16.45.00 Quit PaulJam_ (Read error: 104 (Connection reset by peer)) 16.45.13 # There have been no release builds. 16.45.42 # right, i mixed stuff up, just forget my last post. :) 16.45.50 # Topy44: if you want to test a patch that isn't in the svn builds then using an svn build is kind of not a choice ;-) 16.47.06 # B4gder, what i ment was: i did not test if the "warning:0000002" error occures with any other build 16.47.25 Join Topy [0] (n=Topy44@xdsl-81-173-239-253.netcologne.de) 16.47.35 # argh, got disconnected 16.47.51 # Topy: if there is no bug report for it and if you can repeat the problem, filing a new entry would be a good idea 16.48.49 # i will try to find the exact conditions where the warning shows up. i had some serious trouble two weeks ago when i recorded a whole festival, i had major FAT corruption 16.49.12 Part B4gder 16.49.13 # ended up loosing some of the recorded material and having to manually reconstruct the recordings by loading a disk image as raw wave... 16.50.47 # is there a list of unofficial builds other than the threads in the forum? i can only find one single X5 build there 16.52.44 # Topy: That forum is the list. 16.52.53 # As far as what people care to come and post about. 16.53.10 # Build maintainers don't always care to have a forum thread, or even announce their build outside of their own forums. 16.53.17 Quit Entasis_ (Read error: 104 (Connection reset by peer)) 16.54.42 # i will try that "ColdSphinX csBuild" then 16.56.04 Join pondlife [0] (n=Miranda@cpc3-rdng11-0-0-cust229.winn.cable.ntl.com) 16.56.35 Join PaulJam_ [0] (n=pauljam@vpn-3106.gwdg.de) 16.57.03 Nick PaulJam_ is now known as PaulJam (n=pauljam@vpn-3106.gwdg.de) 16.59.42 Join jhulst_ [0] (n=jhulst@adsl-69-208-79-209.dsl.klmzmi.ameritech.net) 17.00.37 Quit XavierGr () 17.02.46 # PaulJam: Llorean: remind me tomorow about the bug you wanted me to fix... not gonna happen tonight 17.04.14 # JdGordon: The mp3 represents all music files issue? 17.04.33 # umm... yeah 17.04.33 Join vcardenas [0] (i=c8767629@gateway/web/cgi-irc/labb.contactor.se/x-6b26e8ccbd1e63d4) 17.04.41 Quit Topy44 (Read error: 110 (Connection timed out)) 17.04.42 # im going to bed in a min and gonna forget 17.05.46 # you could fix it by calling it a feature (so the user doesn't have to specify every audiofile extension in the .icons file) 17.06.06 # im not M$ :D 17.07.23 # I bet fixing it would involve a lot of the same work for allowing filetypes not built-in and not in viewers.config (or at least, I bet it could) 17.07.43 Join elogreira [0] (i=be0d13c7@gateway/web/cgi-irc/labb.contactor.se/x-f65e6a2f545fc3be) 17.07.45 # no, it should be working... my very quick debug session before didnt show up anything 17.07.52 # then i was taken awak from the comp 17.07.58 # Ah 17.08.08 # Did the mono problem get fixed yet (i.e black background) 17.08.47 # Nope 17.08.55 # Just wondered 17.11.11 # what is the battery capacity of the iaudio X5L? 17.12.11 *** Saving seen data "./dancer.seen" 17.12.43 Quit fejfighter (Read error: 110 (Connection timed out)) 17.13.15 Quit JdGordon ("Konversation terminated!") 17.13.36 Quit jhulst (Read error: 110 (Connection timed out)) 17.13.36 Quit elogreira ("CGI:IRC") 17.13.48 Join miepchen^schlaf [0] (n=hihi@p54bf5db4.dip.t-dialin.net) 17.15.47 # ah found it myself. search-lazy me 17.18.37 # heh, finally i found out where the reverse cursor icon is used in rockbox: in the virtual keyboard 17.18.39 # you're aware that the battery capacity setting in Rockbox is only used for the remaining runtime estimate? 17.18.55 # Little WPS question: Can i put two conditionals one inside another? 17.20.39 # spiorf: yes 17.22.12 # spiorf: if you maen something like: %?mh<%?mr<%xdD|%xdB>|%?mr<%xdC|>> 17.22.49 # PaulJam, yes, i meant like that 17.22.53 # thanks 17.25.08 # bluebrother, yes, and since i use the unit mainly for recording that is quite a useful feature 17.25.23 Quit Insectoid (Read error: 110 (Connection timed out)) 17.25.38 # Topy: It's not so helpful with recording, the estimate is based on playback time. 17.26.04 # hm, ok then... whatever, cant be a bad thing to set it correctly anyway :) 17.26.37 # * Llorean wonders if maybe it would be good to remove that "feature" entirely, with so many different platforms and codecs now. 17.26.56 # It really doesn't serve much useful purpose as long as the % degrades linearly over time. 17.27.19 # Without it would there be any chance of a runtime estimate? 17.27.35 # (Not that it's accurate for most targets anyway) 17.27.40 # I meant removing the whole runtime estimate feature. 17.27.45 # It's mostly pointless. 17.27.52 # Yes, it's a MAS-only feature at best. 17.27.56 # It only works if your battery is newer than a certain age *and* you playback under certain conditions. 17.28.20 # Maybe it could learn from one charge to the next? 17.28.39 # If anything, the screen should just ask for "expected battery runtime" and give your estimate by using the current level % as applied to what you think the runtime will be. :-P 17.28.44 # i.e. Assume a particular user's usage pattern is fairly regular 17.29.05 # Maybe it should work based on a previous battery_bench output? 17.29.31 # I'd rather just see the feature scrapped entirely. 17.29.50 # It's (mostly) misleading, requires calibration, and we could recover a (small) bit of code size. 17.30.31 # I mean the mental math to estimate how much runtime you've got left based off the battery percentage isn't exactly college level. 17.31.46 # * Llorean wonders if removing a feature qualifies as a feature request. 17.32.05 # Request to simplify and hence improve Rockbox.... 17.32.11 # an option to see the current battery voltage instead of the percentage would be nice.. i guess the percentage isnt anywhere near linear? 17.32.23 # Topy: The percentage is calibrated to be linear. 17.32.34 # Or at least, we try, when we can, to calibrate it. 17.32.39 # The voltage is not linear for sure 17.32.41 # as in, 0% is "the unit turns off now"? 17.32.41 # The voltage is generally much less useful. 17.33.01 # ok, then it makes sence. i thought the percentage would just be based on the voltage 17.33.03 # 50% means "you're halfway through with your allotted time", 0% means "It's turning off now", etc, when calibration is right. 17.33.12 # It's based off a voltage curve. 17.33.41 # (sorry if what i say does not make much sence, my english isnt as good as it used to be) 17.33.55 # Nah, I think I've got it. 17.35.17 # setting up to compile rockbox myself now, the "csBuild" does not work for me (it seems the included REP does not include AGC) 17.36.44 # Topy: AGC should be in SVN Rockbox now... it must be a pretty old build? 17.36.44 Quit [IDC]Dragon ("CGI:IRC (EOF)") 17.37.35 # Llorean, oh, really? where are its options? meaby i am just to stupid to use rockbox :) 17.38.14 # Topy: Dunno, honestly, I never record, but I'm almost sure (not 100%) that it got committed. 17.38.40 # well, where SHOULD the options be? 17.38.47 # like, setting it to live/dj/whatever mode 17.38.52 # AGC is in SVN (but swcodec only) 17.38.58 # Topy: See the manual. 17.41.05 # Llorean, i might seem like a total idiot/noob now, but: i cannot find any reference to AGC in the manual at all. could it be that the manual for the X5 version is outdated? 17.41.28 Quit PaulJam (Read error: 113 (No route to host)) 17.41.59 # Topy: Actually, it looks like it may not have been added to the manual. 17.42.12 # Topy: But as I said, I don't record, I have no idea where the setting should be in the various recording settings. 17.42.22 # hmm.... 17.42.24 Join hiho [0] (n=beachrec@198.23.33.65.cfl.res.rr.com) 17.42.30 # phew, so at least its not my fault for not finding it :) 17.43.04 # the manual is pitily not very desriptive about recording at all 17.43.05 Join Administrator [0] (n=chatzill@C-59-101-139-96.mel.connect.net.au) 17.43.11 Nick Administrator is now known as AdministratorTom (n=chatzill@C-59-101-139-96.mel.connect.net.au) 17.43.28 # pixelma: I just noticed while looking. 17.43.53 # Topy: It seems only the H300/H100 manuals describe AGC... 17.44.06 # I don't know if that means it's not implemented for the X5. 17.44.34 # If you can't see it in the Recording settings menu, then I would guess it isn't available. 17.44.36 # hey guys, i have a iriver h10 5gb, i havnt really used my iriver cause the battery was so poor with the rockbox program. I was wondering if the code has become beter in the past 5 months, has the battery improved at all 17.45.15 # Topy: Yes, I've just checked the code, and AGC is only for H100/H300 17.46.08 # ?? what u reckon guys 17.46.12 # AdministratorTom: Rockbox has improved in the last 5 months, but the battery issue on H10 and ipods hasn't been solved. 17.46.33 # ok what improvments have been made? 17.46.43 # hmm... I'm not sure but I think that there is no AGC on the iaudios - I _believe_ they only have two gain settings so not much to adjust for AGC 17.46.45 # i have bad vision and i love how i can change the colours so i can read it and the voice. 17.46.49 # linuxstb: Is that an issue of hardware or just someone leaving it out of hte defines? 17.46.49 # AdministratorTom: http://www.rockbox.org/twiki/bin/view/Main/MajorChanges 17.47.14 # Llorean: I'm guessing it's a hardware issue, but I don't know. 17.47.17 # but better ask someone with more knowledge 17.47.21 # linuxstb, that explains it. only implemented on h100/h300 builds or wont it work on x5 at all? 17.47.44 # as in: can i integrate the patch myself without extensive coding knowledge? 17.47.46 # Topy: You're talking to people who don't know the recording code in Rockbox... 17.48.05 # petur and jhMikeS are probably the people to ask. 17.48.14 # Llorean: I can only set 0db or +20dB as gain in the recording screen (M5) 17.48.45 # pixelma: Then it does sound like a hardware limitation. 17.49.02 Join PaulJam [0] (i=Paul@vpn-3076.gwdg.de) 17.49.03 # pixelma: Then that makes sense for why there's no AGC. 17.49.20 Quit bawb2_ ("seacrest out!") 17.49.23 # Topy: the x5 doesn't have AGC because the hardware isn't precise enough 17.50.04 # that's what I think too, and I vaguely remember hearing something about this 17.50.20 # I definitely remember this being the issue ;-) 17.50.22 # not precice enough? 17.50.31 Join nls [0] (n=nils@nl104-202-175.student.uu.se) 17.50.46 # i can select the recording gain in finer steps on mine 17.50.56 # yes, the gain control is not fine grained enough for that feature to make sense 17.51.03 # aah 17.51.03 # X5 and M5 don't have AGC for microphone 17.51.17 # so the changes would be to harsh? 17.51.24 # For line in AGC should be possible, but I don't remember whether it's implemented 17.51.32 # I don't know the details, but that was the explanation, at least what I understood ;) 17.51.37 # (i only use line in) 17.51.40 # ah... that's the only thing I tried (and am able to here ATM) 17.51.49 Join Insectoid [0] (n=boinkboi@169.139.251.251) 17.52.12 # IIRC there was a (not so long) time with AGC enabled on X5 builds. 17.53.32 # (i.e. no subpack - no line-in :/ ) 17.53.41 # * Llorean doesn't see AGC mentioned in relation to X5 in the changelog at all 17.54.03 # At least not in the comments containing "AGC" or "gain control" 17.55.46 # The logs for config-iaudiox5.h (where it would need to be enabled) don't show it either... 17.55.52 # yes, the x5 only has 2 gain settings for the internal mic, but proper gain control for the line in (same with the original firmware, 2 steps for mic, 10 steps for line) 17.56.02 # meaby just noone ever tried it :) 17.56.11 # Only 10 steps? That seems low. 17.56.17 # well, there are more in rockbox 17.56.36 # but probably cowon just didnt implement more in their firmware 17.56.50 # default is 7, which seems to be rougly 0db 17.57.28 # i have other strange problems with recording in rockbox, but i guess its not much use discussing these when noone is around that actually uses the recording feature :) 17.57.46 Join Lear [0] (i=chatzill@rockbox/developer/lear) 17.58.13 # in general, the x5l is a very nice machine for taping, especially because of its immense battery capacity 17.59.10 # i recorded about 15 hours live without charging, and the battery wasnt completely flat yet 17.59.52 # the subpack sucks though... i ordered a plug from gomadic.com now to make a custom line in cable to connect to the mic preamp 18.00.42 # Unless I'm misunderstanding sound.c, the H100/H300 seem to allow gain from -128 to 96 in steps of 1 for line-in and -128 to 108 for mic. The X5 allows from 0 to 31 for line-in and 0 to 1 for mic. 18.01.13 # i am using soundprofessionals' SP-CMC4 (audio technica capsules) through a SP-Preamp (preamp and battery pack) connected to the x5 for recording live metal concerts. the results are brilliant, except for the problems mentioned 18.01.27 # linuxstb, uff, thats a difference alright... 18.02.22 # i recorded using both the original firmware and rockbox, the original firmware supports mp3 recording only (up to 320kbit) 18.02.42 # it seems that i have more trouble with distortion when using rockbox, but i could not make direct comparsions yet 18.02.54 # i will do some more testing tonight at our band rehearsal 18.04.05 Quit billytwowilly (Remote closed the connection) 18.04.20 Quit ColdSphinX^ (Read error: 54 (Connection reset by peer)) 18.04.49 Join billytwowilly [0] (n=chris@S01060016b649355d.ed.shawcable.net) 18.06.04 Quit midgey () 18.10.14 Quit AdministratorTom ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/2007030919]") 18.11.14 Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) 18.11.19 Quit miepchen^schlaf (Read error: 110 (Connection timed out)) 18.11.23 Join miepchen^schlaf [0] (n=hihi@p54BF61CB.dip.t-dialin.net) 18.15.06 Join norbusan [0] (n=norbusan@dhcp01.algebra.tuwien.ac.at) 18.15.18 Part norbusan 18.21.05 Quit midgey () 18.23.23 Part vcardenas 18.23.34 # is there somewhere a complete list of the file extensions that are supported by rockbox? 18.25.40 # firmware/id3.c and apps/pluginsviewers.config 18.26.04 # insert / between plugins and viewers.config 18.26.13 # thanks 18.27.54 # what about extension like .fnt or . lng? 18.29.29 Quit obo ("KVIrc 3.2.6 Anomalies http://www.kvirc.net/") 18.29.45 Part chromoXdor 18.30.05 Join FOAD_ [0] (n=dok@dinah.blub.net) 18.30.07 # PaulJam: in apps/tree.c there's a better list 18.30.19 # thank you 18.41.12 Join brun0_ [0] (n=brun0_@che78-2-82-227-240-106.fbx.proxad.net) 18.44.56 # PaulJam: You'd think that would be in filetypes.c, wouldn't you ;) 18.45.53 Quit FOAD (Read error: 110 (Connection timed out)) 18.47.37 Quit pondlife ("disconnected has pondlife") 18.51.15 Join ctaf [0] (n=ctaf@ram94-6-82-242-23-70.fbx.proxad.net) 18.53.43 Part ctaf 18.57.34 Join joshin_ [0] (n=joshin@VDSL-130-13-9-125.PHNX.QWEST.NET) 18.58.54 Quit joshin (Nick collision from services.) 18.59.19 Nick joshin_ is now known as joshin (n=joshin@unaffiliated/joshin) 19.07.11 Join Slowking_Man [0] (n=slow@wikipedia/Slowking-Man) 19.10.19 Join rotator [0] (n=e@rockbox/developer/rotator) 19.12.14 *** Saving seen data "./dancer.seen" 19.12.54 Join drcode [0] (n=gadido30@87.69.58.100.cable.012.net.il) 19.14.02 Join jmsbwtr_ [0] (n=james@ACCB4B8E.ipt.aol.com) 19.15.02 Join ceaser_ [0] (n=ceaser@cpe-71-72-73-134.columbus.res.rr.com) 19.17.13 # is there a reason why rockbox_flash is compiled for the H300 and associated to .iriver files? 19.17.40 # Because it's expected that we'll be able to flash them like we do the h100s, I assume. 19.18.01 # They should still RoLo unless you "Open With" 19.18.46 # no that is a bug (should not be compiled for h100 either) 19.19.48 # whoops rockbox_flash is archos only, isn't it? 19.19.49 # looks like it is compiled on targets 19.20.08 # roolku: Well, it depends on whether he means "firmware_flash" or "iriver_flash" 19.20.11 # * roolku was thinking about iriver_flash 19.20.23 # roolku: But iriver_flash is compiled for H100, and why shouldn't it be? 19.20.40 Join linuxstb_ [0] (i=5343d4aa@rockbox/developer/linuxstb) 19.20.41 Join obo [0] (n=obo@82-46-82-224.cable.ubr02.trow.blueyonder.co.uk) 19.21.26 # PaulJam: from rockbox_flash: #if !defined(SIMULATOR) && (CONFIG_CPU == SH7034) /* Only for SH targets */ 19.22.22 # PaulJam: Are you using a sim? 19.22.45 # yes 19.23.16 # h300 sim for windows 19.23.26 # Try a real build... 19.26.51 # PaulJam: Maybe it's compiled, but it's empty 19.27.04 # If you try to run it you'll get incompatible model 19.27.42 Nick bagawk_ is now known as bagawk (n=lee@unaffiliated/bagawk) 19.30.10 # yes, the zip for the actual darget doen't contain it. sorry for the confusion. 19.30.30 Join grndslm [0] (n=grndslm@host-69-59-102-128.nctv.com) 19.31.07 Quit lids (Remote closed the connection) 19.32.38 Part sslashes 19.33.04 Quit Insectoid (Read error: 110 (Connection timed out)) 19.33.07 Join lids [0] (i=lds@gateway/tor/x-40f68a455ffeb3f7) 19.34.31 # 'make zip' leaves out zero-byte files, but empty sim plugins aren't zero-byte files 19.35.03 # So 'make install' even installs those empty plugins... looks like apps/plugins/SOURCES needs some fixing 19.37.13 # Seems there are two such empty plugins - rockbox_flash and firmware_flash 19.39.01 # Why're there two flashing plugins? 19.40.23 # firmwar_flash does the initial flash (flash loader + bootbox + space for a second image), rockbox_flash is a viewer and handles updating the second (main) image (.ucl) 19.40.38 Join moos [0] (i=moos@m135.net81-66-158.noos.fr) 19.42.06 Join jmsbwtr__ [0] (n=james@AC9FA734.ipt.aol.com) 19.42.47 Quit jmsbwtr_ (Read error: 110 (Connection timed out)) 19.43.20 Join Cojy [0] (n=Cojy@86.35.192.117) 19.43.30 # hi guys 19.43.36 # can I ask somethin'? 19.44.10 # does anybody know if the firmware of the creative zen vision m can be modified? 19.44.36 Quit drcode ("Leaving") 19.45.12 Quit billytwowilly (Remote closed the connection) 19.45.56 Join billytwowilly [0] (n=chris@S01060016b649355d.ed.shawcable.net) 19.46.16 # Cojy: Anything can be modified if you try hard enough... 19.46.29 # * roolku notices some interesting gigabeat stuff in the hardware forum http://forums.rockbox.org/index.php?topic=9846.msg76503 19.46.58 # Cojy: Seen this thread? http://forums.rockbox.org/index.php?topic=3320.0 19.47.50 # ok...thanks 19.49.39 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 19.51.51 # Gigabeat F firmware hacking information (Read 404 times) 19.51.54 # nice number 19.54.59 # * moos is reading too ... :) 19.55.10 # really interesting posts 19.57.26 # Anyone downloaded the files? I can't face rapidshare.de.... 19.58.52 # which ones do you want? 19.59.45 Join ompaul [0] (n=ompaul@freenode/staff/gnewsense.ompaul) 19.59.50 Quit Cojy () 20.02.04 Join XavierGr [0] (n=xavier@ppp146-87.adsl.forthnet.gr) 20.02.49 Quit linuxstb_ ("CGI:IRC (Ping timeout)") 20.03.25 Quit Febs ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/2007030919]") 20.04.31 Join linuxstb_ [0] (i=5343d4aa@rockbox/developer/linuxstb) 20.05.03 # Moos: It's OK, thanks. rapidshare.de isn't too bad compared to some of the other free download sites. 20.05.20 # hehe, no problems :) 20.06.06 # Although I lost my connection during a download and now it thinks I'm still downloading a file... 20.15.20 # anyone know when soc final allocations are made? 20.15.23 # or are they already? 20.16.28 Quit zylche (Read error: 104 (Connection reset by peer)) 20.16.28 Quit linuxstb (Read error: 113 (No route to host)) 20.16.33 Join linuxstb__ [0] (n=linuxstb@i-83-67-212-170.freedom2surf.net) 20.16.33 Quit ceaser_ (Remote closed the connection) 20.18.27 # preglow: those are already 20.19.04 # preglow: only if student can't take part, he still can tell it to google, so he's place will be taken by someone else 20.19.53 # atleast it's what was written in "congratulations" email ... 20.23.24 Join funky [0] (n=repulse@unaffiliated/funky) 20.26.29 Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) 20.27.00 # * roolku has "Powerup on AC plugin" and "Shorted delay on POWER" on his gigabeat now. :) 20.27.07 # excellent stuff 20.28.05 Join Nico_P [0] (n=nicolas@jau31-3-82-239-20-145.fbx.proxad.net) 20.33.18 # How long does the gigabeat (normally) need from pressing power to resuming playback in rockbox? 20.35.31 # amiconn: If you leave all the original firmware files on disk (don't replace them with the minimalized ones), you end up with if I recall about 7-8 seconds? 20.35.58 Quit Bawt2 (Connection timed out) 20.36.16 # Well, that's to "filetree", I don't have resume on startup enabled. 20.37.09 Join xwaydoublecode [0] (i=505cf68e@gateway/web/cgi-irc/labb.contactor.se/x-476dd7c30674753e) 20.37.34 Join xwaydoublecode1 [0] (i=505cf68e@gateway/web/cgi-irc/labb.contactor.se/x-9cdf4dbe22208f1f) 20.42.37 Quit xwaydoublecode ("CGI:IRC (Ping timeout)") 20.48.20 # amiconn: I never measured, but a very long press was needed to initiate the boot - IIUC this is what has been shortened 20.48.55 # car adapter mode is working as advertised with the mod - now i just need a car :) 20.49.47 Quit grndslm (Connection timed out) 20.50.50 Quit barrywardell (Remote closed the connection) 20.52.28 Join entheh [0] (n=purr@88-106-160-7.dynamic.dsl.as9105.com) 20.54.07 Join chelli [0] (n=chelli@p54B87FC0.dip.t-dialin.net) 20.58.02 Join juxtap [0] (n=juxtap@wbs-196-2-101-68.wbs.co.za) 21.02.19 Quit kclaf (Remote closed the connection) 21.02.48 Quit Nico_P (Remote closed the connection) 21.03.13 # perldiver: Mine just arrived, the box claims it's champagne aluminum, but side by side with my silver the only really noticeable differences are that it's a bit shinier, and the words "Toshiba" and "Gigabeat F40" on the front are dark instead of white. 21.03.36 # It also doesn't have the holographic sticker on the back that my other one has, I'm not sure if that's standard or not, though. 21.05.58 Quit xwaydoublecode1 ("CGI:IRC (EOF)") 21.07.46 # roolku: nice 21.08.05 # next will be to have our own bootloader in flash 21.08.40 # * Llorean looks forward to that. 21.09.53 Quit nls (Remote closed the connection) 21.09.55 Join SliMM [0] (n=chatzill@89.136.181.105) 21.10.04 # Llorean: with sleep mode support! 21.10.15 # hello 21.10.23 # hi SliMM 21.10.25 # markun: I'd just like fast boot times, and no stupid Toshiba progress bar. :) 21.11.15 # Llorean: it's also nice if you pause too long, it enters sleep mode (which it does now anyway) and you can turn it on and continue your music without rebuffering 21.11.39 # should be a very fast boot time 21.12.16 # That ought to be nice. 21.12.18 *** Saving seen data "./dancer.seen" 21.16.49 Join mirak [0] (n=mirak@m145.net195-132-203.noos.fr) 21.22.07 # * linuxstb_ is happy to see shoora's realname in his source files... 21.23.41 # yes, that's a nice start 21.27.41 Quit brun0_ ("Au revoir!") 21.29.23 # that's strange - for the greyscale remote everything is set up so that it can use greyscale default icons (there is a ...x2.bmp and it's referenced in SOURCES) - but for the greyscale main lcds there is no ..x2.bmp and in the respective SOURCES it's defined to use the mono bitmap... 21.30.15 # is it 'useless' or 'useles'? 21.30.30 # and 'harmful' or 'harmfull'? 21.30.32 # SliMM: www.m-w.com 21.30.51 # markun: thanks 21.31.00 # I have to use it a lot too :) 21.31.29 # * markun is not great at spelling in most languages 21.32.09 # pixelma: What target has a 2bpp remote? 21.32.17 # X5/M5 21.35.44 # should I "fix" this (also add a dummy icons.bmp and change SOURCES respectively)? I mean it will be only a copy of the mono icons but that's what's used for colour screens too (almost) 21.35.58 # Probably 21.37.59 # SliMM: useful site? 21.38.21 # markun: indeed 21.39.42 Join kclaf [0] (i=kclaf@crj95-3-82-237-150-15.fbx.proxad.net) 21.41.34 Quit midgey () 21.42.53 Join kubiixaka [0] (n=Miranda@mos-81-27-201-28.karneval.cz) 21.43.23 Join Domonoky [0] (n=Domonoky@p549af888.dip.t-dialin.net) 21.49.58 # may i take ColdSphinX's gif viewer andmake it avaiable for grayscale targets too? 21.53.58 Join ctaf [0] (n=ctaf@ram94-6-82-242-23-70.fbx.proxad.net) 21.54.10 Part ctaf 21.55.17 Join Soader03 [0] (i=cea28ffc@gateway/web/cgi-irc/labb.contactor.se/x-ddc3d06b96827ebd) 21.56.03 Quit Soader03 (Client Quit) 21.56.23 Join Soader03 [0] (i=cea28ffc@gateway/web/cgi-irc/labb.contactor.se/x-958e31c1a3dd54cf) 21.58.25 Quit kubiix (Read error: 110 (Connection timed out)) 21.59.01 Join Spec [0] (n=nwheeler@ubuntu/member/spec) 21.59.17 # so what's the easiest way to get album art for a bunch of music? is there a cddb-like-thing for album art? :p 21.59.39 # is there a way to resize the vmware image ?? 21.59.41 Join darkless [0] (n=darkless@62.79.44.48.adsl.vby.tiscali.dk) 22.00.05 # * Domonoky found something.. 22.00.10 # Spec: apt-get install albumart 22.00.43 # heh 22.01.22 # also, when i'm done playing music...is it best to hold down play to turn it off, or is there a suspend-to-ram/sleep type option? 22.01.49 Quit Lear ("Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030919]") 22.01.55 # there's no suspend function 22.03.02 # wouldn't that eat less power than booting every time i turn it on? 22.03.13 # no 22.03.30 # the most power-eating things are the harddrive and LCD anyway 22.04.18 # fine, i'll wait for coldsphinx 22.04.24 # isn't the harddrive used extensively on bootup? 22.04.35 # err, i take that back, reading the ram from the hd is gonna be the same -.- 22.04.52 # anyway, how many bpp has a "grayscale" target? 22.04.54 # Bagder: i thought lcd hardly east anything 22.04.57 # couple of miliamps or something 22.04.59 # eats 22.05.05 # I meant backlight 22.05.16 # then we're in agreement after all :> 22.05.21 # SliMM: The H100, iPod 4G, and M5 I believe are all 2bpp 22.05.26 # * Llorean isn't 100% sure about the M5 22.05.56 # so should i make the gifviewer work with the famous grayscale lib? 22.06.08 # If you're going to adapt it, yes. 22.06.35 # and does the grayscale lib work on 1bpp lcds? 22.06.50 # SliMM: would be good, the jpeg viewer also uses the grayscalelib 22.06.52 Quit Soader03 ("CGI:IRC (EOF)") 22.06.56 # SliMM: Yes, it does. 22.07.03 # and it works on 1bpp display 22.07.03 # Lorean: the iaudio remote is yeah 22.07.11 Quit rift_ ("Lost terminal") 22.07.17 # i'll take a look over the grayscale lib then 22.07.45 # * SliMM will be back in 10 22.07.53 Join webguest77 [0] (i=534349e3@gateway/web/cgi-irc/labb.contactor.se/x-80f222727068e304) 22.08.00 # and one final question....what's the best way to convert music already on the iPod in iTunes format into rockbox-goodness? I built the database on rockbox, but some of the song names/titles are like "DZSP", etc, and sometimes the song names are correct... 22.08.08 Join ctaf [0] (n=ctaf@ram94-6-82-242-23-70.fbx.proxad.net) 22.08.28 # Spec: do you still have the files on you computer? 22.08.43 # markun: yes and no....the files are in existances, but it might take me a week to get to 'em 22.09.01 # well, I don't know the easiest way 22.09.03 # does a weird-filename imply there is no id3 tag for the file? 22.09.22 # the reason you are seeing the weird titles is because they are not all properly tagged 22.09.25 # yes 22.09.34 # ok, so manually tagging each file = the solution :-/ 22.09.55 # hi all... anyone know why some tracks should show under in the database but playing the track and "show ID3 info" gives the correct tag 22.09.57 # just the files wich show strange names 22.10.18 # of the thousands of files, i don't know exactly which ones show strange names 22.10.24 # webguest77: no, not really 22.10.27 # but i can write a script that'll tell me if there's no id3tag present 22.10.55 # webguest77: sounds like a database bug if so 22.11.10 # webguest77: were the tags incorrect when you initialized the database? 22.11.21 Join crop [0] (i=95e13c1e@gateway/web/cgi-irc/labb.contactor.se/x-8891c5ca95676c2d) 22.11.40 # PaulJam: possibly but I believe I reinitialised it? 22.11.57 Join jpn445[fr] [0] (i=52fdb973@gateway/web/cgi-irc/labb.contactor.se/x-0e718697d8567b66) 22.12.07 # Shouldn't "Reset settings" also set the WPS to the default one? It just hasn't on the gigabeat sim. 22.12.30 # crop: yes, I it should 22.12.50 Join rift [0] (n=rift@242.56.70-86.rev.gaoland.net) 22.13.21 # so there is no decent album art database? 22.13.23 # Spec: have you tried something like http://www.mp3tag.de/en/ 22.13.37 # no 22.13.50 # markun: hm... it didn't work for me. Could you also test it? 22.13.57 # oh wow, renames files based on tags 22.14.08 # crop: in the sim? 22.14.11 # webguest77: does it run on linux? 22.14.22 # Llorean: yes the M5 has a 2bpp screen 22.14.22 # Spec: dunno, sorry 22.14.22 # And one more thing: how can I (re)set the WPS to the default one without resetting all the settings? 22.14.24 # nope :p 22.15.00 # markun: yes, I only tested on the sim. But I'll test on target as well. I think it doesn't depend on the platform. 22.15.03 # crop: Choose "rockbox_default" from browse themes, or browse .wps 22.15.19 # Spec: have a look at picard - another apt-gettable one 22.15.31 # Llorean: is there such theme? Or only font? 22.15.31 # obo: you weren't kidding about albumart? 22.15.40 # obo: what distro/repository? it's not on my ubuntu repo 22.15.42 Join Rincewind [0] (i=sLuV9Q7S@nat-wh-1.rz.uni-karlsruhe.de) 22.15.45 # crop: There's a wps for it at least. 22.15.48 # no, I use it here 22.15.50 # crop: There might also be a theme. 22.16.22 # Spec: it's in edgy and feisty 22.16.25 # are there any plugins that visualize audio output other than the oscilloscope? 22.16.38 # obo: ah hah, i believe i checked on a dapper 22.16.42 # PaulJam: did you have something in mind - files to try deleting or something like that? 22.17.29 # Llorean: yes, on target (not the latest build though) there is rockbox_default theme, but not on the sim (latest build) 22.17.29 Quit jpn445[fr] ("CGI:IRC (EOF)") 22.17.40 Join [445] [0] (n=chatzill@lns-bzn-30-82-253-185-115.adsl.proxad.net) 22.17.56 # you could delete the *.tcd files from the .rockbox directory and reinitioalize the database. export your runtimeinfo before if you use that. 22.18.15 # this was for webguest77 22.18.17 Part Llorean 22.18.29 # PaulJam: ok, willing to try it 22.18.38 Part ctaf 22.18.52 Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) 22.19.29 # so are there any configuration tips/tricks for getting the music to switch tracks faster (ie: pushing "next" in the middle of a song has a noticable delay) 22.19.46 Join TrueJournals [0] (n=aimjourn@c-24-12-147-61.hsd1.il.comcast.net) 22.20.11 # Spec: do you have crossfading enabled? 22.20.19 # i disabled it 22.20.42 Quit TrueJournals (Read error: 104 (Connection reset by peer)) 22.21.10 Join TrueJournals [0] (n=aimjourn@c-24-12-147-61.hsd1.il.comcast.net) 22.21.25 # oh yeah, on an ipod 5g (video), shouldn't i be able to plug in the output of another mp3 player, and record the input? 22.21.30 # How can I install the packaged themes on the sim? I did make && make install but find no themes on the sim 22.22.10 Quit Hammer89 (Read error: 104 (Connection reset by peer)) 22.23.28 # Oh, themes are not in SVN? 22.23.53 # crop: just rockboxed, ichatcher and boxes 22.24.04 # depends on the target 22.24.06 # unicatcher and the rockbox default 22.24.27 # depends on the target, as pixelma said 22.24.47 # PaulJam: well that worked :) 22.25.17 # (it seems that reinitialising doesn't work very well - or I messed it up) 22.25.49 Join lowlight [0] (i=c730190b@gateway/web/cgi-irc/labb.contactor.se/x-2919b30fa6d8ee8c) 22.26.13 # SliMM: I see many WPS's in SVN but none is installed (copied to archos) by make install. Is it ok? 22.26.39 # webguest77: did you use "update now" or "initialize now" after you changed the tags? 22.27.04 # well, in the ipod 5g sim, there is rockboxed, i/uni catcher and boxes 22.27.08 # I believe I tried both - as you do 22.27.37 # SliMM: after make install? Or is there another make target? 22.27.49 # no, after make install 22.28.56 # Hrm. Not for me. At least not for gigabeat and h120 22.29.15 # what is the "bindiretional scroll limit"? 22.29.36 # and is there a way to "accelerate" scrolling, ie: step up the scrolling speed if you keep scrolling down a long list 22.30.20 # Fonts are all installed (copied) but not the WPS's 22.30.30 # Spec: it should accelerate automatically 22.30.42 Join webguest33 [0] (i=4308179a@gateway/web/cgi-irc/labb.contactor.se/x-a9b4a3a3114cc2aa) 22.30.44 Quit [445] ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/2007030919]") 22.31.10 # it seems to get slower :-/ 22.31.58 Quit webguest33 (Client Quit) 22.32.09 # definitely seems like it has a negative acceleration :p 22.32.23 # i'll see what i can do with the gif viewer tommorow 22.32.46 # will it be comitted if i add grayscale support? 22.33.37 Nick linuxstb__ is now known as linuxstb (n=linuxstb@i-83-67-212-170.freedom2surf.net) 22.33.41 # SliMM: depends .. :-) 22.33.50 # SliMM: possibly, yes 22.33.54 # depends on what? 22.34.13 # SliMM: it should match the coding styles, work on every possible target.. 22.34.54 # i will just add some #ifdefs and use the grayscale lib, it's not my work 22.35.04 Quit Rincewind ("Cya") 22.35.25 # there is no garantie for commiting.. :-) 22.35.40 # ok 22.36.18 Join Domonoky_ [0] (n=Domonoky@p549AD793.dip.t-dialin.net) 22.36.22 # i have a difficult time in understainding someone else's code, that's why i can't do more than add grayscale support 22.37.42 # its fine, add it, and somebody else can improve it more, if it needs more work.. just dont expect it to be commited asap.. 22.37.42 Quit crop ("CGI:IRC (EOF)") 22.38.02 # ok :) 22.38.32 # i'll talk to coldsphinx, mabe he helps me in understainding how gifs can be decoded 22.38.59 # so i can make my on gif decoding function, and make an extensible image viewer 22.39.16 # my own* 22.39.40 # but now it's time to say good night 22.39.49 # or rather good bye :) 22.39.54 # an extensible image viewer would be nice.. but i think thats not an easy task.. 22.42.35 # Domonoky_: once i understaind gif, jpeg and png decoding, i can make a separate function for eachone that dumps the data into a fb_data array and do scaling and other stuff on that array independently 22.43.05 # the fb_data is the frame buffer 22.43.33 # fb_data is short int iirc 22.43.34 # you should scale things _from_ that, but rather to that 22.43.47 # SliMM: it depends on target 22.44.03 # well, short int array than 22.44.10 # then* 22.44.13 # yes, depending on what target 22.44.34 Quit pill (Nick collision from services.) 22.44.47 Join pill [0] (i=pill@sloth.shellfx.net) 22.45.02 Quit pill (Nick collision from services.) 22.45.14 # Bagder: i think is more cpu-intensive to read and decode every time zooming is performed 22.45.25 Join _pill [0] (i=pill@sloth.shellfx.net) 22.45.29 # SliMM: you may clean up already your own patch and get it commited first (http://www.rockbox.org/tracker/task/7022) ;P 22.45.31 # I didn't say you had to do that 22.46.04 # maybe I misunderstood 22.46.20 # moos: what's wrong with it? :) 22.46.38 # Bagder: maybe i misunderstood :) 22.46.55 # ask commiters that would look at it and make it svn material 22.47.29 # Bagder, could you please take a look over my patch at http://www.rockbox.org/tracker/task/7022 22.47.46 # and make it svn material if possible? :) 22.48.10 # or tell me what i should do to make it commitable 22.48.14 # tabs 22.48.22 # long lines 22.48.33 # no tabs? 22.48.48 # why shouldn't i use tabs? 22.48.51 # and perhaps most importantly, why the rush to add something that nobody uses? 22.49.09 # SliMM: you should follow the rockbox-style of indenting source code 22.49.37 # Bagder: no rush, moos just told me that i should get my patch commited :) 22.50.06 Join gigapete [0] (i=4434b650@gateway/web/cgi-irc/labb.contactor.se/x-678fc656a693b0f4) 22.50.07 # Bagder: a wiki link pls to take a look over rockbox-style of indenting source code 22.50.12 # SliMM: and you blindly do what people ask you? ;-) 22.50.25 # Bagder: not always 22.50.39 # http://svn.rockbox.org/viewvc.cgi/trunk/docs/CONTRIBUTING?view=markup 22.50.41 # hey guys, i've reformatted my gigabeat f40 and now i can't even get it to power up, can anyone offer some advise? 22.50.54 # SliMM: I meant take in exemple to how to do for folow the rockbox rules, even if the patch isn't usuful, made it clean is good for you first 22.51.00 # gigapete: Yes, don't do that... 22.51.35 # gigapete: http://www.rockbox.org/twiki/bin/view/Main/GigabeatFXPort#Gigabeat_Recovery_Procedures 22.51.59 # moos: it looked pretty clean to me :) 22.52.06 Part lowlight 22.52.53 # Bagder just pointed you some rockbox code style for exemple 22.53.16 Join sslashes [0] (i=sslashes@209.67.252.122) 22.54.18 # once you will get all the "how to make things clean and svn material", you will can made usuful patch (that just what I wanted to say first) 22.54.40 # moos: ok :) 22.54.59 Quit Domonoky (Read error: 110 (Connection timed out)) 22.55.06 # i've read that before, Bagder, but not completly :) 22.55.30 # linuxstb_: can rockbox render text over the mpegplayer output ? 22.55.40 Quit jgarvey ("Leaving") 22.55.47 # dionoea: No. 22.55.55 # dionoea: not yet, but jhMikeS had some nice ideas for overlay 22.56.09 # CR LF is no problem, tabs.. i don't think they're a problem.. 80 columns lines.. this needs some wortk :) 22.56.50 # markun: what ideas? :D 22.57.22 # it's not rendering in the same buffer or something ? 22.57.47 # damn, it's late here, good bye 22.57.50 Quit SliMM ("Chatzilla 0.9.74 [Firefox 1.5.0.11/2007031202]") 22.57.59 # supplying a mask to the yuv2rgb function 22.58.16 # which will decide which pixels should be taken from the framebuffer and which from the yuv buffer 22.58.23 # can't you render after the call to the yuv rendering function? 22.58.34 # (might be inefficient) 22.58.48 Join johnnyoc3 [0] (n=chatzill@adsl-71-143-19-189.dsl.scrm01.pacbell.net) 22.58.57 # dionoea: if you do it during the yuv conversion you don't need to convert all the pixels to RGB 22.59.00 # or maybe even render the text directly in y(uv) 22.59.15 Quit johnnyoc3 (Client Quit) 22.59.40 # so you render it in the y buffer using white/black (won't need any rendering in the chroma buffers) 22.59.47 # dionoea: and we were also thinking of adding support for alpha blending 23.00.21 # what about the progress bar while seeking? 23.00.32 # oh, i though that there were CPU problems when runing mpegplayer :) 23.00.49 # dionoea: those gigabeaters you know... :-) 23.00.50 # dionoea: jhMikeS and I both have a Gigabeat :) 23.00.54 # ah :) 23.01.16 # we'll see how well it turns out, it will just be an experiment 23.01.52 # I'll try to render some (constant) string on top of the yuv buffer to see if it can be done at reasonable speed 23.05.19 # * TrueJournals hugs loadable icons :-D 23.10.11 # how hard would it be to implement a new "way" to browse the database? 23.10.47 # I want an A-Z listing on the left side, and while you scroll down the A-Z list, on the right side of the screen it should show the files that begin with that letter, then when you click on "B" for example, you'll go to the second window and be able to scroll down the songs starting with "b" 23.11.23 # Like the way the Zen does it? 23.11.28 # i haven't seen a zen 23.11.36 # it's like the way the old Rios did it 23.11.42 # Ah, because my friend has one and that's exactly what it does 23.11.58 # Anyway, I'm no coder, but I think that would require quite a bit of work 23.12.22 *** Saving seen data "./dancer.seen" 23.12.54 # Spec: I have some ideas for that 23.13.01 Quit chelli ("Client exiting") 23.13.02 # but more flexible than A-Z listing 23.13.12 # will also work with other languages for example 23.13.59 # ah 23.14.04 # well, i can program a little, but not much C 23.14.15 # i could probably figure out how to do it, as long as i could make a "window" in rockbox-land 23.15.10 # are there any patches for things like this? 23.15.23 # alternate database-browsing methods, that is 23.15.23 # search the patch tracker, I didn't really look 23.15.36 # I didn't want to do it just for te database of course 23.15.49 # for any list 23.16.12 # right 23.16.16 # are you a programmer? 23.16.19 # yes 23.16.23 # familiar with rockbox source? 23.16.25 # Spec: A window will probably need to wait for viewports to arrive. 23.16.39 # viewports? 23.16.43 # Spec: familiar with some parts 23.17.16 # Spec: Basically windows... 23.17.28 # yeap 23.17.29 # read spec now 23.18.12 # but I don't think not having viewports is an obstacle for having such a quick jump function 23.19.03 # well, you'd have to bring up the data for all songs starting with "A" in a "window" to the right of your a-z list 23.19.36 # but it seems like viewports is for the WPS only? 23.19.48 # Spec: my list would/will be vertical 23.19.57 Quit Guest52768 ("lini has no reason") 23.20.00 # linuxstb_: how do you get the pitch / line length for a given plane in the mpeg2_info_t struct ? 23.20.02 # Spec: No, they'll be implemented at the lcd driver level, so available throughout Rockbox. 23.20.03 Join lini [0] (i=pugsley@62.204.144.237) 23.20.24 # they should just implement curses 23.20.37 # Spec: which 'they'? 23.20.41 # you! 23.20.44 # :p 23.20.46 # fuck you :) 23.20.53 # pardon my french 23.20.59 # markun: it's ok, i don't speak french 23.21.05 # I'm still learning 23.21.19 # but I have to leave again in 3 weeks.. 23.21.24 # dionoea: You mean the width? 23.21.40 # Spec: shall I explain you my 'quick jump' idea? 23.21.41 # well the buffer width and displayed buffer width (in cas they're not equal) 23.21.43 # is there a place i can write a spec/proposal for rockbox? 23.21.48 # markun: yes, with pretty pictures if possible 23.21.48 # *case 23.21.59 # Spec: I'll just do it in text: 23.22.15 # first you calculate the number of line in the screen with the current font 23.22.25 # linuxstb: so i know how much bytes i have to skip to go to the next line 23.22.27 # dionoea: See the vo_setup() function in video_out_rockbox.c 23.22.44 # ok, thanks 23.22.55 # than you devide the list into a number of groups euqal to the number of lines 23.22.55 Quit webguest77 ("CGI:IRC (EOF)") 23.23.00 # That's passed the info->sequence structure. 23.23.26 # then for each line you display the first few unique letters of the first and last item 23.23.29 # ah, 1 page up :) 23.23.37 # ok, sequence was what i was looking for 23.23.43 # like this: [Amo .. Bea] 23.23.45 # width and height are for Y ? 23.23.54 # [Bec .. Cae] 23.24.09 # etc 23.24.16 # dionoea: Yes, and the other two planes are half the width and height. 23.24.25 # i expected that :) 23.24.36 Quit lids (Remote closed the connection) 23.24.38 # markun: is that all the lines currently on the screen, or in the whole list? 23.24.41 Join webguest77 [0] (i=534349e3@gateway/web/cgi-irc/labb.contactor.se/x-b3bac26f20e1f738) 23.24.41 # if you click on one of the items it will just to the first entry in that group 23.24.51 Join lids [0] (i=lds@gateway/tor/x-94320461facb4aab) 23.24.58 Part TrueJournals 23.25.00 # Spec: what do you mean? 23.25.13 # markun: so you want to on-the-fly group entries into categories, so it'd be like [a - c], [c - e]? 23.25.14 # s/just/jump/ 23.25.23 # yes 23.25.41 # i'd rather have two windows :p 23.25.41 # but would work also for people with russian and greek files for example 23.25.49 # 2 windows of what? 23.26.35 # Spec: just program your thing if you think it's better 23.27.00 # hah =p 23.27.25 # ok, so it's rendering a doted white/black line without affecting the framerate too much. I'll try with text now 23.28.03 # markun: my idea is like this: http://pastebin.ca/445437 23.28.17 # btw, how many fps should i expect with the 16:9 elephant dreams sample on the ipod video ? 23.28.34 # (i get ~16 fps with no skipping and limiting, ~10 fps with skipping enabled) 23.28.39 # markun: you should definitely make your idea, the more ways to access the database/file information, the better. 23.28.51 # dionoea: Sounds about right. 23.29.01 # Spec: I don't agree 23.29.11 # whyn't? 23.29.11 # we have to think about file size 23.29.17 # ok. (i'm unsure if my cop's used or not ... but i don't really care atm) 23.29.31 # file size? 23.29.46 # dionoea: If the COP wasn't being used, you wouldn't get 16fps 23.29.50 # ok 23.29.52 # well, adding more and more things which do more or less the same is just a waste of bytes imo 23.30.12 # markun: well, i wasn't thinking of including them in main rockbox 23.30.18 # but a patch to allow me to search my way would be uber nifty 23.30.19 # why not? 23.30.31 # A patch like that would soon go out of sync 23.30.36 # markun: not everyone will like either of our ideas 23.30.45 # They will have to :) 23.31.11 # so you don't think it'll be easily doable until viewports? 23.31.23 # linuxstb: for my idea, not markun's 23.31.27 # 'cause markun's is doable right now :p 23.31.40 # Spec: what's the advantage of your idea? 23.31.41 # both are doable right now 23.31.58 Join Soap2 [0] (n=Soap@65.23.15.14.nw.nuvox.net) 23.32.07 # markun: so you can scroll down letter of alphabet by letter of alphabet, and see the songs on the right side 23.32.20 # it's more aesthetically pleasing 23.32.25 # aha 23.32.30 # markun: Your idea is to be able to collapse any long list and expand it based on the group headings? 23.32.32 # Bagder: how would you have a list beside a list like that? 23.32.41 # linuxstb: yes 23.32.55 # Spec: ? I would make two lists 23.33.06 # why would that be hard? 23.33.40 # Scrolling lines? Or can they be done with a left margin already? 23.33.41 # err 23.33.48 # Bagder: i haven't seen a rockbox menu that has "windows" like that 23.33.50 # ah scrolling will be hard yes 23.33.55 # linuxstb: what do you think of it? LinusN liked it. 23.34.37 # Can anyone explain the following... I have a track \Eiffel 65\zzMisc\Eiffel 65 - Blue.mp3 which is tagged with Eiffel 65 as the artist, no album and the title is 'Blue (Da Ba Dee)' in the database, if I go through Artist, it shows Blue (Da Ba Dee) but if I go through it shows '65. Blue (Da Ba Dee) - 03:29' 23.34.41 # markun: I don't have any long lists... 23.35.01 # linuxstb: use your imagination then :) 23.35.24 # linuxstb/bagder: is there a place i can create a featurerequest/spec for "the future" when it'll be possible to implement the idea? 23.35.41 # (and the Genre database seems to have a lot of 0-9a-z single character entries that I can't fathom) 23.35.51 # webguest77: I can only tell you that you shouldn't be listening to that music anyway :) 23.35.58 # Spec: I'm quite sure this idea already is filed (at least once) 23.36.08 # hmm, are there any patches associated with it? :p 23.36.13 # in the feature request tracker 23.36.24 # markun: yeah, it's not my normal listening - has some comedy value 23.36.29 # :) 23.36.31 # Spec: not that I know of 23.36.39 # where's the feature request tracker? 23.37.09 # never mind 23.37.11 # * Spec is blind. 23.37.35 Quit kubiixaka ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 23.39.01 # yay! It's rendering "Hello!" in the Y buffer (and i'm lost about 0.5 fps) 23.39.08 # or maybe less 23.40.10 # linuxstb: if i need some text buffer (like for subs rendering), do i have to allocate it statically somewhere in mpegplayer.c or do you have some malloc emulation ? 23.40.26 # well, not subs rendering, but storing the subs before they're rendered 23.40.49 Join webguest92 [0] (i=415fb711@gateway/web/cgi-irc/labb.contactor.se/x-8af046f0f1ade5d8) 23.40.58 # hi 23.41.26 Join Juice^ [0] (n=Juice@213.167.96.196) 23.41.27 # hi 23.42.11 # is there a way to put rockbox in sleep mode like apple firmware 23.42.18 # is there a way to put rockbox in sleep mode like apple firmware 23.42.20 # no 23.42.23 # dionoea: Look at the start of the plugin_start() function in mpegplayer.c - it grabs the audio buffer and then allocates bits of memory for different things. 2MB is given to libmpeg2 for it to malloc() from, the rest is assigned statically. I think it would be best if you allocated a subtitle buffer from that memory pool when mpegplayer is started. 23.42.54 # will there be 23.43.19 # Maybe, but no-one has expressed an interest in implementing it. 23.43.37 # ok 23.43.56 Quit webguest92 (Client Quit) 23.45.22 # linuxstb: ok. (I'll go for simple srt subs) 23.45.55 # start time / stop time / text should be more than enough for subs support 23.46.33 Quit jmsbwtr__ (Read error: 110 (Connection timed out)) 23.46.50 Quit rift (Read error: 110 (Connection timed out)) 23.47.14 Join jmsbwtr__ [0] (n=james@ACD10583.ipt.aol.com) 23.48.21 Join amiconn_ [0] (n=jens@rockbox/developer/amiconn) 23.50.25 Join Rift [0] (n=opera@242.56.70-86.rev.gaoland.net) 23.51.00 Quit linuxstb_ ("CGI:IRC") 23.54.02 Quit ender` (" If you assign N persons to write a compiler you'll get a N-1 pass compiler.") 23.54.40 # man, it sure takes a while to scroll from top-to-bottom in the Balance setting 23.55.04 # * roolku sighs 23.55.21 # first victim of the gigabeat firmware flash 23.55.28 Quit lini ("lini has no reason") 23.55.30 # :/ 23.55.37 # roolku: bricked? 23.55.39 # bricked? or... 23.56.35 # not me - http://forums.rockbox.org/index.php?topic=9846.msg76535#msg76535 23.56.55 # seems recoverable though ... I don't quite understand what he has done 23.57.32 Quit lids (Remote closed the connection) 23.58.22 # linuxstb: do we have any information about how the device moves into sleep mode? 23.58.53 Quit jmsbwtr__ ("Ex-Chat")