--- Log for 01.01.108 Server: clarke.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 19 days and 8 hours ago 00.00.46 *** Saving seen data "./dancer.seen" 00.01.05 # is rockbox.org working for anyone? 00.01.17 # Works fine for me 00.01.31 # weird 00.01.49 # could i ask you a small favor? 00.05.58 Join karashata [0] (n=Kimi@207.61.207.167) 00.05.58 Quit saratoga ("CGI:IRC (EOF)") 00.10.27 Join webguest52 [0] (n=436594fa@gateway/web/cgi-irc/labb.contactor.se/x-bbb3a4c2b8476c6a) 00.10.50 Quit DogBoy ("Leaving") 00.11.57 Quit webguest52 (Client Quit) 00.15.51 # happy new year guys!! (and girls :) 00.16.08 Join salty_horse [0] (n=ori@pdpc/supporter/active/salty-horse) 00.16.13 Nick salty_horse is now known as salty-horse (n=ori@pdpc/supporter/active/salty-horse) 00.17.43 # ditto markun 00.17.51 # Heppy new year! (17 minutes after in my country) 00.18.17 # hehe 00.18.27 # still another 6 hours - 17 minutes here 00.18.31 Part salty-horse ("Leaving") 00.18.36 # * scorche|w wonders if we are going to do this for each time zone 00.18.56 # ever hour on the hour im going to say happy new years 00.19.09 # i guess i can setup a timer script for that... 00.19.45 # * scorche|w readies the kick button 00.20.32 # scorche has kicking privalleges? 00.20.37 # its not like im spamming anyways =P 00.22.39 Join RoC_MasterMind [0] (n=Free@c-71-203-172-58.hsd1.fl.comcast.net) 00.32.06 Join AceDaPig [0] (n=blahblah@12-215-192-41.client.mchsi.com) 00.32.11 # how do i get out of a game? 00.32.30 # Depends an awful lot on what game, and what player. I'd suggest The Manual for a good starting piont 00.32.44 # where can i look for in the manual; 00.33.00 # In the section for that plugin... 00.33.02 # none of the chapters seem to cover games 00.33.37 # Open the PDF manual in a PDF viewer, search, and type in the name of the plugin you're using? 00.33.45 # ah 00.33.46 # thanks 00.34.14 # rockbox > ipl 00.34.20 # so simple 00.34.23 Quit AceDaPig () 00.35.39 # hehe 00.35.51 # im happy i "suggested" for him use rockbox 00.39.23 # so, i want to run this by the channel hoipefully while the others are asleep.... who thinks a HAVE_FLUFFY_GUI option would be a good thing, with viewports we have more flexibility with the screen but i know some stuff will be pointless on the small screen / b+w screen targets... would keeping two gui's going be impossible? 00.40.05 # would viewports not be able to look the same as the old one? 00.40.23 # it would 00.40.33 # then why? 00.40.52 # I'm confused as to what you're suggesting. 00.40.55 # but its the extra stuff which we havnt got yet which would be a big red delta on the "crap" targets 00.41.56 # stuff like allowing wps+menu on the same screen, almost useless on the smaller targets, but i already know the code for that is going to be complicated and wated on say the archos 00.41.58 # Where can I download precompiled apps for Sansa c240? 00.42.23 # J-23: Rockbox includes all the official plugins. Beyond that, there isn't really anyone providing precompiled "apps" 00.42.33 # There are occasionally unsupported builds, but that's a whole Rockbox replacement 00.43.02 # JdGordon|w: I think that'd end up being more a feature-by-feature #ifdef than #ifdef HAVE_GUI_ADVANCED 00.44.15 # For example large icons might work on the c200 (the default firmware is basically a one item per screen list version of the e200 firmware) while menu-in-WPS would be unsuitable just because of the tiny, tiny screen size 00.46.20 # true 00.46.25 # that was the other option 00.46.32 Join DogBoy [0] (n=john@66-101-59-100-static.dsl.oplink.net) 00.46.36 # if you are keeping legacy systems around through ifdefs, why even roll out a new system?...i could see a fork, but if you are going to roll out a new system, then replace the old one on something with not much int he way of resources 00.46.52 # I can kinda see it going two ways 00.46.59 # Currently menus, filetree, *everything* are just a matter of lists. 00.47.01 # * JdGordon|w would love to see apps/ forked 00.47.56 # but yeah, having one define for everything means we could possilby release 2 builds per target, although i think the big colour ones would just be the full gui anyway 00.49.19 # big icons are actually one of the things I had in mind, along with a grid interface instead of the lists 00.49.41 # And see that's where it gets interesting 00.49.51 # The grid interface could still be a list behind the scenes, or it could not really be. 00.50.09 # * JdGordon|w thinks of his poor mr500 which hasnt been touched for ages 00.50.10 # Meaning, sorta, that you could have an algorithm that just takes the list that the normal UI uses and generates your grid UI 00.50.20 # well thats the plan 00.50.34 # Basically, you could choose to, in a way, preserve compatibility with the old UI, which basically results in swappable systems, at a cost of flexibility 00.50.35 # I want all gui elements to split the drawing code from the logic 00.50.51 # See, that sounds good to me. 00.51.09 # I've downloaded and unpacked to my Sansa c240 player newest version of Rockbox. I have tried to run brickmania... "Incompatible version" 00.51.11 # the list does this enhough that a grid could be done relativly easily now, I think, using vp to scroll stuff properly 00.51.13 # So you can more easily tailor your graphical output to the target, without worrying about the logic beneath 00.51.40 # having both would allow a grid on main screen and list on remote 00.51.43 # J-23: Then you didn't unpack it properly. Try deleting the .rockbox folder first (remember to back up any themes or .cfg files) 00.54.48 # Llorean: /config.cfg and /themes/*? 00.55.07 # J-23: Basically yes. Possibly your database files too, if you've generated a database 00.55.20 # I've backuped all. 00.55.34 # rm -rf .rockbox? 00.55.58 # J-23: Yes, then extract the new one 00.56.46 # JdGordon|w: It'd be neat if the UI was separated enough that it'd be relatively easy for patch authors to just write up new UIs (specifically, it'd be kinda neat to see unsupported builds that don't even look like Rockbox any more, with people *really* experimenting with UI design, since that's what we get a lot of complaints about) 00.57.10 # Despite the number of people who don't like the UIs, almost nobody has done much playing in methods for improving its actual usability other than you and I quibbling about button maps and such. :) 00.57.20 # yeah, agreed 00.57.59 # I wouldn't go so far as to suggest list-rendering plugins, but making it easy enough to us #ifdefs to swap rendering methods would be neat. 00.59.01 Join pikhq [0] (n=pikhq@209.248.124.243) 01.00.14 Join nickv111 [0] (n=nick@c-75-71-229-135.hsd1.co.comcast.net) 01.00.36 # 01.00.37 # What codecs will the iPod support? 01.01.05 # pikhq: All the ones Rockbox supports, though Monkey's Audio is too slow to really be usable 01.02.27 Quit pikhq (Read error: 104 (Connection reset by peer)) 01.02.59 # Hey all. I just tried to upgrade Rockbox on my iPod, and I upgraded both the firmware and the software. However, now when I boot my third-generation iPod, I get a picture of a folder with a sign with an exclamation point in it and it doesn't boot 01.03.25 # Llorean: Now I can't run font browser... 01.03.48 # J-23: Re-install the fonts. 01.04.08 # Hmm... 01.04.47 # nickv111: What do you mean by "firmware and software". What exactly did you do? 01.04.54 # I ran ipodpatcher 01.05.08 # And I also unpacked the base and font zips 01.05.40 # So you updated the bootloader and Rockbox itself 01.05.54 # How had you previously installed the bootloader? 01.06.02 # Where are fonts? 01.06.05 # /fonts? 01.06.10 # J-23: On the extras wiki page. 01.06.10 # I don't know 01.06.14 # Llorean: I have no idea,. 01.06.49 # nickvlll 01.06.53 # this is the ipods error, not rockbox 01.06.59 # nickv111: The easiest solution is to boot your iPod into disk mode, and attempt to have iPodPatcher uninstall. This probably won't work, but if it does, is the best bet. 01.07.01 # Thanks! 01.07.21 # http://docs.info.apple.com/article.html?artnum=61003 01.07.24 # its ipods fault 01.07.25 # nickv111: The most likely to work will be to have iTunes restore your iPod. This will remove all music, so you'll need to copy music back onto it, and reinstall Rockbox from scratch 01.07.41 # Llorean: No problem. Thanks. 01.07.49 Quit scorche|w ("CGI:IRC (Ping timeout)") 01.08.14 # billenium: That error can mean a few different things, up to and including, "the hidden partition on the iPod's disk is corrupted" which can be caused by an improper installation of Rockbox, though it should be impossible to cause with iPodpatcher unless it is interrupted while writing, or otherwise forced to fail 01.13.23 # Thanks, all. I gotta go 01.13.30 Quit nickv111 (Remote closed the connection) 01.13.46 # Is there calendar plugin for Sansa c200? 01.14.31 Quit karashata (" HydraIRC -> http://www.hydrairc.com <-") 01.18.16 Quit moos (Read error: 110 (Connection timed out)) 01.25.19 # trying to convert a nano to fat32, the instructions on the wiki talk about windows and mac but not linux 01.27.39 Join moos [0] (i=moos@m237.net81-66-159.noos.fr) 01.27.43 # there's a "manual ipod restore" that will do it 01.28.28 # heh, on windows 01.28.58 # so... what's the problem? 01.29.09 # I don't use windows? 01.29.16 Quit faemir ("Lost terminal") 01.29.26 # i thought you meant you were on windows. 01.30.16 # the manual conversion is the same for linux as the mac, except the filesystem command 01.30.30 # there are two methods explained on the wiki, the "easy way" (windows) and the hard way (mac) 01.30.34 # and the /dev locations 01.31.01 # yes, the mac and linux methods are identical EXCEPT the /dev location naming and the part where you make the filesystem 01.31.17 # newfs_msdos I can't seem to find anything about except for mac 01.31.34 Quit davina (Remote closed the connection) 01.31.39 # mkfs.vfat -F 32 01.31.48 # i believe. 01.32.59 # I think the preferred tool might actually be an open source tool named fat32format. I've heard it's a bit more reliable 01.33.17 # Why I haven't all listed in PluginIndex plugins in my player? 01.33.39 # J-23: Because people haven't finished converting all of them to the very, very tiny screen, and the few buttons? 01.34.17 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 01.34.43 # Llorean: Can I help them? I don't know C... 01.34.55 # You'd need to learn C 01.35.01 # Or at least, some very basics of C 01.35.09 # hehe, that seems to be a windows program Llorean 01.36.19 Quit davina (Client Quit) 01.36.54 # Llorean: Using stdout, stdin, functions, objects, including, # commands? 01.38.02 # DogBoy: Hm, I thought it was an open source little app 01.38.48 # J-23: Depends on the app you'd be modifying, and what needs to be done. You'd need to be able to read it, determine if it's just a question of keymap, needing new graphics (which someone would then have to draw), repositioning elements, etc. 01.39.07 # If you've taken a beginning C course, or read a book, it's probably enough for adapting the plugins unless there's something odd standing in the way 01.45.07 Join Daishi [0] (n=daishi@c-24-61-147-167.hsd1.ma.comcast.net) 01.45.36 # How can I compile plugins? 01.52.25 # install the toolchain, the instructions are on the wiki 01.52.58 Quit DogBoy ("Leaving") 01.53.11 # J-23, read this: http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToCompiling 01.53.40 # Thanks. 01.54.03 # But on Linux? 01.54.37 # it's the same, except you don't set up cygwin 02.00.47 *** Saving seen data "./dancer.seen" 02.01.17 Quit JdGordon|w ("CGI:IRC") 02.01.39 # woohoo for not setting up cygwin 02.06.03 Mode "#rockbox +o scorche " by ChanServ (ChanServ@services.) 02.06.44 Topic "Please read before speaking: http://www.rockbox.org/wiki/IrcGuidelines | Please direct offtopic/social chat to #rockbox-community | Let the betting pool for new ports during the next year begin! ;)" by scorche (n=scorche@rockbox/administrator/scorche) 02.06.50 Mode "#rockbox -o scorche " by ChanServ (ChanServ@services.) 02.06.53 # =P 02.14.46 Quit ender` (" I remember being impressed with Ada because you could write an infinite loop without a faked up condition. The idea being t") 02.16.37 Join midgey [0] (n=TJ@c-71-205-31-207.hsd1.mi.comcast.net) 02.18.02 Part J-23 02.18.05 Join psycho_maniac [0] (i=psycho_m@ppp-64-91-85-214.cam.centurytel.net) 02.18.16 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 02.19.03 # I noticed when there is a new player that rockbox supports there is always a topic about creating a new ui when rockbox already has a wps and themes. 02.33.04 Quit psycho_maniac (" it was sunflower seeds...a half a bag of sunflower seeds") 02.34.07 Quit midge1 (Read error: 110 (Connection timed out)) 02.42.32 Quit obo ("bye") 02.43.41 Quit tvelocity ("Αποχώρησε") 02.45.31 Join fasmaie [0] (n=yohann@c-24-60-113-125.hsd1.ma.comcast.net) 03.01.14 Join minifig904 [0] (n=proegssi@adsl-70-238-106-225.dsl.klmzmi.sbcglobal.net) 03.07.11 Join psycho_maniac [0] (i=psycho_m@ppp406.hk.centurytel.net) 03.10.29 Join webguest97 [0] (n=4c10ea95@gateway/web/cgi-irc/labb.contactor.se/x-8b14dd64ce8a3245) 03.10.47 Join hcs [0] (n=agashlin@rockbox/contributor/hcs) 03.12.12 Quit xnyhps ("...") 03.12.20 Join DerDome [0] (n=DerDome@dslb-082-083-214-025.pools.arcor-ip.net) 03.13.01 # happy new year to all of you! 03.14.34 # hi can anyone please help me. i want to convert a video for my ipod but its in a different language so i download the subtitles seperate (.str) is there a converter i can use to convert them "with the subs" so i can watch it on rockbox? 03.15.42 Quit thewtex__ (Read error: 110 (Connection timed out)) 03.17.30 Quit Thundercloud (Remote closed the connection) 03.21.51 # Anyone know? Please help...please. :) 03.23.00 # I think you'll want to ask in the community channel or on google... 03.23.22 # Not that I'd know... 03.23.41 # oh so...where can i ask? 03.23.41 # webguest97: if you use mplayer/mencoder it will get the subs and include them in the converted video 03.23.53 # I'm fairly certain vlc will, as well 03.24.46 Join gnoob [0] (n=ToolBoy@c-71-201-79-143.hsd1.il.comcast.net) 03.24.50 # um...you mean vlc player? 03.24.56 # webguest97: yes 03.25.13 # assuming that it uses them when it plays normally 03.25.26 Join monchevique [0] (n=jimmy@201.163.76.110) 03.25.43 # must be the ipod on disk mode to insall it 03.25.53 # ???? 03.25.53 # heeelp!!! 03.25.59 # or normal 03.26.18 # it has to be in disk mode 03.26.18 # monchevique: either, but disk mode is recommended 03.26.38 # um let me check the mpeg player page thanks. :) 03.27.55 # cuz i cant install it i have restored it recently 03.28.00 # is a 5.5 03.28.17 # hey i have the winiff will that do it? 03.28.23 # must i killl a process 03.28.27 # ipodservice 03.28.41 # i like it because it's pretty fast and i don't know how to use vlc to convert. 03.29.04 # why does it say ipod not found 03.29.11 # if i have closed itunes 03.29.24 # whats the problem?? 03.29.53 # webguest97: for vlc, you set the playback options, and tell it to stream/output to a file. You may have to look in the advanced options. 03.30.01 # monchevique: is it in disk mode? 03.30.04 # any suggestions 03.30.06 # yes 03.30.23 # and then i connect it and close itunes 03.30.30 # and then i execute 03.30.34 # rockbox 03.30.37 # the installer 03.31.02 # can you see the ipod as a drive in My Computer? 03.31.04 # i dont understand 03.31.13 # no 03.31.16 # i can see 03.31.22 # the usb 03.31.25 # i cant 03.31.25 Quit webguest97 ("CGI:IRC (EOF)") 03.31.28 # see 03.31.35 Join webguest97 [0] (n=4c10ea95@gateway/web/cgi-irc/labb.contactor.se/x-4b0ed3bf44267993) 03.31.44 # no 03.31.51 # on mode disk 03.31.52 # i cant 03.31.56 # but normal 03.31.58 # yes i do 03.32.01 # monchevique: please try pressing enter less 03.32.04 # sorry i logged out by accident let me try 03.32.29 # whats the main problem so?? 03.33.01 # monchevique: I don't know. Hopefully someone else will notice shortly and be able to help you. 03.33.39 # cuz i wanted to install it on linux, cuz for me its easier 03.33.50 # but its exactly the same problem with the driver 03.33.59 # fucking drivers!!! 03.34.05 # what driver? 03.34.14 # monchevique: you dont need a driver for your player. 03.34.27 # the machine doesnt recognizes the ipod 03.34.50 # monchevique, are you in rockbox when you get this 03.35.26 # mmm 03.35.41 # no first i connect the ipod and then i open rockbox 03.35.45 # the executable 03.36.03 # rbutil? 03.36.07 Quit DerDome (Nick collision from services.) 03.36.10 Join DerDom1 [0] (n=DerDome@dslb-082-083-222-218.pools.arcor-ip.net) 03.36.20 Nick DerDom1 is now known as DerDome (n=DerDome@dslb-082-083-222-218.pools.arcor-ip.net) 03.36.37 Quit b0nx () 03.39.26 # does anyone have a nice script to build for all targets and make nice-named zip files in the process? 03.39.49 # soap: I have the first half 03.40.03 # is it normal if i cant see the icon usb, when i conect the ipod?? 03.40.15 # so it makes for all targets, what is the finished product if it doesn't rename the .zip files? 03.40.42 # :-$ anyone 03.40.55 Join miepchen^schlaf [0] (n=hihi@p54BF718C.dip.t-dialin.net) 03.41.00 # soap: rockbox-full.zip files in the build directories 03.41.01 # monchevique: when somebody can help you they will answer you. 03.41.13 # and what about u 03.41.14 # ? 03.41.17 # can u help me?? 03.41.29 # soap: http://pastebin.ca/840592 03.41.34 # you're the man 03.41.45 # (course you have to specify the build numbers at the top there" 03.42.30 # and if I select the iPod video (is there another one with a secondary question) ? 03.42.30 # monchevique: i didnt answer your question before so obviously i cannot help you just sit patiently 03.43.11 # soap: then it won't work 03.43.13 # monchevique, are you in rockbox because rockbox does not have usb support yet so you need to boot into the disk mode on the ipod if i am reading the manual right 03.43.16 Quit SirFunk (Read error: 110 (Connection timed out)) 03.43.53 # correct and when you plug in your player to the computer while in rockbox it automatically goes to the emergency disk mode in the ipod OF 03.43.54 # thanks for the script - I think I might use it as a jumping-off point. 03.44.12 # i have had the ipod on disk mode 03.44.19 # soap: just curious, what you going to use this for? 03.44.19 # and it didnt work anyway 03.44.35 Quit fasmaie (Read error: 113 (No route to host)) 03.44.36 # thats weirdo 03.44.53 # that didnt answer the question 03.45.09 # ok i read the room wrong silly me 03.45.17 # psycho_maniac, I was going to build a matching set of player builds to complement the simulator builds rasher did including the viewport patch. 03.45.57 # ;O a viewport patch? 03.46.10 # does it answer u question advcomp 03.46.11 # ??? 03.46.16 # your 03.46.30 # psycho_maniac, indeed - linuxstb has it nearly complete 03.46.36 # working code in the patch tracker. 03.46.48 # working sims on rasher's site 03.46.55 # may i have the Fs number 03.47.02 # http://rasher.dk/rockbox/viewports/ 03.47.12 # http://www.rockbox.org/tracker/task/8385 03.47.43 # monchevique, yea.. you might want to wait or look on the forums 03.47.44 Join SirFunk [0] (n=Sir@cpe-74-71-205-222.twcny.res.rr.com) 03.48.29 # i think that its problem of my computer 03.48.39 # i dont know 03.48.45 # very weird my problem 03.48.56 # :-X 03.49.02 # itunes sometimes hides the actual drive in "my computer" 03.49.16 # yeah is the fucking itunes 03.49.43 # i think i should install it in a computer which doesnt have itunes 03.49.59 # and stop swearing also 03.49.59 # is it a better option richt? 03.50.03 # monchevique, foul language isn't necessary. this IS a support channel. please try to be civil 03.50.14 # im civilizated 03.50.31 # what must i do, to wear a heat 03.50.34 # to plary 03.50.36 # pray 03.50.39 # monchevique, please read the guidelines too 03.50.50 # ooooh, besides of that 03.50.52 Quit toffe82_ (Read error: 110 (Connection timed out)) 03.50.54 # and what else 03.51.02 # must i donate 03.51.09 # and stop pressing enter so much 03.51.14 # what else to be civilizated 03.51.20 # ooh besides of that 03.51.26 # what else?? 03.51.29 # umm read the guidelines like advcomp2019 03.53.08 # I'm running the most recent Rockbox daily (updated an hour ago at most) on a 4th gen iPod B+W. I've got all my music rated in the iPod's built-in DB, if Amarok and RhythmBox are any indicator, but it looks like Rockbox's DB has no ratings. Checked the manual and the wiki, but I didn't find any information there. Is importing rating from the iPod DB not supported, or did I miss something? 03.53.31 Quit moos (Read error: 110 (Connection timed out)) 03.53.32 # mm i think that i should have killed the process of ipodservice and itunes, now i can see the usb icon 03.53.35 # minifig904, the rockbox database and the itunes database are completely seperate 03.53.44 # right 03.54.09 # did i do fine?? 03.54.50 # and rockbox doesn't touch the itunes database. i think there's a program on the wiki that can do something with the itunesDB, but i don't know if it's even in a functional state. 03.55.09 # Hm, ok, I'll check again. 03.55.09 Quit webguest97 ("CGI:IRC (EOF)") 03.55.13 # it doesnt work anyway, fu ck!! 03.55.16 # im sad 03.55.46 # monchevique: seriously...read the guildelines and start following them 03.55.59 # what for, i hate rules 03.56.02 # monchevique: see how minifig904 wrote all his information on one line and didnt use the enter button over 2 times? try doing that. 03.56.17 # ooh and what a waste of time he did 03.56.22 # xD 03.56.22 # xD 03.56.25 # monchevique: either you follow the rules or you leave 03.56.30 # ok 03.56.30 # monchevique, please read the guidelines like scorche said and i said earlier 03.57.26 # krazykit: Yeah, found one such program, but it needs updating; it was from when the DB was called "Tag Cache" 03.57.27 # it says, blah blah, blah, and BLAH!!!! 03.58.03 # monchevique: last warning 03.59.00 # o:-) 04.00.35 # who is the boss from here 04.00.37 # ?? 04.00.47 # what does it matter? 04.00.50 *** Saving seen data "./dancer.seen" 04.00.55 # a lot 04.01.21 # u asked why, and i tell you why 04.01.23 # xDD 04.02.00 # I didn't find any other programs in the wiki (searched: "ipod DB"), I assume that one was the only support? 04.03.04 # minifig904: yeah, I had written that a while bad and it was never updated 04.03.10 # *back, sorry 04.03.44 # monchevique: it does not matter who the "boss" is around here...the rules are not dependent upon if an op is around...really...please read the rules and follow them 04.03.57 # hahaha 04.04.00 # dont make me laugh 04.04.06 # what is so funny? 04.04.37 # whats not so funny? 04.04.45 # question, questions and question 04.05.01 # np. Oh well. I'll have to work on it later. I'm no great shakes with C, but I'll let you guys know if I manage to get anything useful. 04.05.46 # Thanks much, maybe I'll see everyone later... 04.06.17 # i guess scorche that ure the host 04.06.24 # how did u get the power 04.06.26 # !!! 04.06.33 # gimme the power 04.06.39 Part minifig904 04.06.43 # What are you, 12? 04.07.48 # to ban everybody from here, cuz nobody is hepling 04.07.51 # xDD 04.07.56 # hepling 04.08.02 Mode "#rockbox +o scorche " by ChanServ (ChanServ@services.) 04.08.03 Mode "#rockbox +b %*!*@201.163.76.110 " by scorche (n=scorche@rockbox/administrator/scorche) 04.08.28 # 10 minute mute...please use this time to go over the IRC guidelines and see what you can change... 04.11.36 Join thewtex [0] (n=matt@204.73.103.253) 04.17.25 # rasher, are you using version 4 of linuxstb's viewports patch for your simulator builds? 04.18.32 Mode "#rockbox -b %*!*@201.163.76.110 " by scorche (n=scorche@rockbox/administrator/scorche) 04.19.06 # mmm 04.19.17 # what does PMed mean, and i will leave 04.19.45 # private messaged 04.19.47 # private message...it is what you went and pestered me in after i muted you 04.20.35 # post meridian 04.20.36 # ok 04.20.40 # see you soon 04.20.43 # gringos 04.20.46 # locos 04.20.50 Part monchevique 04.20.55 # i doubt it 04.21.33 Mode "#rockbox +b *!?=jimmy@201.163.76.110 " by scorche (n=scorche@rockbox/administrator/scorche) 04.21.40 # i do too 04.21.46 Mode "#rockbox -o scorche " by ChanServ (ChanServ@services.) 04.24.08 # was the discussion of viewports on the forums? ive never known about the development only on the GSOC pages. 04.24.55 # it has been all over IRC 04.26.28 # probably when im not on 04.27.13 # http://www.google.com/search?q=viewports+site%3Awww.rockbox.org%2Firc 04.28.45 # thanks 04.32.05 Quit spiorf (Remote closed the connection) 04.38.06 Join daniel_washere [0] (n=daniel_w@unaffiliated/danielwashere/x-334253) 04.40.48 Join WeaponX [0] (i=Prisoner@64.56.255.251) 04.40.51 # hello 04.42.11 # i was here before and someone gave me a link to a site where i can get the MBR for a 5.5g 04.42.12 # ipod 04.43.44 # WeaponX, you could check the IRC logs. 04.44.10 # i dont keep logs 04.44.27 # lucky for you rockbox does. 04.44.54 # http://www.rockbox.org/irc/ 04.45.05 # oh awesome 04.46.10 # Im attempting to compile rockbox for my iPod Nano, however since im using a later version of gcc (4.1.0+) i need to specify "--enable-libssp=no" as a configure option. 04.46.23 # But it doesnt seem to be working and still fails on compile.. 04.46.49 # thank you krazykit 04.46.54 # daniel_washere: there are reasons we specify a version as the "recommended version" ;) 04.47.39 # ohh i see :P (heh its been a while?) i guess l`ll have to go remove and install that one. 04.47.40 # thanks. 04.48.00 # we have a handy script in svn that will build the crosscompilers for you 04.48.39 Quit RoC_MasterMind ("Leaving") 04.49.00 # sweet, i`ll check it out now. 04.49.23 # rockboxdev.sh in the tools folder...you can find a lot of this sort of dev information by clicking "index" on the sidebar of the site, then "For Developers" in the TOC 04.49.32 Join DogBoy [0] (n=john@66-101-59-100-static.dsl.oplink.net) 04.50.30 # Ah! thanks :D... one of the SVN checkouts about iPod USB made me want to muck around with rockbox :P 04.51.00 # yeah...i recognize you from "a similar project" =P 04.51.15 # hahaha 04.52.13 # the viewport sims: Do they have the wps that uses the viewports code? 04.54.20 # there's the WPS that's attached 04.55.00 Join perrikwp [0] (n=chatzill@74.167.148.160) 04.55.13 # in the sims zip files? or are you talking about in FS 04.56.03 # the flyspray entry. the sims are, presumably, just like the standard sim package you'd download 04.59.08 Quit WeaponX ("If You Can't Be Famous, Be Infamous...") 05.00.21 DEBUG Received signal 15 (SIGTERM), terminating (snapshot: fplrun.c line 385) 05.00.21 *** Cleanup 05.00.21 *** Saving seen data "./dancer.seen" 05.00.21 *** Exit 05.03.11 *** Started Dancer V4.16 05.03.11 *** Connected to irc.freenode.net on port 6667 05.03.11 *** Logfile for #rockbox started 05.03.13 Ctcp Version from freenode-connect!freenode@freenode/bot/connect 05.03.14 *** Server message 501: 'logbot :Unknown MODE flag' 05.03.14 Mode "logbot :+i" by logbot 05.03.15 *** Server message 477: 'logbot #rockbox :[freenode-info] if you need to send private messages, please register: http://freenode.net/faq.shtml#privmsg' 05.03.15 Join logbot [0] (n=bjst@gateway/web/cgi-irc/labb.contactor.se/x-1f91b645d386eeb1) 05.03.15 Join perrikwp [0] (n=chatzill@74.167.148.160) 05.03.15 Join daniel_washere [0] (n=daniel_w@unaffiliated/danielwashere/x-334253) 05.03.15 Join thewtex [0] (n=matt@204.73.103.253) 05.03.15 Join SirFunk [0] (n=Sir@cpe-74-71-205-222.twcny.res.rr.com) 05.03.15 Join miepchen^schlaf [0] (n=hihi@p54BF718C.dip.t-dialin.net) 05.03.15 Join DerDome [0] (n=DerDome@dslb-082-083-222-218.pools.arcor-ip.net) 05.03.15 Join gnoob [0] (n=ToolBoy@c-71-201-79-143.hsd1.il.comcast.net) 05.03.15 Join hcs [0] (n=agashlin@rockbox/contributor/hcs) 05.03.15 Join psycho_maniac [0] (i=psycho_m@ppp406.hk.centurytel.net) 05.03.15 Join midgey [0] (n=TJ@c-71-205-31-207.hsd1.mi.comcast.net) 05.03.15 Join Daishi [0] (n=daishi@c-24-61-147-167.hsd1.ma.comcast.net) 05.03.15 Join Gnu47 [0] (n=Gnu47@private.ntwk.thita.net) 05.03.15 Join midkay [0] (n=midkay@rockbox/developer/midkay) 05.03.15 Join uwe__ [0] (n=uwe@dslb-084-056-039-253.pools.arcor-ip.net) 05.03.15 Join hannesd [0] (n=light@gate-hannes-tdsl.imos.net) 05.03.15 Join J3TC- [0] (n=jetc123@pool-72-76-184-14.nwrknj.east.verizon.net) 05.03.15 Join krazykit [0] (n=krazykit@adsl-76-252-5-45.dsl.ipltin.sbcglobal.net) 05.03.15 Join soap [0] (n=soap@cpe-65-189-128-141.columbus.res.rr.com) 05.03.15 Join Jon-Kha [0] (n=Jon-Kha@80-248-247-190.cust.suomicom.fi) 05.03.15 Join Llorean [0] (n=llorean@rockbox/administrator/Llorean) 05.03.15 Join HellDragon [0] (i=jd@unaffiliated/helldragon) 05.03.15 Join blithe [0] (n=blithe@stiletto.djblithe.com) 05.03.15 Join BHSPitLappy [0] (n=stephen@unaffiliated/bhspitmonkey) 05.03.15 Join ctaylorr_ [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) 05.03.15 Join madspin [0] (n=madspin@host81-129-178-143.range81-129.btcentralplus.com) 05.03.15 Join BigBambi [0] (n=alex@rockbox/staff/BigBambi) 05.03.15 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon) 05.03.15 Join m0f0x_ [0] (n=m0f0x@189-47-38-237.dsl.telesp.net.br) 05.03.15 Join Febs [0] (n=chatzill@rockbox/administrator/Febs) 05.03.15 Join desowin [0] (n=desowin@atheme/developer/desowin) 05.03.15 Join billenium [0] (n=billeniu@c-69-249-243-110.hsd1.pa.comcast.net) 05.03.15 Join spr0k3t [0] (n=spr0k3t@CPE-69-76-171-220.kc.res.rr.com) 05.03.15 Join zicho [0] (n=martin@c-3299e355.68-7-64736c14.cust.bredbandsbolaget.se) 05.03.15 Join BrianHV [0] (n=bhv1@copland.brianhv.org) 05.03.15 Join Slasheri [0] (i=miipekk@rockbox/developer/Slasheri) 05.03.15 Join Hadaka [0] (i=naked@naked.iki.fi) 05.03.15 Join magicthree [0] (n=Banana@87.106.78.187) 05.03.15 Join lastebil [0] (n=truck@cube.lomal.la) 05.03.15 Join parafin|away [0] (i=parafin@paraf.in) 05.03.15 Join Reinhart [0] (n=wizard@chime.student.utwente.nl) 05.03.15 Join sbeh [0] (i=sbeh@serverstaff.de) 05.03.15 Join rasher [50] (n=rasher@rockbox/developer/rasher) 05.03.15 Join rigel [0] (n=rigel@adsl-68-127-146-8.dsl.pltn13.pacbell.net) 05.03.15 Join qwm [0] (i=qwm@c83-254-194-26.bredband.comhem.se) 05.03.15 Join morrijr [0] (n=john@cpc2-mfld9-0-0-cust297.nott.cable.ntl.com) 05.03.15 Join preglow [50] (n=thomj@rockbox/developer/preglow) 05.03.15 Join Ramla [0] (n=ramla@c03.keltti.jyu.fi) 05.03.15 Join maraz_ [0] (i=maraz@lakka.kapsi.fi) 05.03.15 Join guyzmo [0] (n=guyzmo@nenya.mithrandir.net) 05.03.15 Join DataGhost [0] (i=dataghos@unaffiliated/dataghost) 05.03.15 Join XavierGr [0] (n=xavier@ppp133-3.adsl.forthnet.gr) 05.03.15 Join bardia [0] (n=bardia@lnc.usc.edu) 05.03.15 Join Kupop [0] (n=huhu@adsl-70-135-165-206.dsl.snlo01.sbcglobal.net) 05.03.15 Join Siku [0] (i=Siku@e81-197-68-206.elisa-laajakaista.fi) 05.03.15 Join ein1 [0] (n=Alex@shell1.neessen.net) 05.03.15 Join quaal [0] (n=l@pool-96-228-165-104.tampfl.fios.verizon.net) 05.03.15 Join lassesdatamaskin [0] (n=sindre@165.80-202-81.nextgentel.com) 05.03.15 Join scorche [50] (n=scorche@rockbox/administrator/scorche) 05.03.15 Join advcomp2019 [0] (n=advcomp2@unaffiliated/advcomp2019) 05.03.15 Join idnar [0] (i=mithrand@unaffiliated/idnar) 05.03.15 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS) 05.03.15 Join pabs [0] (n=pabs@xor.pablotron.org) 05.03.15 Join w0rd54 [0] (i=blackdev@100mbit.top-site.us) 05.03.15 Join Galois [0] (i=djao@efnet-math.org) 05.03.15 Join freqmod_nx [0] (n=freqmod@dhcp208-90.ed.ntnu.no) 05.03.15 Join crwl [0] (n=crawlie@a88-114-143-95.elisa-laajakaista.fi) 05.03.15 Join cg [0] (n=cromos@dsl-olubrasgw1-ff28c100-186.dhcp.inet.fi) 05.03.15 Join ze [0] (i=ze@cpe-76-175-22-254.socal.res.rr.com) 05.03.15 Join mokkurkalve [0] (n=eivind@084202136126.customer.alfanett.no) 05.03.15 Join tchan [0] (n=tchan@lunar-linux/developer/tchan) 05.03.15 Join FOAD [0] (n=dok@dinah.blub.net) 05.03.15 Join alienbiker99 [0] (n=alienbik@ool-44c126d4.dyn.optonline.net) 05.03.15 Join Shaid [0] (i=shaid@124-168-114-111.dyn.iinet.net.au) 05.03.15 Join Gibbed [0] (i=rick@pool-71-189-189-253.lsanca.dsl-w.verizon.net) 05.03.15 Join j0tt [0] (n=j@unaffiliated/jott) 05.03.15 Join Rob2222 [0] (n=Miranda@p54B16805.dip.t-dialin.net) 05.03.15 Join ptw419 [0] (i=ptw419@cpe-72-179-164-213.satx.res.rr.com) 05.03.15 Join axionix_ [0] (n=axion@cpe-74-70-239-192.nycap.res.rr.com) 05.03.15 Join thegeek_ [0] (n=nnscript@85.89.4.72) 05.03.15 Join nicktastic [0] (n=nick@unaffiliated/nicktastic) 05.03.15 Join DaCapn [0] (n=dacapn@c-76-105-220-239.hsd1.or.comcast.net) 05.03.15 Join jnakiaihm [0] (i=0@86.122.116.44) 05.03.15 Join Xerion [0] (i=xerion@cp198589-d.landg1.lb.home.nl) 05.03.15 Join qwedsa [0] (n=superman@ip51ccca31.speed.planet.nl) 05.03.15 Join Bagder [241] (n=daniel@rockbox/developer/bagder) 05.03.15 Join ATravelingGeek [0] (n=ATG@pdpc/supporter/student/ATravelingGeek) 05.03.15 Join rvvs89 [0] (n=rvvs89@pdpc/supporter/active/rvvs89) 05.03.15 Join markun [50] (n=markun@rockbox/developer/markun) 05.03.15 Join courtc [0] (n=court@unaffiliated/courtc) 05.03.15 Join tonyyarusso [0] (n=anthony@ubuntu/member/tonyyarusso) 05.03.15 Join Zom [0] (n=zom@85.24.182.168) 05.03.15 Join bagawk [0] (n=lee@71-221-93-238.eugn.qwest.net) 05.03.15 Join dionoea [0] (n=dionoea@poy.chewa.net) 05.03.15 Join fxb__ [0] (n=felixbru@h1252615.stratoserver.net) 05.03.15 Join [omni] [0] (n=omni@bestII.com) 05.03.15 Join lids [0] (n=lds@ks35142.kimsufi.com) 05.03.15 Join sneakums [0] (i=sneakums@jenny.ondioline.org) 05.03.15 Join marcosource [0] (i=marco@cakebox.net) 05.03.15 Join joshin [0] (n=joshin@unaffiliated/joshin) 05.03.15 Join Nimdae [0] (n=nimmeh@static-71-164-213-195.dllstx.fios.verizon.net) 05.03.15 Join lostlogic [50] (n=lostlogi@rockbox/developer/lostlogic) 05.03.15 Join jepler [0] (n=jepler@emc/developer/jepler) 05.03.15 Join DiDjCodt [0] (n=djc@poy.chewa.net) 05.03.15 Join joeyo [0] (i=jourmom@unicron.plik.net) 05.03.15 Join Ave [0] (i=ave@a91-152-238-56.elisa-laajakaista.fi) 05.03.15 Join maxkelley [0] (n=max@cpe-74-69-17-126.rochester.res.rr.com) 05.03.15 Join Neovanglist [0] (i=Neovangl@chrisg.phx.neovanglist.net) 05.03.15 Join sandsmark [0] (i=sandsmar@dhcp208-90.ed.ntnu.no) 05.03.15 Join entropic [0] (n=grey@mal2.stopavoiding.us) 05.03.15 Join Weiss [0] (i=taw27@pip.srcf.societies.cam.ac.uk) 05.03.15 Join shodanX [0] (n=shodanX@i9a018.informatik.uni-erlangen.de) 05.03.15 Join Seed [0] (i=ben@bzq-84-108-237-178.cablep.bezeqint.net) 05.03.15 Join maddler [0] (n=maddler@217-133-171-24.b2b.tiscali.it) 05.03.15 Join gromit` [0] (i=gromit@ras75-5-82-234-244-69.fbx.proxad.net) 05.03.15 Join _stink_ [0] (n=stink@adsl-75-45-168-151.dsl.sfldmi.sbcglobal.net) 05.03.15 Join peppot [0] (n=odd@53dbdfba.umea.cust.skycom.se) 05.03.15 Join Clint [0] (n=Clint@thumb.scru.org) 05.03.15 Join Tuplanolla [0] (n=jani@a80-186-126-4.elisa-laajakaista.fi) 05.03.15 Join Lynx_ [0] (n=lynx@tina-10-4.genetik.uni-koeln.de) 05.03.15 Join Toki_ [0] (n=hsdbvlkb@gateimb.imb.lebedev.ru) 05.03.15 Join @ChanServ [0] (ChanServ@services.) 05.03.15 Join feisar_ [0] (i=jljhook@noppakerho.com) 05.03.15 Join crashd_ [0] (i=foobar@lostnode.org) 05.08.43 Quit miepchen^schlaf (Read error: 110 (Connection timed out)) 05.08.57 Join miepchen^schlaf [0] (n=hihi@p54BF693B.dip.t-dialin.net) 05.13.52 Quit J3TC- (".UPP.") 05.17.25 Join J3TC- [0] (n=jetc123@pool-72-76-184-14.nwrknj.east.verizon.net) 05.27.45 Quit psycho_maniac (" getting sleepy") 05.29.59 Quit DerDome ("Leaving.") 05.35.19 Quit daniel_washere ("Leaving.") 05.59.34 Quit ctaylorr_ (Read error: 110 (Connection timed out)) 06.00.07 Join _jhMikeS_ [0] (n=jethead7@adsl-75-45-234-142.dsl.sfldmi.sbcglobal.net) 06.00.13 Quit jhMikeS (Nick collision from services.) 06.00.50 Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net) 06.03.28 Quit perrikwp (Remote closed the connection) 06.05.13 Join Langly [0] (i=Langly@c-24-21-39-47.hsd1.mn.comcast.net) 06.09.25 # Happy New Years from East USA! 06.09.29 Join countrymonkeyweb [0] (n=4b05639a@gateway/web/cgi-irc/labb.contactor.se/x-9cecafdb51722047) 06.10.27 # Happy new year. I just came in to see if moos was on but he apparantly is not. 06.10.37 # I have some news about the patch 06.12.41 # Why cannot I get in to #rockbox-community? 06.13.01 # that's off-topic. 06.13.41 Quit Daishi ("Client exiting...") 06.14.30 # countrymonkeyweb: the rockbox irc client is limited to only #rockbox 06.14.57 # I am using irc at work to try. It sais freenode is down, but I know that ain't right. 06.26.17 # If any of you are on when moos joins and I am not present, can you all tell him that 8369 is ready for committing? 06.32.19 # rockbox irc client? 06.32.32 # Yes. 06.33.11 # what is that? 06.33.57 # click "irc" on rockbox.org 06.37.12 # huh 06.37.15 # dokay 06.37.17 # cool 06.39.39 Quit hcs (Read error: 110 (Connection timed out)) 06.41.07 Quit SirFunk (Remote closed the connection) 06.43.10 Join hcs [0] (n=agashlin@rockbox/contributor/hcs) 06.44.59 Join SirFunk [0] (n=Sir@cpe-74-71-205-222.twcny.res.rr.com) 06.45.59 Nick Gibbed is now known as Rick (i=rick@pool-71-189-189-253.lsanca.dsl-w.verizon.net) 06.51.28 Join perrikwp [0] (n=chatzill@74.167.148.160) 06.52.15 Join minifig904 [0] (n=proegssi@adsl-70-238-106-225.dsl.klmzmi.sbcglobal.net) 07.01.52 Join scharkalvin [0] (n=4ae90ecc@gateway/web/cgi-irc/labb.contactor.se/x-5345e68f74a1d4a1) 07.02.07 # happy new year everybody! 07.03.15 *** Saving seen data "./dancer.seen" 07.06.36 # Question do you have? 07.08.13 # Do you have a question? 07.11.12 # countrymonkeyweb: English is not your first language? 07.11.41 # billenium, how is that even remotely on-topic? 07.12.22 # how is what you just said on topic? how is what im saying right now on topic? 07.12.43 # topicality is on-topic. 07.12.51 # Are you sure? 07.12.54 # yes. 07.12.57 # oh 07.12.58 # cool 07.13.01 # brb pasta 07.13.17 Quit countrymonkeyweb ("CGI:IRC (Ping timeout)") 07.13.21 Join dmt2 [0] (n=DMT@static-71-160-51-34.lsanca.dsl-w.verizon.net) 07.13.25 # yo 07.13.28 # i need some help 07.13.56 # * scorche looks into the crystal ball 07.13.57 # does rockbox work with the dock on a stereo 07.14.06 # that depends ont he dock 07.14.09 # will it take commands 07.14.14 # its the one in my car. 07.14.18 # commands such as what? 07.14.20 # some kind of pioneer head 07.14.21 # iPod dock? 07.14.26 # came with my car. 07.14.44 # i can control the ipod from the stereo/steering wheel 07.14.47 # dmt2: if it accesses the ipod as a hard drive, then it will work...if it uses the apple accessory protocol, it wont 07.15.06 # most use the hard drive i believe 07.15.09 # it browses folders on the stereo... 07.15.12 # yeah... 07.15.14 # hmm. 07.15.21 # no way rto find out except to ry i guess. 07.15.27 # pretty much 07.15.38 # i hope it works 07.15.45 # the stupid stereo fucks up on random... 07.15.56 # it gets confused when there are too many songs.... 07.16.06 # like it cant handle 10000 songs on random... 07.16.15 # well, i cant do anything about that, and it is getting offtopic.. 07.16.17 # it just refuses to start the next song. 07.16.20 # haha 07.16.21 Quit scharkalvin ("CGI:IRC (Ping timeout)") 07.16.21 # i guess 07.16.27 Join jhulst [0] (n=jhulst@unaffiliated/jhulst) 07.16.29 # i was hoping that rock box might help. 07.17.14 # Try it. Let us know. 07.17.19 Quit ol_schoola (Read error: 110 (Connection timed out)) 07.18.01 # you got it. 07.18.07 # ill let you know soon enough, 07.18.10 # peace 07.18.17 Quit dmt2 ("time for the new year") 07.19.04 Quit lassesdatamaskin (Read error: 60 (Operation timed out)) 07.19.06 # Hm, the database cache files are binary, aren't they? 07.36.38 Join hc1 [0] (n=agashlin@ool-43518c2b.dyn.optonline.net) 07.36.55 Quit hcs (Nick collision from services.) 07.36.59 Nick hc1 is now known as hcs (n=agashlin@ool-43518c2b.dyn.optonline.net) 07.38.46 # Is the database cache file format documented somewhere? Sorry, I apparently suck at reading C code... 07.39.48 # I searched the wiki already, but found nothing. 07.52.35 Join Bagder_ [0] (n=daniel@1-1-5-26a.hud.sth.bostream.se) 07.58.09 Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net) 08.03.31 Quit ol_schoola () 08.03.59 Join Closet_Computer [0] (n=chatzill@c-69-247-73-43.hsd1.nm.comcast.net) 08.04.00 Nick Closet_Computer is now known as Closet (n=chatzill@c-69-247-73-43.hsd1.nm.comcast.net) 08.06.01 Join ackbahr [0] (n=jean@96-176.76-83.cust.bluewin.ch) 08.06.47 Quit gnoob ("Leaving") 08.07.18 Join csc` [0] (n=csc@archlinux/user/csc) 08.08.34 Join gnoob [0] (n=ToolBoy@c-71-201-79-143.hsd1.il.comcast.net) 08.09.19 Quit ackbahr (Remote closed the connection) 08.10.06 Quit Bagder (Read error: 110 (Connection timed out)) 08.10.53 Quit Closet ("ChatZilla 0.9.79 [Firefox 2.0.0.11/2007112718]") 08.15.38 Join Rob222241 [0] (n=Miranda@p54B17EE6.dip.t-dialin.net) 08.15.48 Quit perrikwp ("ChatZilla 0.9.79 [Firefox 3.0b3pre/2007123105]") 08.17.21 # Join the folding @ home team Rockbox - # 99936 08.17.36 # team of one? 08.17.40 # yep! 08.27.19 Join ackbahr [0] (n=jean@96-176.76-83.cust.bluewin.ch) 08.30.03 # lol soap, you could always make a plugin for folding@home, then f@h would have an army of ipods slaving away folding proteins 08.34.32 Quit Rob2222 (Read error: 110 (Connection timed out)) 08.51.21 Quit gnoob ("Leaving") 09.01.39 Join gnoob [0] (n=ToolBoy@c-71-201-79-143.hsd1.il.comcast.net) 09.03.03 Join ctaylorr [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) 09.03.09 Quit ackbahr (Remote closed the connection) 09.03.19 *** Saving seen data "./dancer.seen" 09.19.55 Quit jhulst ("Konversation terminated!") 09.25.32 Quit gromit` (Read error: 110 (Connection timed out)) 09.37.09 Join webguest64 [0] (n=4122203a@gateway/web/cgi-irc/labb.contactor.se/x-21b71e85ddab37c2) 09.39.29 Quit webguest64 (Client Quit) 09.56.52 Join perrikwp [0] (n=chatzill@74.167.148.160) 09.59.38 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 10.04.58 Join webguest16 [0] (n=56833163@gateway/web/cgi-irc/labb.contactor.se/x-1025859004b37b8c) 10.05.27 Nick webguest16 is now known as GodEater (n=56833163@gateway/web/cgi-irc/labb.contactor.se/x-1025859004b37b8c) 10.06.26 # are the forums working at the moment ? I'm getting nothing but a blank page when I try to check them... 10.06.57 # When I try to check, my browser attempts to download index.php instead of view it 10.07.02 # So no, they're not working properly at the moment. 10.07.12 # ah - good - at least it's not just me 10.08.11 Join Rob2222 [0] (n=Miranda@p54B17EE6.dip.t-dialin.net) 10.08.16 # I think it's the old sluggishness, I've gotten this kinda behaviour when it was sluggish back then 10.08.28 # first time I've seen it 10.08.50 # it always either no response, or "SMF Encountered problems connecting to the database. Please try later" 10.09.16 # * GodEater is keen to get home and try out some Viewport goodness 10.10.54 # although with my PC currently dead, it means compiling on the PS3 =/ 10.11.42 # heh... 10.12.26 # are we still waiting for people to exit 2007? Or are most people in 2008 now ? 10.12.28 # :) 10.14.27 # I think we're down to people floating in the ocean, mostly? 10.14.49 # happy new year then guys! 10.14.50 # and coral 10.19.53 # anyone seen / mentioned this ? http://code.google.com/p/arcwelder/ ? 10.20.16 # I was going to ask about that. 10.20.21 # But hadn't gotten around to reading the logs yet 10.20.50 # same...i was planning on reading more into it tomorrow 10.21.04 # I didn't see it on the read through I did of today's stuff 10.21.12 # but wasn't sure how "new" the /. article was 10.21.20 # Same here 10.21.26 # might make an interesting target :) 10.21.30 # I'd been at a new years party-ish thing, and just got back, to see it in my reader 10.22.21 # * GodEater hasn't had any sleep yet since NYE 10.23.35 # there's the 160GB Rockbox target ppl want :) 10.23.57 # * scorche already had a 160 GB rockbox target till the hard drive died... 10.24.25 # are they 2.5" drives in these archoses ? 10.24.38 # I do find those Archoses interesting doodads. 10.24.42 # I've not seen one of these in the flesh so I've no idea how large they are 10.24.46 # * scorche would like to get some time for the av300 port so he can play flac on a 160GB player 10.24.48 # They're moderately big 10.24.51 # Giant screen on 'em 10.24.58 Join jott [0] (n=j@unaffiliated/jott) 10.25.04 # 2.5" big though ? 10.25.11 # Coulda been 10.25.22 Quit Kupop (Read error: 110 (Connection timed out)) 10.25.25 # I saw it through glass, so I'm not sure about the thickness and heft. 10.25.41 # I'll have to take myself off to a shop and have a looksee 10.25.54 Quit Rob222241 (Read error: 110 (Connection timed out)) 10.25.56 # GodEater: Looks too thin: http://gizmologia.com/wp-content/uploads/2007/06/archos605wifi.jpg 10.26.22 # it does indeed 10.26.46 # * GodEater 's g/f has just surfaced. Gotta go chaps - speak to you later hopefully. Have a nice day ;) 10.26.50 # Cya 10.26.55 Quit GodEater ("CGI:IRC") 10.35.36 Part Llorean 10.35.53 Join Llorean [0] (n=llorean@ppp-70-253-63-165.dsl.hstntx.swbell.net) 10.35.57 Quit Llorean (Remote closed the connection) 10.37.34 Quit j0tt (Read error: 110 (Connection timed out)) 10.37.49 Join Axio_ [0] (n=Axio@alf94-1-81-57-140-233.fbx.proxad.net) 10.39.19 Join d34df00d [0] (n=d34df00d@80.251.122.132) 10.42.31 Join perrikwp_ [0] (n=chatzill@74.167.148.160) 10.42.35 Quit perrikwp_ (Client Quit) 10.45.02 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul) 11.00.53 Quit perrikwp (Read error: 110 (Connection timed out)) 11.01.39 Quit Axio_ (Remote closed the connection) 11.01.54 # rockbox has a rather large repository 11.03.23 *** Saving seen data "./dancer.seen" 11.08.50 Nick parafin|away is now known as parafin (i=parafin@paraf.in) 11.19.55 Join pixelma [0] (n=Marianne@rockbox/staff/pixelma) 11.20.20 # * pixelma wishes all a Happy New Year 11.20.59 # hiya pixelma 11.23.18 Quit csc` (Remote closed the connection) 11.29.56 Quit amiconn (" Want to be different? Try HydraIRC -> http://www.hydrairc.com <-") 11.31.13 # linuxstb: there? 11.32.16 # back in a min 11.32.43 Quit BigBambi (Remote closed the connection) 11.37.26 Join BigBambi [0] (n=alex@rockbox/staff/BigBambi) 11.47.18 Join spiorf [0] (n=spiorf@host111-212-dynamic.20-79-r.retail.telecomitalia.it) 11.56.46 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 12.10.03 Quit Rob2222 (Read error: 104 (Connection reset by peer)) 12.10.36 Join Rob2222 [0] (n=Miranda@p54B17EE6.dip.t-dialin.net) 12.12.52 Quit XavierGr (Read error: 110 (Connection timed out)) 12.15.17 Join Axio_ [0] (n=Axio@alf94-1-81-57-140-233.fbx.proxad.net) 12.22.11 # Can I edit my own flyspray comments? 12.22.14 # pixelma: you too! 12.22.47 # Or can anyone edit it for me? 12.26.04 Quit pixelma (Read error: 110 (Connection timed out)) 12.31.01 Join Rukkh [0] (n=rukkh@C-59-100-6-161.for.connect.net.au) 12.37.57 Join ender` [0] (i=krneki@84-255-206-8.static.t-2.net) 12.42.02 Quit spiorf (Remote closed the connection) 12.51.48 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 12.52.19 # quick question, Rockbox supports ID3 v2.4 across the board? and what kind of text encodings UTF8? UTF16? the basic one? 12.53.29 Join pixelma [0] (n=Marianne@rockbox/staff/pixelma) 12.56.52 # BigBambi: I think you can edit your own but if you have trouble let me know... 12.57.06 # pixelma: I can't see anywhere to do it 12.58.22 # pixelma: My comment on the end of http://www.rockbox.org/tracker/task/8385, doesn't need that file attached as it is on the wiki, and I should have said that the WPS I adapted was for gigabeat 12.58.50 # hmm... maybe that's something you can't see... 12.59.14 # I have no flyspray rights at all 12.59.29 # Just a normal user, so I guess any sort of editing is out 13.02.16 Join obo [0] (n=obo@rockbox/developer/obo) 13.03.28 *** Saving seen data "./dancer.seen" 13.07.00 Join pixelma_ [0] (n=Marianne@rockbox/staff/pixelma) 13.07.16 Quit amiconn (Nick collision from services.) 13.07.20 Quit pixelma (Nick collision from services.) 13.07.20 Nick pixelma_ is now known as pixelma (n=Marianne@rockbox/staff/pixelma) 13.07.25 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 13.08.53 Quit _jhMikeS_ (Read error: 110 (Connection timed out)) 13.11.22 Join pixelma_ [0] (n=Marianne@rockbox/staff/pixelma) 13.11.29 Quit amiconn (Nick collision from services.) 13.11.38 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 13.11.44 Quit pixelma (Nick collision from services.) 13.11.45 Nick pixelma_ is now known as pixelma (n=Marianne@rockbox/staff/pixelma) 13.14.15 Join qwedsa_ [0] (n=superman@ip51ccca31.speed.planet.nl) 13.16.42 # someone remembers exactly how to deal with the PluginIndex site when adding a new target? Do I remember correctly that it needed adding a new column to the table on there and then editing all the PluginXyz pages (add the new target to the supported list at the end)? 13.20.50 Join Crash91 [0] (n=Crash@41.232.215.117) 13.21.10 # is sin/cos/tan in c really as simple as doing math.sin? 13.22.40 # the math.* functions are floating point - AFAIK all bar one of the rockbox targets are fixed point only 13.23.14 # but maybe have a look in apps/plugins/lib/fixedpoint.c? 13.24.36 # k, will do, im learning C, and well i thought why not contribute to RB in some way :) 13.24.53 # Rukkh: UTF-8 and UTF-16 should both be supported 13.25.05 # if it doesn't work it shouldn't be difficult to fix 13.25.18 # did you have any problems with it? 13.28.10 # not that i know of, I've just spent a few hours convincing my id3 tagger and amarok to play nice such that i could set up a few tags to make my albums work in rockbox 13.28.23 Join Phoenix_ [0] (n=Phoenix@124.227.193.84) 13.28.51 Nick Phoenix_ is now known as hdfdisk (n=Phoenix@124.227.193.84) 13.29.00 # i figured i should check that the 2.4 formats did all work properly before i got too carried away 13.29.06 # Hi 13.29.14 # I can't connect to forum now, anyone can? 13.30.29 Quit qwedsa (Read error: 110 (Connection timed out)) 13.30.41 Part hdfdisk 13.30.55 Join Phoenix_ [0] (n=hdfdisk@124.227.193.84) 13.31.16 # Anybody have a iPod's sncviewer? 13.31.22 # I can't connect to the forum now 13.31.34 Nick Phoenix_ is now known as hdfdisk (n=hdfdisk@124.227.193.84) 13.31.47 # now if only rockbox read the "disc" tag and i could keep all my mulitple cd's in the same dir without track interleaving or renumbering...i'd be very happy - but i suspect i'm just spoilt by my fancy pc players 13.32.00 # hdfdisk, I also had forum access issues 13.32.20 # Rukkh, do you have a ipod sncviewer? 13.32.25 # yep its a blank page 13.32.30 # nope 13.32.56 # in fact i don't own an ipod, nor know what an sncviewer is 13.34.06 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 13.34.09 # sncviewer is a plugin which use for display the lyrics real-time 13.34.28 # hdfdisk: why dont you look in the tracker? youll have to compile yourself, 13.34.55 # could you tell me how to compile? 13.35.39 # hdfdisk: what OS are you using 13.35.49 Quit Rukkh ("Leaving") 13.35.50 # Mac OS X 13.36.07 # I Also have a Windows PC 13.36.19 # hmm, i dont think you can compile on mac 13.36.38 # hdfdisk: http://www.rockbox.org/twiki/bin/view/Main/DevelopmentGuide 13.37.24 # hdfdisk: you would probably be better off using a patched ipod build from someone else on the forums 13.37.35 # You an compile on Mac just fine 13.37.36 # hdfdisk: i know the forums are down, so try anythingbutipod.com 13.38.17 # OK i'm searching 13.41.35 # ok, noob question: whats the big difference between C and C# 13.41.53 # Crash91: You are better off asking google that 13.42.16 # google is the answer on everyones lips :) 13.42.38 # It is off topic here, and would take quite a few (pointless) lines to answer 13.42.59 # Google will provide you with a ready made answer 13.43.58 # Crash91: I would say the difference between C and C# is about as big as the one between C and Java 13.46.21 # ok, im off to learn C 13.49.25 Quit davina (Remote closed the connection) 13.50.02 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 13.51.01 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net) 13.53.17 Quit Crash91 ("Leaving") 13.54.23 Quit davina (Remote closed the connection) 13.55.01 Quit hdfdisk (Read error: 104 (Connection reset by peer)) 13.55.12 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 13.56.16 Join moos [0] (i=moos@m237.net81-66-159.noos.fr) 14.06.16 Join EspeonEefi [0] (n=espeonee@c-75-66-59-124.hsd1.tn.comcast.net) 14.13.56 Join lassesdatamaskin [0] (n=sindre@165.80-202-81.nextgentel.com) 14.16.31 Join lee-qid [0] (n=liqid@p5496454E.dip.t-dialin.net) 14.16.51 Quit JdGordon ("Konversation terminated!") 14.18.11 Join Crash91 [0] (n=Crash@41.232.215.117) 14.18.43 # i was just reading calculator.c and there is a fully working sci calc implemented.....how do i access it? 14.19.50 Join MethoS- [0] (n=clemens@pD955E4DE.dip.t-dialin.net) 14.22.11 Join linuxstb [0] (n=chatzill@rockbox/developer/linuxstb) 14.22.59 # tried the manual, and im not sure, but i think the plugins section for the e200 got wiped: http://download.rockbox.org/manual/rockbox-sansae200/rockbox-buildch10.html#x13-13800010 14.23.34 Join webguest97 [0] (n=cba165d1@gateway/web/cgi-irc/labb.contactor.se/x-47e51483b8b2ac45) 14.23.45 Join Fraser [0] (n=Fraser@thelawsons.plus.com) 14.24.18 # Crash91: Hmm, maybe there's a problem - the Brickmania manual section was changed recently, and that's the last plugin listed... 14.24.29 # yep 14.24.31 # * linuxstb looks at pixelma 14.24.57 # And BTW, happy new year to everyone here that's celebrating it. 14.26.32 # linuxstb: to you too 14.28.01 Quit webguest97 (Client Quit) 14.28.05 Quit Fraser (Client Quit) 14.28.17 Join tvelocity [0] (n=tony@ppp185-226.adsl.forthnet.gr) 14.34.53 # weird... I testcompiled quite a bit before... 14.35.55 # will have a look of course 14.36.23 # Maybe it's just the e200 - others seem fine... 14.37.15 # Yes, it just seems to be the e200 manual - it stops during the brickmania section. 14.40.10 Quit lee-qid (Read error: 110 (Connection timed out)) 14.40.20 # Ah, does the Sansa have the ButtonScrollFwd and ButtonScrollBack macros? 14.40.40 # They should be Up/Down... 14.40.59 # hmph... probably 14.44.21 Join DerDome [0] (n=DerDome@dslb-082-083-222-218.pools.arcor-ip.net) 14.44.26 Join countrymonkeyweb [0] (n=4b05639a@gateway/web/cgi-irc/labb.contactor.se/x-3698ea60d4ad08a5) 14.45.19 # Moos: I have news about fs#8369 14.48.08 # moos? Are you here? 14.57.59 Join FOAD_ [0] (n=dok@dinah.blub.net) 15.03.30 *** Saving seen data "./dancer.seen" 15.09.08 # linuxstb: nice to see a viewports implementation :) 15.10.07 Join Buschel [0] (n=AndreeBu@p54A3DDD3.dip.t-dialin.net) 15.10.45 # Preglo, I remember you speak norsk. Could you please verify 8369. I know moos is athe person asigned to the task but I can't get a hold of him. 15.13.17 Join fasmaie [0] (n=yohann@c-24-60-113-125.hsd1.ma.comcast.net) 15.14.56 Quit FOAD (Read error: 110 (Connection timed out)) 15.14.57 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) 15.16.07 # hello there and happy new year 15.16.35 # countrymonkeyweb: i will when i have the time, it's on my list 15.16.42 # countrymonkeyweb: you don't speak norsk yourself ??? 15.16.51 # * amiconn needs to save some IRAM on archos somehow :/ 15.17.01 # amiconn: why? 15.17.42 # I now have a core function for my new greyscale lib, but when compiling it in, it exceeds IRAM space by 36 bytes 15.18.02 # That functions *needs* to be in iram 15.18.04 # optimize it :-) 15.18.18 # It already is optimised 15.18.35 # So I need to cut somewhere else 15.18.36 # yeah, i kind of expected it was, heh 15.18.57 # * moos isn't suprised neither :) 15.18.59 # No way. I took it up as a little thing. It doesn't take very much skill to copy over the dest string into the voice string. I took it up because I had time to kill. 15.19.08 # Buschel: have you hooked your ipod up to an amperemeter now? 15.19.26 # I even found a very slight optimisation for the existing lcd_write_data() function 15.19.29 # preglow: no. but I need test support by someone who has :o) 15.20.23 # countrymonkeyweb: better to lets a native speaker check the patch first 15.20.32 # Buschel: don't think too many have :P how did you find the power consumption, then? 15.20.55 # preglow: runtime tests and calculating then 15.21.00 # O.K. Moos: Do you speak norsk? 15.21.06 # preglow: quite time consuming... 15.21.19 # countrmonkeyweb: not that I know of ;) 15.21.46 # anyone here who is deep into the freq-scaling stuff? 15.21.56 # MethoS- 15.21.56 # midg 15.22.12 # ? 15.22.40 # Buschel: i can imagine... 15.22.54 # Buschel: i know how it works, why? 15.23.23 # Looks like we need either mukkurkalve or preglo to check it. 15.23.34 # preglow: why is DEV_TIMING1 set two time when setting FREQ_MAX? first to x303 afterwards to x808. 15.24.59 # (the slight optimisation only speeds things up by ~1.2% - but it also saves an instruction in iram) 15.25.01 # if someone sees a "swede" around today (Bagder_?), maybe ask if he can trigger a rebuild of the manuals. The e200 should compile alright now - at least it did here... 15.25.04 # preglow: it came with change #15134 15.25.34 # Buschel: hmm, i haven't seen that before 15.25.49 # Buschel: Iirc that's for stability - best ask jhMikeS 15.25.49 # What do you mean by a Swede? 15.26.27 # countrymonkeyweb: for your patch, better to provide a .diff or .patch file, instead of the full .lang file 15.26.28 # amiconn: thanks. is he the one who did the main stuff in the scaling? 15.26.39 # countrymonkeyweb: one of the site admins 15.26.55 Join Willaken [0] (i=will@ip70-181-235-2.sd.sd.cox.net) 15.27.14 # The first part was done by me. Then jhMikeS fixed some further problems which popped up during his scheduler work 15.27.49 # so I may ask you as well :o) 15.27.53 # the first part was done by me from the ipl source, afaik 15.27.56 # I thought you ment a swede like a person of the nationality of Sweedish. And moos, I couldn't get the silly thing to patch. 15.28.18 # preglow/amiconn: so, two experst around - perfect! 15.28.23 # *experts 15.28.27 # not exactly an expert... 15.29.32 # countrymonkeyweb: well... the admins are from (and in) Sweden... 15.29.34 # countrymonkeyweb: He did 15.29.37 # hmm, i could have sworn there was some MrH doc around describing some of those registers... 15.29.48 # pixelma: Beaten again! 15.30.07 Join waldo [0] (n=waldo@ip-81-11-210-174.dsl.scarlet.be) 15.30.07 # I didn't know that. 15.30.14 Join luckz [0] (n=luckz@luckz.de) 15.30.21 # forums down? 15.30.25 # yes 15.30.33 # yesterday I tried to use 24MHz without PLL as "normal" and keep the 80MHz as "max" clock. I wanted to check what influence (in terms of power consumption) the PLL has. after doing so the unit freezed after ~1h... 15.31.18 # weird 15.31.20 # BigBambi: if you mean me, it should have been "she did" though ;) 15.31.50 # pixelma: I know, but I couldn't remember who originally said Swede so I took a punt 15.31.55 # and lost :/ 15.31.56 # and 1h is not enough to estimate the power consumption... 15.33.49 # We cannot see you through the irc! We have to sort of guess at these things. 15.35.06 # Please cut some slack. (Maybe I am just mad because I was kicked from #rockbox-community for hating icecream and pizza a few days ago) 15.35.20 # lol :P 15.35.49 # What are you laughing about? 15.36.52 # you being kicked from rockbox-community for hating icecream and pizza 15.36.56 Part luckz 15.37.33 # THere is nothing funny about it. And after that, they wanted to celebrate me being kicked. 15.38.53 # And I do hate icecream and pizza! 15.39.09 # countrymonkeyweb: This is off topic, but it was a humorous kick, a *gasp* joke. You can go back in anytime you like. 15.39.09 # did tehy have icecreame and pizza to celebrate? 15.39.47 # understood 15.41.26 # * amiconn found that MAXTHREADS can be cut by one on archos :) 15.41.33 # And they did have icecream, iirc. 15.41.52 # countrymonkeyweb, please remain on topic in this logged channel. 15.43.02 Join MethoS-- [0] (n=clemens@pD955C920.dip.t-dialin.net) 15.48.53 Join GodEater [0] (n=godeater@rockbox/staff/GodEater) 15.57.14 Quit MethoS- (Read error: 110 (Connection timed out)) 16.10.01 Join Thundercloud_ [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 16.13.26 Quit waldo ("Konversation terminated!") 16.13.39 Join hannesd_ [0] (n=light@gate-hannes-tdsl.imos.net) 16.16.22 Join waldo [0] (n=waldo@ip-81-11-213-130.dsl.scarlet.be) 16.20.43 Join DogBoy [0] (n=john@66-101-59-100-static.dsl.oplink.net) 16.25.09 Quit Thundercloud (Read error: 110 (Connection timed out)) 16.29.33 Join Lear [0] (i=chatzill@rockbox/developer/lear) 16.29.47 Quit hannesd (Read error: 110 (Connection timed out)) 16.29.47 Nick hannesd_ is now known as hannesd (n=light@gate-hannes-tdsl.imos.net) 16.32.59 Join ompaulafk [0] (n=ompaul@gnewsense/friend/ompaul) 16.33.15 Quit ompaul (No route to host) 16.34.47 # scorche, did you get sorted? 16.36.09 Quit countrymonkeyweb ("CGI:IRC (Ping timeout)") 16.36.58 # BigBambi, did you get viewports v4 to compile for the gigabeat? 16.37.03 # I can not. 16.37.09 # soap v4.2 16.37.31 # linuxstb put it on his website yesterday, but he hasn't attached it to flyspray yet 16.37.41 # I forgot to mention that on the wiki 16.37.44 # ok, I used 4.1 16.37.56 # one mo, I'll find it 16.38.11 # can I dcc you? 16.38.18 # `I'm passive 16.38.26 # but other that than, it's ok 16.38.41 # I'll try (I don't know whether it works this end either) 16.38.45 # so I think you will need to be in active mode. 16.39.03 # It's at http://www.davechapman.f2s.com/rockbox/viewports-v4.2.diff 16.39.09 # there we gp 16.39.20 # that is easier! 16.40.47 # linuxstb, what is the difference with 4.2? Just a fix for gigabeat, or should I remake all my builds? 16.41.02 Join spiorf [0] (n=spiorf@host111-212-dynamic.20-79-r.retail.telecomitalia.it) 16.41.03 # Just the gigabeat target fix. 16.41.10 Quit ompaulafk (Client Quit) 16.41.11 Quit spiorf (Read error: 104 (Connection reset by peer)) 16.41.28 Join spiorf [0] (n=spiorf@host111-212-dynamic.20-79-r.retail.telecomitalia.it) 16.41.30 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul) 16.41.34 # BTW, are rasher's sim builds OK? There were some reports on flyspray that they didn't work. 16.42.28 # I haven't tried, I haven't had much time, I just wanted to get the word out there and make some builds for those unable/unwilling to make their own. 16.44.29 # Does anyone have any opinion about whether the new "official" rockbox-themes.org site should still have an area for themes using patched builds? IIUC, the two main features that are still outstanding are multi-fonts and the custom list position, but the latter should be implementable after viewports (drawing lists inside a viewport, rather than full-screen). 16.44.51 Join lee-qid [0] (n=liqid@p5496454E.dip.t-dialin.net) 16.44.55 # I would really like to stop the proliferation of themes that don't work with official builds... 16.46.28 # I'm not sure. The trouble is that rather than being a testbed for patches, as soon as the functionality is achieved people don't bother to try and get them SVN ready 16.46.49 # But I think viewports and album art where the two big ones 16.47.51 # I agree that it would be much easier not to have themes that need unofficial builds 16.48.53 # linuxstb, while I agree 100% with the desire to stomp out themes which don't work with SVN builds, I think the bigger question is "If Rockbox attempts to prevent custom builds - will they just pull a total fork and not come back into 'the fold'?" 16.50.13 # Personally, I don't think any of the custom build makers have enough dedication to maintain a full fork, so I think if Rockbox stops "supporting" them (as it does through Rockbox-Themes) they will eventually wither and die. 16.50.24 # I've no problem with custom builds, it's just the issue of themes... 16.50.26 # Though, look at all the custom builds on MysticRiver. 16.50.49 # I would say most custom builds are to support fancier themes though 16.51.07 Join faemir [0] (n=faemir@85-211-77-177.dyn.gotadsl.co.uk) 16.51.27 # I can't really see how we say you can have the ustom builds but not the themes that use the patches in the custom builds 16.51.31 # well, BigBambi, most of the ones on forums.rockbox.org are, but many of the other ones (mysticriver) are recording and other based. 16.51.47 # soap: OK, I haven't visited any of those in many moons 16.52.04 # but, linuxstb, you're right, I did kind of dodge the heart of your question. 16.52.26 Join S [0] (n=john@dslb-084-060-150-030.pools.arcor-ip.net) 16.53.20 # I guess, linuxstb, thinking about your original question - It would probably solve much confusion if neither Rockbox nor Rockbox-Themes (the two "official" sites) had anything but themes which worked with stock rockbox. 16.53.32 # Perhaps a compromise, though. 16.54.07 # Patches which are deemed "on the path to inclusion" would be allowd to have themes in a special (clearly marked) section? 16.55.41 # I think the only missing patch is multi-font, so if we stopped hosting themes that required patches _and_ told the patch writers what was needed for multi-font to be accepted, then hopefully it will get done. 16.57.44 Quit Axio_ (Read error: 113 (No route to host)) 17.03.07 # hmm, 4.2 is failing for me on Gigabeat as well. 17.03.34 *** Saving seen data "./dancer.seen" 17.03.38 # maybe there is something else I need to do for my build environment other than ./rockboxdev.sh? 17.05.22 # Where is it failing? 17.07.11 # http://pastebin.com/m4ea84974 17.08.00 # That's the same error BigBambi had - you've multiple copies of the code in test_viewports.c (bad patching...) 17.08.35 # hint: "svn revert" doesn't touch files not added to svn... 17.08.41 # soap: yeah, I had that. Just delete test_viewports.c then revert, then patch 17.09.33 # ahh, thank you 17.12.44 # linuxstb: its not only multifont, theres custom line and bmp scale 17.12.58 # Crash91: What does custom line do? 17.13.17 # The name sounds to me very much like viewports will replace it 17.13.25 # i think it lets you specify custom coordinates for the text to appear 17.13.37 # which viewports addresse 17.13.42 # So viewports will do that better then 17.13.43 # addresses even 17.14.16 # BigBambi: http://labb.contactor.se/tracker/task/5900?histring=custom%20line 17.14.41 # bmp resize is a known want - a workaround (cover.x.bmp) was included with album art to hold people over until such time as it is finished. 17.15.09 # Crash91: Viewports does that (without the multifont dependency) 17.15.27 # BigBambi: Even different colours? 17.15.33 # Crash91: Yes 17.15.36 # :D 17.15.49 # Crash91: Perhaps you ought to read about viewports before commenting? 17.16.05 # and viewports will scroll, custom line doesn't. 17.16.06 # i did, and i understood very little :P 17.19.54 Join XavierGr [0] (n=xavier@ppp139-82.adsl.forthnet.gr) 17.20.48 Join Triskaidekaphobi [0] (n=scarter@24-247-143-68.dhcp.trcy.mi.charter.com) 17.24.26 Quit Triskaidekaphobi (Client Quit) 17.29.25 Join Axio [0] (n=Axio@alf94-1-81-57-140-233.fbx.proxad.net) 17.30.13 Quit XavierGr (Nick collision from services.) 17.30.16 Join XavierGr [0] (n=xavier@ppp26-239.adsl.forthnet.gr) 17.35.38 Quit tvelocity ("Αποχώρησε") 17.38.28 Quit XavierGr (Nick collision from services.) 17.38.39 Join XavierGr [0] (n=xavier@ppp77-197.adsl.forthnet.gr) 17.38.51 Join merbanan [0] (n=banan@83.233.242.168) 17.39.01 Join MethoS- [0] (n=clemens@pD955C920.dip.t-dialin.net) 17.46.01 # jhmikes: you there? 17.47.40 Quit faemir (Read error: 104 (Connection reset by peer)) 17.51.04 Join faemir [0] (n=faemir@85-211-77-177.dyn.gotadsl.co.uk) 17.58.58 Quit MethoS-- (Read error: 113 (No route to host)) 17.59.31 Join Kupop [0] (n=huhu@adsl-69-111-244-66.dsl.snlo01.sbcglobal.net) 18.00.19 Quit madspin ("Leaving") 18.06.00 Quit Rob2222 (Read error: 113 (No route to host)) 18.17.45 Join YippMN [0] (n=dwayne@mn-71-55-152-183.dhcp.embarqhsd.net) 18.18.14 # is there any channel to ask questions about installing rockbox on sansa e260? 18.19.20 # YippMN: See the manual 18.19.30 # just have a question in the manual , abotu where to extract the files, it says on the foot , is that just the main folder that holds all the folders such a music and such ? 18.19.43 # foot=root 18.19.57 # YippMN: the root is the folder with MUSIC, PHOTO , VIDEO....etc. in your sansa 18.20.30 # YippMN: so if youre using winzip/rar click the icon of your sansa in the window and hit extract 18.21.33 # Crash91, ahh ok thats what i was figuring ok just wanted to make sure i was thinking right :) 18.22.03 # Crash91, and btw i'm working in gentoo linux and using ark :) 18.23.11 # ok cool 18.23.20 Nick parafin is now known as parafin|away (i=parafin@paraf.in) 18.28.49 # Crash91, do you know of a channel for sandisk or sansa e260, or is this just the best spot for anything to do with the e260 and rockbox 18.29.30 # YippMN: assuming this is #rockbox, i would guess it might just be remotely related to rockbox 18.30.29 # Crash91, heh well yes:p just was wondering if there mite be a channel of sansa owners also :) 18.30.42 # YippMN: unlike gentoo, most projects don't have platform specific channels. 18.31.03 # if they do, they're usually listed on the website 18.31.04 # freenode is only for OS software projects AFAIK 18.31.25 # sh we cheat 18.31.26 # sounds good tnx 18.32.54 Part d34df00d ("Konversation terminated!") 18.33.11 Join MethoS-- [0] (n=clemens@pD955EA6F.dip.t-dialin.net) 18.37.07 Join Rob2222 [0] (n=Miranda@p54B17EE6.dip.t-dialin.net) 18.43.04 Join [Morph3us] [0] (i=gutwrenc@122.50.141.149) 18.43.33 Part DiDjCodt 18.44.16 # <[Morph3us]> http://www.rockbox.org/lock.html 18.44.26 # <[Morph3us]> i had a query regarding this 18.44.54 Quit DerDome ("Leaving.") 18.45.21 # <[Morph3us]> can i use the proggy by connecting my laptop hdd to a ata->usb converter and then running the proggy from within windows ? 18.45.28 # <[Morph3us]> anyone awake ? 18.45.37 Quit Rob2222 () 18.45.59 Join Rob2222 [0] (n=Miranda@p54B17EE6.dip.t-dialin.net) 18.46.12 Quit Rob2222 (Read error: 104 (Connection reset by peer)) 18.46.51 # [Morph3us]: Check the date at the bottom of that page... No-one is still around who knows anything more than what that wiki page says - that was only an issue in the very early Rockbox days. 18.47.17 Quit MethoS- (Read error: 110 (Connection timed out)) 18.48.31 Join DerDome [0] (n=DerDome@dslb-082-083-222-218.pools.arcor-ip.net) 18.49.10 Quit fasmaie (Read error: 113 (No route to host)) 18.54.44 # [Morph3us]: there's only DOS or linux unlockers there, the DOS one requires a real ata connection (not usb, those archos' were already usb drives yet those instructions say you must remove the drive and hook it up directly to ide) 18.55.06 # [Morph3us]: and then the linux version is a hack on the driver for the particular usb-ide controller in those archos models 18.57.22 # * linuxstb reverts his previous comment 18.58.12 # linuxstb: nah, i didn't say anything thats not already indicated on that page :p 18.58.21 # * linuxstb unreverts then ;) 18.59.19 # well, aside from my risidual knowledge of them old archos' providing a bit of context 18.59.21 Join jonashn [0] (n=573e6a35@gateway/web/cgi-irc/labb.contactor.se/x-3ff38d6a0e617314) 18.59.23 # heh 19.02.27 Quit Thundercloud_ (Read error: 110 (Connection timed out)) 19.03.37 *** Saving seen data "./dancer.seen" 19.04.47 Quit jonashn ("CGI:IRC (Ping timeout)") 19.05.19 Quit MethoS-- (Read error: 101 (Network is unreachable)) 19.06.50 Join phossy [0] (n=martin@88-111-184-177.dynamic.dsl.as9105.com) 19.13.58 Quit DerDome (Read error: 110 (Connection timed out)) 19.16.52 Join MethoS-- [0] (n=clemens@pD955D8C6.dip.t-dialin.net) 19.18.30 Join Guest8191 [0] (n=joe@BAEf8b9.bae.pppool.de) 19.18.45 # hi there! 19.18.57 Join |elppa| [0] (n=kvirc@cpe-68-173-5-208.nyc.res.rr.com) 19.19.12 # i got an archos iriver h340 with 19.19.16 # broken hd 19.19.27 # <|elppa|> I love ROckbox, and I love giving other people Rockbox, especially because it's pretty much just flat-out better than Apple's proprietary firmware 19.19.58 # Guest8191: Have you read this page? http://www.rockbox.org/twiki/bin/view/Main/HardDriveReplacement 19.20.00 # <|elppa|> Therefore when there's a new development in Apple's offerings that Rockbox doesn't (at least to my knowledge) have, then I get especially interested/concerned 19.20.06 # <|elppa|> Cover Flow 19.20.26 # <|elppa|> Is there any movement in Rockbox to recreate the "Cover Flow" effect of the new iPods? 19.20.28 # Have you seen Rockbox's "picture flow" plugin? 19.20.34 # <|elppa|> Or to display album art at all? 19.20.36 # <|elppa|> No I haven't. 19.20.42 # <|elppa|> My iPod is monochrome 19.20.43 # I am thinking about bying a new one (toshiba mk4004gah) but i am not sure whether it is formatted properly. 19.20.52 # Rockbox can display album-art as well... 19.21.10 # <|elppa|> linuxstb: So Picture Flow is available on all colour iPods? 19.21.12 # is rockbox able to format hard discs? 19.21.12 # No ipods are monochrome - they're 4-shade greyscale. 19.21.21 # <|elppa|> Or just video (5th gen) iPods? 19.21.33 # <|elppa|> Aye, well I have a 4-shade greyscale 4th generation. 19.21.34 # but no picture flow on greyscale players (yet) but album art for the WPS works 19.21.42 # I'm not sure about picture flow, but album-art is shown on both greyscale and colour LCDs. 19.21.50 Part minifig904 19.22.14 # <|elppa|> linuxstb: Okay well you brought up the existence of Picture Flow...what can you say about it? Have you used it? 19.22.44 # Guest8191, you don't need Rockbox to format your new hard drive, if you have access to Windows you can use iTunes to "restore" the new hard drive. 19.22.48 # Guest8191: No, but there is no need. You just replace the disk in the device, and format it from your computer (assuming you've installed the Rockbox bootloader). 19.23.08 # soap: itunes can restore an iriver h340? ;) 19.23.08 # linuxstb: sounds easy 19.23.34 # yes, the bootloader is already in 19.23.50 # linuxstb, oh lord, I got |elppa| confused with Guest8191. I'm sorry Guest8191 19.23.52 # |elppa|: No, I haven't used it. 19.24.20 Nick Guest8191 is now known as pit_ (n=joe@BAEf8b9.bae.pppool.de) 19.24.40 # soap: should be easyer now ;-) 19.24.41 # |elppa|: Just try it - it's included in current Rockbox builds... 19.25.16 # linuxstb: but not on his... 19.25.19 # |elppa|: I take that back, it doesn't work on your ipod... You could try a simulator though 19.25.27 # pixelma: I just remembered that ;) 19.25.36 # i hope the harddisc i'm going to buy via ebay will work ... 19.26.17 # http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&rd=1&item=150198172918&ssPageName=STRK:MEWA:IT&ih=005 19.27.04 # pit_: The only problem is that the built-in Windows formatting program refuses to format FAT disks > 32GB. So you'll need a third-party tool to format it. 19.27.19 # (assuming you're using Windows0 19.27.30 # linuxstb: what about my debian machine? 19.27.40 # No problem there. 19.27.46 # ;-) 19.28.25 # It's just an arbitrary restriction MS imposed, to try to make people switch to using NTFS. 19.29.17 # meh 19.29.29 # a friend of mine sold the h340 to me and a very short time after that it felt down and the hd was broken ... 19.29.34 # * amiconn 's greyscale function is so optimised that it cannot work :( 19.30.08 # he 19.30.15 Nick S is now known as conando (n=john@dslb-084-060-150-030.pools.arcor-ip.net) 19.30.42 Join Rob2222 [0] (n=Miranda@p54B17EE6.dip.t-dialin.net) 19.31.54 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 19.32.42 # amiconn: I've got a problem with 2bpp displays and viewports - how to statically initialise the values of the fg/bg_pattern variables in the viewport declarations in apps code? 19.36.01 Quit davina (Remote closed the connection) 19.36.29 Quit pit_ () 19.40.25 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 19.45.20 Quit davina (Remote closed the connection) 19.47.38 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 19.49.03 Quit davina (Remote closed the connection) 19.49.05 Join gromit` [0] (i=gromit@ras75-5-82-234-244-69.fbx.proxad.net) 19.49.45 # Would something like the sansa c250 be a worthwhile investment? Rockbox would allow it to use an SDHC card when I decide that 2gigs is not enough? 19.49.51 # hey you guys see the archos 605 wifi bit on /.? exploit discovered to execute arbitrary code 19.50.16 Join Thundercloud_ [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 19.50.46 # gnoob: Yes, rockbox supports SDHC 19.50.59 # gnoob: But you need a V1 - v" doesn't work with rockbox 19.51.18 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 19.51.44 # s/v"/v2 19.51.45 Quit davina (Remote closed the connection) 19.52.44 # BigBambi, how can I tell if it's v1 or v2 19.52.51 Join salty-horse [0] (n=ori@pdpc/supporter/active/salty-horse) 19.54.04 # gnoob: It is difficult before you buy 19.54.14 # If it is advertised as haveing Audible support, it is a v2 19.54.21 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com) 19.54.24 # But even if it doesn't say that it may be 19.54.29 # hi. any sansa user? a revision somewhere between 15700 and HEAD (will locate the exact revision soon) causes a crash on playback. was wondering if others see it too. 19.54.53 # BigBambi: my c250 listed Audible support, but is a v1 19.55.05 Join rasher_ [50] (n=rasher@rockbox/developer/rasher) 19.55.07 # obo: gnoob Which then makes it even harder :) 19.55.36 # I was hoping to get a v2 to have a play :) 19.56.10 Quit rasher (Nick collision from services.) 19.56.18 Nick rasher_ is now known as rasher (n=rasher@rockbox/developer/rasher) 19.56.21 Quit davina (Remote closed the connection) 19.56.41 # audible meaning audible.com? 19.57.06 # yeah 19.57.10 # newegg has it for 50 bucks. http://www.newegg.com/Product/Product.aspx?Item=N82E16855125021 19.57.19 # seems reasonable. 19.57.44 # gnoob: No way to tell from that 19.58.04 # gnoob, the easiest what is the firmware 19.58.20 # s/what/way 19.58.38 # yeah, but if I don't own it yet. 19.58.53 # It is easy enough to tell if you have it 19.58.59 # But very difficult before 19.59.34 # somone in the reviews said that they loaded rockbox but probably can't count on that either. 20.00.01 Quit lassesdatamaskin (Connection timed out) 20.00.02 # gnoob: Yeah, who knows which you will be sent 20.00.34 # Is V2 just a firmware update? 20.00.49 # gnoob: nope, total HW change 20.01.02 # ah 20.01.43 # eh, its the same v1/v2 shit with sansas AND microSDs now 20.02.08 # For all the sansa models, c200, e200 and e200R, they all have a V2 that you have to watch for? 20.02.21 # yep 20.02.25 # yes 20.02.33 # great 20.02.41 # indeed so 20.02.57 # I like the idea of the sansa because the price seems reasonable and the SD slot. 20.03.27 # gnoob: Yeah, it is attractive, but annoying since the new versions 20.05.03 Quit Thundercloud (Read error: 110 (Connection timed out)) 20.05.30 Join RoC_MasterMind [0] (n=Free@c-71-203-172-58.hsd1.fl.comcast.net) 20.06.49 # Has the new version been around for a while or is there still a decent chance of finding the v1? 20.07.16 Quit EspeonEefi (Read error: 104 (Connection reset by peer)) 20.07.27 Join EspeonEefi [0] (n=espeonee@c-75-66-59-124.hsd1.tn.comcast.net) 20.08.50 # gnoob, you might find v1 since it seems like the v2 started to pop out sometime in december tho 20.09.48 # Interesting 20.10.22 Join pixelma_ [0] (n=Marianne@rockbox/staff/pixelma) 20.10.38 Quit amiconn (Nick collision from services.) 20.10.47 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 20.11.20 # thanks for the insight everyone. 20.12.07 Quit Lear ("ChatZilla 0.9.79 [Firefox 3.0b3pre/2007123005]") 20.12.55 Quit ptw419 (Read error: 104 (Connection reset by peer)) 20.13.01 # hmmm arcwelder for archos. maybe a start to rockbox ports? 20.17.37 # already mentioned it much much earlier today alienbiker99 ;) 20.19.01 # haha sorry, really really long night 20.19.41 # no idea what became of it though 20.19.50 # I had to logout pretty much as soon as I'd seen it 20.20.11 # so possibly worth reading the logs from around 9am this morning ? 20.23.45 Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP) 20.27.39 Quit XavierGr (Nick collision from services.) 20.27.52 Join XavierGr [0] (n=xavier@ppp206-163.adsl.forthnet.gr) 20.28.07 Quit pixelma (Read error: 110 (Connection timed out)) 20.28.07 Nick pixelma_ is now known as pixelma (n=Marianne@rockbox/staff/pixelma) 20.28.34 Join picard_pwns_kirk [0] (n=ppk@unaffiliated/ppklaptop/x-00001) 20.28.58 # does Rockbox support video playback? 20.29.56 # yes 20.30.09 # whoo! 20.30.20 # picard_pwns_kirk: See the PluginMpegplayer wiki page 20.30.21 # even on nano 1st gen? 20.30.25 # picard_pwns_kirk: yes 20.30.35 # thanks 20.31.33 Quit alienbiker99 ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )") 20.31.35 # picard_pwns_kirk: picard most certainly doesnt 20.31.53 # Crash91: I beg to differ 20.32.09 # On topic 20.32.09 # keep in mind that this is an on-topic channel 20.32.44 # I'm with picard_pwns_kirk :P 20.33.14 # * BigBambi shouts on topi and points at #rockbox-community 20.33.59 Join bertrik [0] (n=Bertrik_@145-020-045-062.dynamic.caiway.nl) 20.34.26 Join alienbiker99 [0] (n=alienbik@ool-44c126d4.dyn.optonline.net) 20.37.35 Part picard_pwns_kirk ("In Soviet Russia, channel leave YOU!!") 20.37.49 Quit XavierGr (Nick collision from services.) 20.38.02 Join XavierGr [0] (n=xavier@ppp158-25.adsl.forthnet.gr) 20.42.09 # * pixelma wonders what/who topi is ;) 20.42.43 # pixelma: Damn you! My "c" key is all sticky 20.43.34 # It isn't my fault! 20.44.18 # * GodEater wonders what BigBambi has been doing to get his c key all sticky 20.45.19 Join countrymonkeyweb [0] (n=4b05639a@gateway/web/cgi-irc/labb.contactor.se/x-bd3666ca1fc40f27) 20.46.18 # Obo: Could you tell me how your lang.pl script in task #6360 works and how to use it? I need a "redneck" lang file. 20.47.15 Quit alienbiker99 ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )") 20.48.09 Quit XavierGr (Nick collision from services.) 20.48.20 Join XavierGr [0] (n=xavier@ppp185-129.adsl.forthnet.gr) 20.51.35 # countrymonkeyweb: if I remember... the first parameter is the path to the lang file, and the second is the path to the talk filter executable 20.52.48 # What is the talk filter excecutable? Is it the .c file? 20.53.18 Join andrew__1 [0] (n=andrew@stjhnf0124w-142163117114.pppoe-dynamic.nl.aliant.net) 20.53.21 Quit amiconn (" HydraIRC -> http://www.hydrairc.com <-") 20.53.30 # it's the compiled talk filter (the web link in the task) 20.53.42 # Hold on a sec. 20.53.42 # as in you'd need to download that tarball and compile them 20.54.52 # Do you still have the precompiled ones. I have no compiler. 20.55.17 # but it was a very quick and dirty hack, and I'm not sure if it works after the lang v2 change 20.55.44 # Do you have the excecutable ones handy? 20.56.00 # nope 20.56.24 # countrymonkeyweb, then install a compiler, geez. 20.56.26 # Do you know what compiler I use? 20.56.43 Quit XavierGr (Nick collision from services.) 20.56.56 Join XavierGr [0] (n=xavier@ppp126-172.adsl.forthnet.gr) 20.56.56 # countrymonkeyweb: how would we know? 20.56.57 # Will cygwin cut it? 20.57.26 # I am talking to obo. He has done it before. 20.57.36 # countrymonkeyweb, cygwin is not the compiler. if you have a dev environment, you have gcc, thus you have a compiler 20.58.12 # countrymonkeyweb, at some point, take the initiative and use google sometime. you can't have your hand held through every little step like you seem to think you can. 21.02.26 Quit countrymonkeyweb ("CGI:IRC (Ping timeout)") 21.03.19 Quit Buschel () 21.03.40 *** Saving seen data "./dancer.seen" 21.03.56 Part pixelma 21.07.15 Join Klevi [0] (n=balh@ool-435682a7.dyn.optonline.net) 21.07.47 # Hi all ... is there a way to theme the statusbar outside of the WPS? as is, while menu surfing? 21.08.09 # Not at this time 21.08.12 Quit XavierGr (Nick collision from services.) 21.08.18 # Dang 21.08.23 # In fact, you can't theme the statusbar in the WPS eith atm 21.08.25 Join XavierGr [0] (n=xavier@ppp259-227.adsl.forthnet.gr) 21.08.27 # *either 21.08.37 # You an just turn it off and make your own 21.08.41 # *can 21.09.26 Quit Klevi (Read error: 104 (Connection reset by peer)) 21.09.50 Join Klevi [0] (n=balh@ool-435682a7.dyn.optonline.net) 21.10.28 # .. 21.11.12 # ? 21.11.30 # Anyway, yeah like I was saying. Im currently using a themed Statusbar on the WOP 21.11.34 # **WPS 21.11.46 # scorche, ping 21.12.10 # Updated rockbox on my C200 yesterday 21.12.19 # Klevi: No, you have made your own icons 21.12.29 # The status bar remains as ever it was 21.12.41 # Oh oh.. okay 21.13.02 # I know it may seem a silly distinction, but in a technical project it is important to be accurate 21.13.14 # Yeah, didnt know 21.13.17 # ^^ thanks 21.28.44 Quit XavierGr (Nick collision from services.) 21.28.55 Join XavierGr [0] (n=xavier@ppp170-250.adsl.forthnet.gr) 21.29.32 Quit Nico_P (Remote closed the connection) 21.33.46 Nick Bagder_ is now known as Bagder (n=daniel@1-1-5-26a.hud.sth.bostream.se) 21.35.31 Join Redbreva [0] (n=Redbreva@host86-144-107-17.range86-144.btcentralplus.com) 21.36.19 Quit Redbreva (Client Quit) 21.37.32 Quit Crash91 ("Leaving") 21.38.25 # Why does my sansa crash when I plug in USB while Rockbox is running 21.38.46 # the bootloader doesnt popup anymore 21.46.54 # Klevi, you're using the latest build and the latest bootloader? 21.47.18 # and by latest bootloader, i mean installed with the most recent official sansapatcher 21.48.24 # Klevi, I get the same, it seems reboot doesn't always work correctly 21.48.46 # YEs 21.48.48 # **yes 21.49.05 Quit YippMN ("Leaving") 21.49.17 # bertrik: Your players screen goes black with keylights on still as well? 21.49.35 # Klevi, if it isn't responding, hold the power button for 15 or so seconds 21.49.43 # tried 21.49.46 # Nothing 21.49.51 Join thegeek [0] (n=nnscript@85.89.4.72) 21.50.00 # last time I got it, I just get a kind of striped screen, but the backlight does not turn off 21.50.02 # but, its fixable by reboting once you rmove the battery 21.50.10 # *remove 21.50.51 Quit |elppa| (Read error: 110 (Connection timed out)) 21.51.39 # what does the bootloader have to do with it? 21.52.48 Join |elppa| [0] (n=kvirc@cpe-66-108-52-135.nyc.res.rr.com) 21.53.56 # to load the OF and use USB rockbox reboots the player 21.57.06 # Klevi: for me it reboots maybe only half the time 21.57.35 # can you check something for me, just after a reboot? 21.58.18 # mine doesnt reboot correctly 21.58.20 # at all 21.58.26 # Ihave to turn off the player 21.58.31 # boot the OF myself 21.58.35 # then plug in USB 22.02.27 # I made a patch to fix some issues (bugs IMO) in the sansa reboot procedure, you can find it here: http://www.rockbox.org/tracker/task/8272 22.04.41 # Klevi: can't you just turn off your sansa and then plug in USB to wake it up in OF? that would at least save some time avoiding the OF database rebuild 22.04.59 # nope 22.05.07 # I crash the same way 22.06.46 # ok, that's odd 22.06.56 Quit thegeek_ (Read error: 110 (Connection timed out)) 22.07.03 Join DerDome [0] (n=DerDome@dslb-082-083-222-218.pools.arcor-ip.net) 22.07.29 Quit bertrik ("off to play some ET") 22.08.22 Join ord [0] (i=qwm@c83-254-194-26.bredband.comhem.se) 22.08.24 Quit qwm (Read error: 104 (Connection reset by peer)) 22.10.24 Quit hcs ("Leaving.") 22.12.04 Join hcs [0] (n=agashlin@rockbox/contributor/hcs) 22.14.15 Quit Klevi () 22.14.29 Quit DerDome (Nick collision from services.) 22.14.32 Join DerDom1 [0] (n=DerDome@dslb-082-083-222-218.pools.arcor-ip.net) 22.14.38 Nick DerDom1 is now known as DerDome (n=DerDome@dslb-082-083-222-218.pools.arcor-ip.net) 22.16.37 Quit XavierGr (Nick collision from services.) 22.16.50 Join XavierGr [0] (n=xavier@ppp175-100.adsl.forthnet.gr) 22.22.01 Join qwm [0] (i=qwm@c83-254-194-26.bredband.comhem.se) 22.26.53 Quit qwm (Read error: 104 (Connection reset by peer)) 22.27.13 Quit GodEater ("Leaving") 22.29.21 Join qwm [0] (i=qwm@c83-254-194-26.bredband.comhem.se) 22.29.38 Quit ord (Read error: 104 (Connection reset by peer)) 22.29.40 Join major_works [0] (n=45745dcc@gateway/web/cgi-irc/labb.contactor.se/x-f417b4dbaa0292d3) 22.30.01 Part [Morph3us] 22.30.08 # Does anyone know whether Viewports will eventually perform .bmp resizing? 22.31.39 Quit qwm (Read error: 104 (Connection reset by peer)) 22.31.43 # viewports won't. a resizing algorhythm in the core would. 22.32.07 # OK... so does anyone know of anyone working in that direction? 22.33.20 Quit hcs (Read error: 110 (Connection timed out)) 22.34.00 # I saw a comment earlier by linuxstb about wanting to stop the proliferation of themes that conflict with the official builds. Getting .bmp resizing working would probably go a long way toward achieving that. 22.34.30 Quit conando (Read error: 110 (Connection timed out)) 22.35.31 # I wish I knew how to do that. I would if I could. 22.36.31 Join Llorean [0] (n=llorean@ppp-70-253-63-165.dsl.hstntx.swbell.net) 22.38.20 # Does the bmp resize patch actually change the wps tags? 22.38.45 # I hope you're not asking me! 22.39.31 # You're implied that it does. 22.39.50 Join qwm [0] (n=qwm@c83-254-194-26.bredband.comhem.se) 22.39.56 Quit XavierGr (Nick collision from services.) 22.40.09 Join XavierGr [0] (n=xavier@ppp71-149.adsl.forthnet.gr) 22.40.10 # I do compile my own builds and used to incorporate all the stuff that the "eye-candy lovers" on ABi like. With the closure of some of the patches coupled with the recent changes in SVN, it's become too difficult for this non-programmer to get everything working. 22.40.27 Join xnyhps [0] (n=sphynx@105-108-dsl.ipact.nl) 22.40.47 # linuxstb, i believe it adds some places in the image lines for what size it should be 22.41.01 # So I went back to straight SVN and just added your Viewports patch. Now some themes work, and some don't, but what doesn't work even in the ones that display album art is that .bmps are not resized. 22.41.31 Quit ompaul ("have fun") 22.41.40 # I didn't mean to imply anything about the .bmp resize patch changing tags. I really don't know if it does or not. 22.42.35 Join hannesd_ [0] (n=light@gate-hannes-tdsl.imos.net) 22.43.34 # My question is just whether the same theme will work on a build with bmp resize and without bmp resize. I realise the user needs different album-art bmp files depending on the build. 22.45.29 # I'd have to do a lot of scratching around to figure out the answer to your question. I just know that I used to make up my own builds with all those fudgy patches (customline, multifont, bmpresize, etc.) and that lots of themes worked great. But it just got too difficult for me to make the patches work. 22.46.13 # Now, with your Viewports patch as the only one in my current build that has anything whatsoever to do with WPSs, some work, and some don't. 22.46.17 Quit qwm (Read error: 104 (Connection reset by peer)) 22.46.39 # linuxstb: If a theme uses "bmp resize", in a current build, it will look for a pre-resized image with those dimensions in its filename 22.46.40 # Should I try using the Viewports patch *and* the old bmpresize patch and see how that works? 22.46.56 # So for example if it's supposed to resize to 100x100, I *think* it'll look for cover.100x100.bmp 22.47.01 # Or some filename *like* that 22.47.25 # I can't remember the exact filename it looks for, but the "look for a pre-sized image" tag in current svn is identical (if I recall) to the old resize tag. 22.48.31 Join mf0102 [0] (n=michi@85.127.20.164) 22.49.23 # salty-horse: fsck.vfat is unfortunately not very good 22.49.33 Join WeaponX [0] (i=Prisoner@dsl-207-112-77-154.tor.primus.ca) 22.49.35 # I've had problems it couldn't fix 22.49.37 # helo 22.49.42 # hello* 22.49.52 # Llorean: I really don't understand how the bmpresize patch works... but are you saying that it would ordinarily rename .bmp files? If that's so, I wasn't aware of it. 22.49.52 # happy new year everyone :) 22.50.33 # salty-horse: and I've been upgrading every now and then recently with no playback problems at all 22.50.54 # major_works: No, he isn't saying that 22.50.58 # Bagder, hmm, ok. I'll report back once I locate the revision that causes the playback crash (this weekend) 22.51.02 Join safetydan [0] (n=safetyda@rockbox/developer/safetydan) 22.51.18 # major_works: No, it wouldn't 22.51.28 # With how album art works in svn, if you tell it that album art is 100x100, it will first look for cover.100x100.bmp 22.51.43 # major_works: Basically, the tag for "resize cover.bmp to 100x100" in bmpresize builds is the same tag as "look for cover.100x100.bmp" in official builds 22.51.54 # If it cannot find a correct size it will either crop or centre another available one in a different size 22.52.02 # It doesn't do any resizing at all 22.52.42 Quit desowin ("KVIrc 3.2.6 Anomalies http://www.kvirc.net/") 22.52.48 # And for the resize patch, it does what Llorean said :) 22.52.56 # OK. What I'm finding now with a build using current SVN + the Viewports patch is that it doesn't center the images. It seems to start from the top left corner and fill the available image space with whatever fits from that point. 22.53.16 # major_works: Did you tell it to do it centered? 22.53.43 # Where would I tell it to center the images? In the .wps files? 22.53.51 # isn't that how album art has always worked? Or am I mistaken in that? I'll be honest, I've never tried loading a sub-sized .bmp. 22.53.55 # major_works: Yes 22.54.16 # I'll have to play around with some and see how that works. Thanks very much for the tip. 22.54.22 # soap: It'll put it where you tell it. I'm not sure what the default is if you don't 22.54.28 # soap: I think he's saying it crops oversized ones 22.54.34 Join bertrik [0] (n=Bertrik_@216-020-045-062.dynamic.caiway.nl) 22.54.47 # But it sounds like things are "working as intended, which may not be the same as what you expect" :) 22.54.52 # Yes, that's right. It crops oversized ones. Most of my ,bmps are 160 x 160 or more. 22.55.14 # * Llorean wonders if there's still work going into that newer resize alternative 22.55.22 # This is indeed working as intended 22.55.24 # major_works: http://www.rockbox.org/twiki/bin/view/Main/WebHome?topic=AlbumArt 22.55.31 # I'm sure it's working "as intended." What I'd like or expect, maybe not, but as a non-programmer, I'm at your collective mercy. 22.55.52 # major_works: That isn't to say it is completed 22.56.01 Join JdGordon [0] (n=jonno@usw3662-s-207-244-148-63.dsl.w-link.net) 22.56.05 # Everyone who works on rockbox does it for free in their spare time 22.56.05 # I'm very much aware of that. 22.56.30 # I'm aware of that, too, and believe me, I appreciate all the work everyone has done. I'd give you all a big raise if I could. 22.57.25 # I'm in the unfortunate position of being caught in the middle in a way. I know enough to be dangerous to myself, but unfortunately, not enough to contribute to fixing all this stuff. 22.57.26 # I, personally, don't see a point in recentering, assuming resize gets added eventually. 22.57.30 # does anyone know of a software that makes it easier to tag video files on ipod? itunes reallly limits the tagging because it doesnt let you select more than one video file to edit 22.57.47 Quit hannesd (Read error: 110 (Connection timed out)) 22.57.48 Nick hannesd_ is now known as hannesd (n=light@gate-hannes-tdsl.imos.net) 22.57.49 # WeaponX, that is not rockbox related. 22.57.54 # oh ok 22.58.08 # Sure, once resizing is in position (centre or otherwise) is meaningless 22.58.10 # well can you direct me to where i might find that information :S 22.58.13 # Well, that was one thing I'd asked... is resizing ever going to be added? 22.58.15 # WeaponX, google 22.58.19 # WeaponX: www.google.com 22.58.28 # haha thought you were gonna say that 22.58.30 # ok 22.58.30 # major_works: If someone writes it correctly, yes 22.58.35 # thanks anywayzs 22.58.50 # Always an "if..." Sure thing. 22.59.06 # * soap is willing to bet it will happen, and before 2009 22.59.13 # major_works: It is all what people want to work on, not what you want them to work on 22.59.20 # Like I said earlier, I wish I knew how myself. 22.59.35 # major_works: Well how can someone say "Yes" if we don't know whether someone will create an acceptable implementation? 22.59.35 # Why should someone spend their free time coding a feature they don't want for you 22.59.41 # Yep. Llorean has reminded the ABi folks of that recently in his inimitable fashion. :-) 23.00.05 # Guys... not here to argue about anything at all. Please don't take it that way! 23.00.20 # There is always an if for a very good reason 23.00.28 # I don't want anyone to code anything for me specifically. If it happens, great, and I'll wait until it does. I have no choice. 23.00.37 # resizing isn't so hard i would think 23.00.41 # major_works: The choice is to learn 23.01.03 # bertrik: Resizing that looks nice, with an acceptable memory footprint, on the other hand, is slightly more complex. ;) 23.01.24 # ok, so we first need a definition of "correctly" and "acceptable" 23.01.30 # You're right. Time is always the issue. It'd be yet another hobby. I don't do coding for a living as I suspect some of the devs do. 23.01.45 Join peppo [0] (n=slumpmas@c-a170e155.41-4-64736c10.cust.bredbandsbolaget.se) 23.02.24 # major_works: Sure, and it'd be quiker for someone who already knows how to did it than you learn, but how they use their time is up to them 23.02.33 # I keep getting double entries in my playlist, and it's not because of .Trash entries and such. I copy my music to my ipod video using rhythmbox, it works in ipod "mode"... 23.02.39 # bertrik: I believe we already have one. "Looks Good" is of course subjective, but the idea was *I think* to resize in place when loading it into the buffer while buffering audio, so that the resize doesn't need to permanently use any non-buffer memory 23.03.17 # You're absolutely correct and I cannot argue that point one bit. Not trying to, either. 23.03.22 # peppo: Save a copy of your playlist and pastebin it then? 23.03.42 *** Saving seen data "./dancer.seen" 23.03.42 # Llorean: ok thanks 23.03.56 Join amiconn [50] (n=jens@rockbox/developer/amiconn) 23.04.05 # Thanks for the input. I'll play with .wps files for centering. Happy New Year to all! 23.04.11 # Llorean, tcds 23.04.12 # bertrik: The real sticking point, I *think*, is that it should have as absolutely minimal impact on non-album-art users as possible. 23.04.12 # ? 23.04.27 # peppo: No, TCDs are your database, not your playlist. Did you mean your database? 23.04.36 Join uwe_ [0] (n=uwe@dslb-084-056-036-237.pools.arcor-ip.net) 23.04.39 # Llorean, ah yes, sorry. 23.04.39 Quit major_works ("CGI:IRC (EOF)") 23.04.52 Quit thegeek ("( www.nnscript.com :: NoNameScript 4.2 :: www.regroup-esports.com )") 23.04.55 Part Llorean 23.04.58 # Llorean, most of my albums have double entries that contain the exact same path of a file 23.06.14 Quit bertrik ("bye") 23.08.17 Join thegeek [0] (n=nnscript@85.89.4.72) 23.08.48 # peppo: Have you tried deleting the .tcd files and rebuilding the database? 23.09.00 # linuxstb, yup 23.09.04 # I will attempt it again 23.09.37 Quit XavierGr (Nick collision from services.) 23.09.50 Join XavierGr [0] (n=xavier@ppp6-125.adsl.forthnet.gr) 23.10.23 # hey linuxstb 23.10.35 # done anything more with vps? or been out partying? 23.11.31 # I've done a little - I've got the lcd-remote-2bit-vi.c driver working, but am not happy about how the fg/bg patterns are dealt with. 23.11.47 # whats the prob? 23.12.49 # linuxstb: Why not just store the fg and bg *colours* in the viewport struct, and not the pattern? 23.13.23 # That means recalculating the pattern when switching viewports, but that shouldn't be a big problem 23.13.42 # JdGordon: In the 16-bit (colour) driver, the apps code passes fg/bg colour to the LCD driver in the same format the driver uses internally (16-bit rgb565). In the greyscale drivers, the driver stores it internally in a different format to that passed to set_back/foreground (and converts it back with get_back/foreground). 23.14.17 # Are those get_* functions used anywhere? 23.14.29 # amiconn: Yes, that could work... If the apps code changes the colour, it would just need to call set_viewport again. 23.14.52 # why? do the recalculate after a colour change also 23.15.50 # It's basically just a table lookup, as the patterns are precalculated 23.16.01 Quit uwe__ (Read error: 110 (Connection timed out)) 23.16.23 # did anyone have comments on my dev-ml email? 23.16.24 # Hmm, no it's not 23.16.34 # But the caluclation isn't difficult 23.17.20 # And it could be changed into a lookup. 23.17.58 # JdGordon: I'm currently without email, so can't reply to the list, but I didn't really understand what you want to achieve. I also think you may be over-estimating how much viewports will help you do it. 23.18.13 # In fact the 2 bit remote driver uses a lookup. The 2 bit main lcd drivers don't (yet) 23.18.19 # thats all very probable :p 23.19.38 Join csc` [0] (n=csc@archlinux/user/csc) 23.20.20 # I;m going to have a play today... but acually, I dont think what I want to do isnt possible 23.20.29 # hm, a confused question here: is it possible to be playing all random tracks from a playlist and then just selectively continuing playing from the album a song is from? 23.20.30 # it just requires a bit of work to do it 23.21.38 Join Redbreva [0] (n=Redbreva@host86-144-107-17.range86-144.btcentralplus.com) 23.22.43 # JdGordon: The question is not only whether it's possible, but also whether it makes sense 23.23.08 # only on the larger screens.. 23.23.26 # peppo: Enable the "follow playlist" option in the settings, and then when you are listing to a track, press "select" to go to the file browser, and you'll be in the folder for that album. Then just press select again, and you'll be playing a new playlist of just that album. 23.23.27 # What is 'large' in that respect? 23.23.50 # * amiconn thinks JdGordon is trying to overengineer things. 23.23.54 # By far. 23.23.55 # not sure. 23.23.56 # JdGordon: For example, do you want both a menu and wps onscreen at the same time, and be able to move focus between the two? 23.24.21 # no.. I said that in the email didnt I? you cant change focus or things mess up 23.24.36 # Then you don't need a window manager IMO. 23.24.46 # but I would like to have some wps on the screen when the menubrpowser is up 23.25.03 # and I dont want to limit it to only certain screen combos 23.25.20 # linuxstb, hm, thanks. but can't find the follow playlist option. is it in the context for Playlists or in Settings somewhere? 23.25.52 # peppo: In the settings somewhere... Maybe "file view" 23.26.14 # ah yes, thanks 23.27.20 # perfect 23.27.39 Join saratoga [0] (n=62e14d04@gateway/web/cgi-irc/labb.contactor.se/x-0dfaea55b31c9c24) 23.27.46 # I also wonder, is there a faster way to play _all songs_ randomly, without creating a playlist (instead I'd like something "live")? 23.28.18 # 'cuz right now, going into in root, takes a lot of time when it's searching (have ~5k tracks) 23.28.32 # Buschel: (for the logs) I can take current measurements on my Sansa if you like, but it will be at least a few days before I'm back with my equipment 23.28.36 # like a dynamic playlist peppo? 23.28.41 # aye 23.28.46 # those would be nice 23.29.29 # linuxstb, unfortunately that doesn't work for me. do I need to reboot? 23.30.03 # Ah, you're using the database? I don't think that feature works in the database, so ignore me.... 23.30.52 # I am. is there a way to not use database? file system access? that wouldn't work here though, since all music I have is copied to the iPod file structure 23.30.59 # 'Follow playlist' only works for the file browser (and even that is * 23.31.05 # JdGordon: So you don't think that a fully customisable "status bar" able to draw anywhere on the screen will do what you want? 23.31.06 # damn 23.31.12 # still* broken since the wps tokenizer went in) 23.32.16 # how many devs work on rockbox total? 23.34.27 # linuxstb: it possibly would, but thats still limited, and unless im misunderstanindg, I dont like having the wps control the statusbar 23.34.31 # csc`: lots 23.34.50 # How would that be the wps controlling the statusbar? 23.34.55 # vague but ok :p 23.35.12 # linuxstb: ok, so maybe i misunderstood how you wanted to do it 23.35.22 # csc`: i tihnk the last count had 60 odd commiters or something 23.35.29 # You mean that the wps code/parser shouldn't be reused to draw the statusbar? 23.35.35 # nice 23.35.47 # no, im fine with that 23.35.47 # * csc` waits silently for 3rd generation nanos 23.36.10 # csc`: hope you're a young man 23.36.31 # saratoga: might be :P 23.46.44 Join Robin0800 [0] (n=Robin080@cpc2-brig8-0-0-cust498.brig.cable.ntl.com) 23.48.04 Quit Redbreva ("ChatZilla 0.9.79 [Firefox 2.0.0.11/2007112718]") 23.52.46 Join Thundercloud__ [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 23.58.02 Quit safetydan ("Leaving.")