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

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

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

#rockbox log for 2008-06-21

00:00:48 Join nplus [0] (n=nplus@141.25.globcom.net)
00:01:54 Join cbr|w [0] (n=cbr@212.98.160.130)
00:03:45 Quit nplus (Client Quit)
00:03:50 Join nplus [0] (n=nplus@141.25.globcom.net)
00:08:59 Quit Mathiasdm ("Invisible Internet Project: http://www.i2p2.de")
00:08:59 Quit robin0800 (Read error: 104 (Connection reset by peer))
00:09:05 Join robin0800 [0] (n=robin080@cpc2-brig8-0-0-cust394.brig.cable.ntl.com)
00:10:20 Quit shotofadds (Read error: 60 (Operation timed out))
00:13:08 Join mcuelenaere [0] (n=mcuelena@78-21-189-187.access.telenet.be)
00:18:59 Join littlemanthim [0] (n=steven@97-114-97-147.spkn.qwest.net)
00:19:00 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
00:19:07 Quit CyBergRind|w (Connection timed out)
00:19:18 Part littlemanthim
00:19:53PaulJam_am i right in thinking that there is no function in rockbox to convert a unix timestamp to a tm struct (something like localtime() or gmtime())?
00:21:59 Part jeffdamet1
00:22:43 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
00:24:26 Join mcuelenaere [0] (n=mcuelena@78-21-189-187.access.telenet.be)
00:25:12 Quit desowin ("KVIrc 4.0.0 Insomnia http://www.kvirc.net/")
00:26:30 Join bluebrother [0] (n=dom@rockbox/staff/bluebrother)
00:27:29 Join robin0800_ [0] (n=robin080@cpc2-brig8-0-0-cust394.brig.cable.ntl.com)
00:27:29 Quit robin0800 (Read error: 54 (Connection reset by peer))
00:27:35 Nick robin0800_ is now known as robin0800 (n=robin080@cpc2-brig8-0-0-cust394.brig.cable.ntl.com)
00:29:36 Quit davina (Remote closed the connection)
00:31:29 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
00:38:10 Join mcuelenaere [0] (n=mcuelena@78-21-189-187.access.telenet.be)
00:46:29bluebrotherBigBambi: if you're interested, the same on linux. Unfortunately the permission thingy is a bit more complicated (as I need to check against GIDs). http://www.stud.uni-karlsruhe.de/~uhcn/rockbox/rbutil/rbutil-sysinfo2.jpg
00:47:43BigBambiI certainly am interested - even just going back to yesterday I had an overly long conversation with someone as they didn't know what rights they had
00:48:05BigBambiAnything to enable us to check unambiguously is a bonus :)
00:48:39bluebrotherin that case you might also be interested in http://www.stud.uni-karlsruhe.de/~uhcn/rockbox/rbutil/userinfo.exe
00:48:55bluebrotherI wrote it to figure that w32api stuff :)
00:49:03 Quit robin0800 (Read error: 54 (Connection reset by peer))
00:49:22 Join robin0800 [0] (n=robin080@cpc2-brig8-0-0-cust394.brig.cable.ntl.com)
00:50:37mcuelenaerebluebrother: userinfo.exe says me that I have admin privileges while I don't (I'm on Vista and haven't run it as a administrator)
00:50:39 Quit ender` (" Washing your car to make it rain doesn't work.")
00:50:42 Join BigBambi_ [0] (n=Alex@rockbox/staff/BigBambi)
00:50:56 Quit faemir (Remote closed the connection)
00:51:00mcuelenaereit gives me the same message when run with and without admin privileges
00:51:12BigBambi_Sorry, I had to restart my router. 80 kpbs over wireless is no fun
00:51:33bluebrothermcuelenaere: hmm, interesting. Could this be you being admin but UAC kicking in?
00:51:42 Quit ali_as ()
00:51:42BigBambi_bluebrother: cheers, I'l try it next time I am on Windows :)
00:52:07mcuelenaerebluebrother: something like that I presume
00:52:38 Quit BigBambi (Nick collision from services.)
00:52:45 Nick BigBambi_ is now known as BigBambi (n=Alex@rockbox/staff/BigBambi)
00:52:47amiconnOn Vista rbutil ne
00:52:48mcuelenaerebut shouldn't you be able to do a UAC request through some win32 api on vista?
00:52:53 Quit PaulJam_ (".")
00:53:02amiconns/ne/probably needs to trigger an UAC request/
00:53:14mcuelenaere:)
00:53:26BigBambiThat's one hell of a typo :)
00:54:06 Join csc` [0] (n=csc@archlinux/user/csc)
00:54:22bluebrotherI tested on wxp and w2k and it works as expected.
00:54:37amiconnThis needs the executable to have a proper manifest. See ipodpatcher
00:55:15*bluebrother considers this manifest thing stupid
00:55:27pixelmabluebrother: I can confirm that it works in WinXP as expected (even when run as a different user)
00:55:58amiconnThe manifest is actually a good idea imho. And it's not difficult to add
00:56:41amiconnHave a look at ipodpatcher.manifest, ipodpatcher.rc and the Makefile (linking the resource)
00:57:17 Quit stripwax ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
00:57:59 Join ali_as [0] (n=ali_as@ambix.plus.com)
00:58:00bluebrotherI'll try to create a new binary with a manifest tomorrow for some guys with vista to check
00:58:30amiconnIirc you can add a resource (and hence a manifest) to an existing .exe
00:59:09amiconnA quick test just needs putting the .manifest into the same folder as the .exe
01:00
01:00:18amiconnipodpatcher.manifest can be copied almost verbation, only the name="ipodpatcher.exe" in line 3 needs changing
01:00:40bluebrothernice. Does someone with vista want to try ...?
01:02:17 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
01:03:04 Join mcuelenaere [0] (n=mcuelena@78-21-189-187.access.telenet.be)
01:03:05amiconnAnother possibility for a quick test doesn't even need a manifest. Just rename the .exe to setup.exe ...
01:03:11mcuelenaeredoes explorer has some kind of cache for manifest files? because it doesn't seem to work..
01:03:18amiconn(then Vista uses its "heuristics")
01:04:31mcuelenaeresetup.exe method works BTW
01:04:35*bluebrother remembers reading about this broken concept some time back
01:08:53 Quit robin0800 (" HydraIRC -> http://www.hydrairc.com <- Nine out of ten l33t h4x0rz prefer it")
01:09:49 Quit EspeonEefi ("さよなら")
01:10:09 Quit bluebrother ("sleep")
01:11:40 Quit ctaylorr (Read error: 110 (Connection timed out))
01:12:06*pixelma needs a nice introduction sentence for the touchpad style controls in Rockboy for Ipods
01:12:34BigBambiTouchpads are arse?
01:12:58BigBambipixelma: However, being serious, slong what lines?
01:13:02BigBambi*along
01:13:23amiconnmcuelenaere: user.info.exe crashes for me when testing on Vista (in a VM)
01:13:34mcuelenaerestrange
01:13:45mcuelenaeremine is a freshly installed RTM (no SP1)
01:14:08***Saving seen data "./dancer.seen"
01:15:04pixelmaBigBambi: along the lines that the touch wheel serves as a pad in Rockboy. It is devided into 8 segments which you use as buttons by tapping (top, top-right, right... and so on)
01:15:05 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
01:15:16BigBambiOK
01:16:03pixelmaI alread have "Tap blah" in the button table but would like to explain it shortly before
01:17:04pixelmasomehow that sentence doesn't sound right...
01:18:05BigBambiWithin Rockboy the touch wheel is used as a touchpad. It is split into 8 segments that when tapped correspond to 8 buttons such as Up, Diagonal Up and Left, Left, and so on.
01:18:05BigBambiSomething like that?
01:18:17BigBambiperhaps s/segments/sections
01:18:56 Quit hannesd ("Client suicide")
01:21:02pixelmathe diagonal sections are used for completely different "buttons" (A and B button, start and select)
01:21:15BigBambiOK
01:21:27pixelmabut it already sounds better than what I could think of
01:21:38 Join mcuelenaere [0] (n=mcuelena@78-21-189-187.access.telenet.be)
01:21:44BigBambi Within Rockboy the touch wheel is used as a touchpad. It is split into 8 sections that when tapped correspond to 8 buttons as detailed in Table x.
01:22:09pixelmasounds nice, thanks :)
01:22:29BigBambino probs :)
01:24:19pixelmais "touch wheel" vs. "touchpad" correct? How's the space handled there?
01:25:33BigBambiI would do it as that
01:26:06BigBambitouchpad seems to me to be a word, whereas touchwheel isn't
01:26:20BigBambiHowever, I only have what feels right to back me up :)
01:26:33BigBambiI'm sure on touchpad
01:26:40pixelmaor maybe I should just use "wheel" to circumvent the problem ;)
01:26:46BigBambitouch wheel vs. touchwheel is arguable
01:26:55BigBambipixelma: yes, that'd work :)
01:28:31 Quit miepchen^schlaf ()
01:30:05amiconnThe correct name would be clickwheel according to apple
01:30:08 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
01:30:48amiconnOnly the 2nd and 3rd Gen have a touchwheel - and that one doesn't allow reading absolute positions
01:32:08amiconnpixelma: Btw, you need to distinguish the wheel types for the manuals
01:32:12*pixelma wonders whether the ones who (should) read this manual section would understand "clickwheel" </sarcasm>
01:33:11amiconnThe clickwheel ipods except the mini 1st Gen support touch positions. The scrollwheel and touchwheel ipods and the mini 1st Gen don't
01:33:12BigBambiindeed
01:33:29pixelmaamiconn: for Rockboy? The greyscale Ipds don't have Rockboy yet... or is this used anywhere else?
01:33:52amiconnHmm, then it's not yet necessary by coincidence
01:59:32 Quit gregzx ("ChatZilla 0.9.82.1 [Firefox 3.0/2008052906]")
02:00
02:14:13 Quit moos ("Rockbox rules the DAP world")
02:42:40MTeeanybody there ?
02:43:00krazykitMTee, if you have a question, please just ask.
02:43:48MTeewell, I have just added the arabic character set to a font .. so I was asking for someone to edit the wiki ?
02:44:44krazykitit's a wiki, you can edit it yourself
02:46:32 Join tchan1 [0] (n=tchan@c-24-12-190-140.hsd1.il.comcast.net)
02:47:28MTeesilly me :) .... anyway, just found it was already marked in the wiki
02:47:50MTeehelvR12
02:48:05 Quit tchan1 (Client Quit)
02:49:28MTeekrazykit : shall I upload it to the svn or what ?
02:50:32LloreanMTee: If you want to get it included, you should submit it to the patch tracker.
02:51:45MTeeLlorean : ok , it's ~4AM in here, so tomorrow I'll make some final modifications and submit it.
02:52:55 Join john_ [0] (n=john@c-24-6-187-202.hsd1.ca.comcast.net)
02:54:16MTeeany pointers on how to begin coding ? I have built the cross compiler and was able to compile a simulator, but don't know where to go next ..
02:54:45krazykitMTee, learn C would be the big one ;)
02:55:18wastrelsome people like C
02:55:22MTeekrazykit : I already know C :) ..
02:56:15LloreanSo what exactly are you asking then?
02:57:04MTeeI have never worked on real projects, all the programming I did in C was just solving some exercises so when looking through the code I feel kind of lost
02:57:57MTeeis there a simple patch to start working on or something like that ?
02:59:03LloreanUnfortunately, simple tasks have a tendency to get done by someone
02:59:33LloreanYou're best off looking into what you're interested in, and just trying to work out what bits do. Ask questions, play with the code. Maybe write a few plugins to test ideas.
03:00
03:00:41MTeei see
03:04:28 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
03:10:09 Quit pixelma (" late enough")
03:12:12 Quit herrwaldo (Remote closed the connection)
03:13:56 Join Sir_Lewk_ [0] (n=john@c-76-98-224-234.hsd1.pa.comcast.net)
03:14:09***Saving seen data "./dancer.seen"
03:14:20 Quit lawsuit (Remote closed the connection)
03:14:31Sir_Lewk_I've been using rockbox on my ipod video for a few months now and just now ran into an issue
03:14:35 Quit XavierGr (Read error: 104 (Connection reset by peer))
03:15:10Sir_Lewk_whenever I press the 'next' or 'last' buttons it jumps forward or backward in the song by a few seconds instead of skipping to the next/last song
03:15:36Sir_Lewk_it didn't used to do this, I think I changed some option somewhere but can't figure out which, anyone have any idea?
03:16:34 Quit MTee ()
03:18:36LloreanSir_Lewk_: You may have enabled study mode.
03:18:51 Join mewshi [0] (n=mewshi@pool-72-72-242-123.altnpa.east.verizon.net)
03:18:54mewshihello :)
03:20:27mewshiCould I get some help?
03:20:47Lloreanmewshi: Generally it's best to just ask your question. Nobody around can know if they can help until they know what you need
03:21:15 Join miepchen^schlaf [0] (n=miepchen@p54BF6CAC.dip.t-dialin.net)
03:21:31Sir_Lewk_Llorean, that was it. thanks :)
03:22:31Sir_Lewk_mewshi, I'm willing to help if I can
03:23:01mewshiDo you know much about 1st gen ipod nanos?
03:24:38krazykitmewshi, just ask the question about them.
03:25:54mewshiMy girlfriend's is dead
03:25:57mewshiwhen it's plugged in
03:26:02mewshiit makes a strange buzzing noise
03:26:22Sir_Lewk_through the speakers you mean?
03:27:00mewshiyes
03:27:16krazykitso it doesn't boot into rockbox or the OF, then?
03:27:22mewshino
03:27:24mewshiwon't turn on
03:28:14 Quit wpyh (Read error: 113 (No route to host))
03:29:24krazykitmewshi, try a hard reset: flip hold on then off, and then hold menu and select for 6 to 8 seconds, until the apple logo shows
03:29:33mewshiTried it
03:29:52 Join wpyh [0] (n=william@th245022.ip.tsinghua.edu.cn)
03:35:26Lloreanmewshi: You turned hold on then off again first? This is actually pretty important.
03:35:32LloreanI'd also recommend holding them down for 20 seconds.
03:35:37 Quit DerDome (Nick collision from services.)
03:35:38 Join DerDom1 [0] (n=DerDome@dslb-082-083-232-064.pools.arcor-ip.net)
03:35:50 Nick DerDom1 is now known as DerDome (n=DerDome@dslb-082-083-232-064.pools.arcor-ip.net)
03:36:56 Join vort3x [0] (n=vortex@unaffiliated/dfa001)
03:37:00 Quit vort3x (Remote closed the connection)
03:39:25 Join vort3x [0] (n=vortex@unaffiliated/dfa001)
03:58:22 Join EspeonEefi [0] (i=espeonee@CERULEANCITY.MIT.EDU)
04:00
04:16:34 Join fdinel [0] (n=Miranda@modemcable204.232-203-24.mc.videotron.ca)
04:16:34 Quit DerDome (Nick collision from services.)
04:16:35 Join DerDom1 [0] (n=DerDome@dslb-082-083-232-064.pools.arcor-ip.net)
04:16:47 Nick DerDom1 is now known as DerDome (n=DerDome@dslb-082-083-232-064.pools.arcor-ip.net)
04:20:03 Quit Sir_Lewk_ (Remote closed the connection)
04:30:43 Quit tvelocity (Remote closed the connection)
04:48:33 Join lawsuit [0] (n=vain@adsl-75-45-179-218.dsl.sfldmi.sbcglobal.net)
04:48:38 Quit fdinel (Read error: 110 (Connection timed out))
04:53:11 Join m0f0x [0] (n=m0f0x@189-47-0-227.dsl.telesp.net.br)
04:58:17 Join miepchen^schlaf_ [0] (n=miepchen@p54BF571F.dip.t-dialin.net)
04:58:28 Part wpyh
05:00
05:04:04 Quit BlakeJohnson86 ("Leaving.")
05:04:25 Join BlakeJohnson86 [0] (n=bjohnson@c-24-118-135-22.hsd1.mn.comcast.net)
05:06:10 Quit miepchen^schlaf (Read error: 110 (Connection timed out))
05:14:11***Saving seen data "./dancer.seen"
05:33:57 Quit krazykit (Remote closed the connection)
05:34:01 Join krazykit [0] (n=kkit@adsl-76-251-246-73.dsl.ipltin.sbcglobal.net)
05:39:42 Quit Thundercloud (Remote closed the connection)
05:40:56 Quit csc` ("10.23.07: Never forget")
05:45:42 Join FuriousGeorge [0] (n=brian@ool-457f216e.dyn.optonline.net)
05:45:57FuriousGeorgehey all
05:46:04wastrelhello
05:46:47FuriousGeorgefollowing the guide here. at the bottom it describes how to encode in linux for my sansa using ffmpeg
05:47:13FuriousGeorgeffmpeg -i infile.avi -s 220x176 -vcodec mpeg2video -ar 44100 -acodec mp3 outfile.mpeg
05:47:41FuriousGeorgethis works, except that the aspect ratio is not preserved, so if the video isnt 3x4, it will stretch it vertically
05:48:40FuriousGeorgeunlike the rockbox windows encoder, which will not touch the aspect ratio. it will letterbox the video on my tiny screen, which is not terrible, but i was actually hoping to scale it when the video was wider than my screen, and crop the sides
05:49:49MU{lappy}you might do better w/ avidemux or mplayer for that, since you can fairly easily set up video filters to scale/crop etc to get your video as you like
05:50:01MU{lappy}i don't know a way to crop w/ ffmpeg.. which is not to say that there isn't one :D
05:54:22 Join csc` [0] (n=csc@archlinux/user/csc)
05:54:25 Join BHSPitLappy [0] (n=BHSPitLa@unaffiliated/bhspitmonkey)
05:58:12FuriousGeorgeMU{lappy}: never tried before. lemme see about that
06:00
06:05:53MU{lappy}avidemux has a gui, if you want to go that route. mencoder is pretty much CLI-only, although there are tools to provide a GUI to set up options
06:10:40FuriousGeorgeMU{lappy}: you know, i think i figured out the problem (im obviously no expert). my video is one resolution, my display is another. i can tell any encoder to make this file into a 220x176 version of itself, and it will, but of course it will be skewed.. iow, it's not gonna crop off the video...
06:11:02FuriousGeorgei just gotta cross multiply, encode it in the right resolution, then figure out how to scale it with any old encoder
06:11:52FuriousGeorgefor instance this one video is 608x336
06:12:52FuriousGeorgeso i would have to go 220x121 (or so) to preserve the ratio
06:18:08MU{lappy}right, but you *want* it cropped to fill the screen, right? or maybe i didn't understand?
06:34:03 Join Louis [0] (n=chatzill@adsl-70-238-164-219.dsl.stlsmo.sbcglobal.net)
06:34:09Louishi
06:34:12Louis:)
06:34:34LouisWhere is everyone?
06:34:36LouisD:
06:35:01 Quit Louis (Client Quit)
06:45:08 Join nightmare [0] (n=18b3ab24@gateway/web/cgi-irc/labb.contactor.se/x-4a7bc5e4e35dff96)
06:45:50 Quit nightmare (Client Quit)
06:46:34 Join Mario_372 [0] (n=Unknown@71.31.234.60)
06:48:19FuriousGeorgeMU{lappy}: yeah, i want it cropped... i found the -vf scale x:y option with mencoder
06:48:24FuriousGeorgebut, of course,
06:48:33FuriousGeorgeim skipping frames all over the place and who knows why
06:54:11MU{lappy}hrm. what's the source, and did you specify a framerate for the output?
06:55:52MU{lappy}i *still* hit trouble w/ mencoder, and i've been using it for a good number of years now. framerates tend to be a common source of trouble, especially in MPEG sources where the source framerate may vary
07:00
07:05:56 Quit Mario_372 (Read error: 60 (Operation timed out))
07:07:08FuriousGeorgeMU{lappy}: frame skipping is b/c new mencoder does 29 fps instead of 29.997 so every second a frame is skipped, and it outputs to stderr
07:07:14FuriousGeorgeforcing 29.97 fixes
07:07:42MU{lappy}hrm, is the input interlaced?
07:08:01 Quit saratoga ("CGI:IRC (Ping timeout)")
07:08:14MU{lappy}29.97 probably means either TV (30 interlace frames/sec) or film that's been telecined
07:10:16MU{lappy}also, you probably want to use -ofps 30000/1001, although the difference between that an 29.97 is too small to matter except for fairly long videos
07:10:26MU{lappy}also, i *loathe* ntsc ;)
07:14:15***Saving seen data "./dancer.seen"
07:20:09FuriousGeorgeMU{lappy}: i was confused being as that is a framerate used in analog tv, but let me find you the doc
07:21:06MU{lappy}aiui ntsc analog tv is "really" 30000/1001 fps, rather than 29.97. i could be mistaken, though.
07:21:16FuriousGeorgehttp://www.linuxtv.org/v4lwiki/index.php/Mencoder#Correcting_NTSC_framerate
07:21:51FuriousGeorgeyeah, it is for ntsc, even though i wasnt specifying ntsc, it was generating that error, and specifying that fps fixed it
07:23:29FuriousGeorgemencoder in_file.avi -of mpeg -oac mp3lame -lavcopts acodec=mp3:abitrate=128 -af resample=44100:0:0 -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=200 -vf scale=220:176>,harddup -fps 30000/1001 -o file.mpeg
07:23:58FuriousGeorgethat produces poor quality video and it still has not honored my aspect ratio... lemme throw in a -zoom and some other options
07:24:49MU{lappy}well, if you want it cropped, you are going to need to use the crop filter.
07:26:19MU{lappy}also, is your input interlaced, telecined, or progressive? it's fairly unlikely to be progressive, and if it's interlaced it *might* look better deinterlaced, and telecined will almost definitely look better detelecined.
07:27:24MU{lappy}... although i guess it's possible that it *was* interlaced and somebody deinterlaced it before encoding it to the avi file you have
07:33:29FuriousGeorgei think its progressive
07:34:58FuriousGeorgesudo mencoder IN_file.avi -of mpeg -oac mp3lame -lavcopts acodec=mp3:abitrate=196:vmax_b_frames=16:vb_strategy=2 -af resample=44100:0:0 -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=200 -vf scale=220:176,harddup -zoom -fps 30000/1001 -o OUT_file.mpeg <−−- this is what im trying now.... you want me to add anything?
07:36:24MU{lappy}... why sudo?
07:37:02MU{lappy}also, the lavcopts stuff about audio codec doesn't apply, since you're using mp3lame for audio instead of lavc
07:37:32MU{lappy}and if you want it cropped, unstretched, full screen on the sansa, you still need a crop filter
07:39:29MU{lappy}-vf crop=420:336:94:0,scale=220:176 ought to do
07:40:24MU{lappy}and harddup, if you really need that
07:41:58 Quit MarcGuay ("http://www.mibbit.com ajax IRC Client")
07:48:24FuriousGeorgeMU{lappy}: where did you get 94:0 from?
07:48:40FuriousGeorgeim currently rebuilding mplayer with mmxext and 3dnowext and cpudetection
07:49:00FuriousGeorgeas i was uni-processor and a bit too slow anyway before
07:49:35MU{lappy}420:336 is what you'd need to crop to to scale to 220x176 w/ stretching or letterboxing
07:49:56MU{lappy}and 94 is the number of pixels you'd need to crop off each side to go from 608->420
07:50:03MU{lappy}(608-420)/2
07:50:58FuriousGeorgei get it
07:51:44MU{lappy}but you're going to lose 30% of the picture altogether that way. i'd prefer letterboxed output myself.
07:51:47FuriousGeorgebut you meant 440, right?
07:51:53FuriousGeorge440:246?
07:51:58FuriousGeorge*346
07:53:01FuriousGeorgeMU{lappy}: iow, we are looking for a larger resolution than the devices, but with the same ratio. first we crop to that, then we adjust the res
07:53:01MU{lappy}you said input is 608x336
07:53:35FuriousGeorgeoic... dont we want a resolution on the same ratio as 220x176 to figure out how many to crop?
07:54:23MU{lappy}right, that would be 420x336, if you really want to crop off both sides until it has the same aspect ratio as the display
07:55:19FuriousGeorgeMU{lappy}: ok, so you just cross multiplied the other way... x/336::220/176
07:55:33MU{lappy}right
07:55:38FuriousGeorgeim with it now
07:56:06MU{lappy}like i said, i'd rather the letterboxed version myself, since you can't be sure about what's in the 15% cropped off each side
07:56:19FuriousGeorgei was thinking that too
07:56:24FuriousGeorgeotoh the screen is already so tiny
07:56:42MU{lappy}yeah, that's a serious issue on such a small screen
07:56:48MU{lappy}you could always do it stretched :)
07:57:14MU{lappy}... by 45%... probably very visible and ugly
07:58:00FuriousGeorgenot to mention that my ratio is >4:3 (it's 4.3.2), so if i get some 2.35x1 media, which i do from time to time, ill probably have to go more conservative on the shrinkage
07:58:11FuriousGeorgeMU{lappy}: i mean: zoomage
07:58:15FuriousGeorgeor scalage
07:59:30MU{lappy}right, your display is 5:4, there's basically nothing that can go on that w/o cropping or letterboxing
08:00
08:00:00MU{lappy}and, ick, 2.35:1 on that, letterboxed, would be 94px tall
08:00:49MU{lappy}i don't suppose something w/ a bigger and less square screen is in the budget? ;)
08:01:20FuriousGeorgeMU{lappy}: i could get an iphone, but then id have no reason to replace the firmware :)
08:01:40MU{lappy}heh
08:01:54MU{lappy}aside from format support
08:02:30FuriousGeorgeMU{lappy}: even with the cracks the iphone lacks good support for a/v formats?
08:03:10MU{lappy}i have no idea. i don't have one, so i don't really care if you can make it play non-itunes format
08:07:44FuriousGeorgeim spoiled from years of using linux in one way: i feel limitations should be real not arbitrary
08:09:04MU{lappy}heh, yeah, but i'm not sure how hard it would be to add formats to the built-in media player
08:14:17FuriousGeorgeit needs an mpegplayer port
08:14:24FuriousGeorgefor the unlocked version :)
08:14:47FuriousGeorgeok, gonna try this again... was taking more than 45 minutes to software scale on my dual opty before
08:21:46FuriousGeorgeMU{lappy}: hmm... [CROP] Bad position/width/height - cropped area outside of the original!
08:21:55FuriousGeorgeit made sense to me when you explained it
08:25:57 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
08:26:03 Join Rob2222 [0] (n=Miranda@p4FDCDD56.dip.t-dialin.net)
08:27:05FuriousGeorgeactually this may have to do with the recent upgrade
08:31:13FuriousGeorgehere we go http://bbs.archlinux.org/viewtopic.php?pid=274649
08:31:36FuriousGeorgeoffset is optional...
08:35:23 Quit HellDragon (Read error: 104 (Connection reset by peer))
08:37:16 Join HellDragon [0] (n=jd@unaffiliated/helldragon)
08:38:21 Join J-23 [0] (n=aldwulf@a105.net128.okay.pl)
08:39:23 Quit vort3x (zelazny.freenode.net irc.freenode.net)
08:39:23NSplitzelazny.freenode.net irc.freenode.net
08:39:23 Quit Miles (zelazny.freenode.net irc.freenode.net)
08:39:23 Quit FOAD (zelazny.freenode.net irc.freenode.net)
08:39:23 Quit fnakiocho (zelazny.freenode.net irc.freenode.net)
08:39:23 Quit markun (zelazny.freenode.net irc.freenode.net)
08:39:23 Quit blithe (zelazny.freenode.net irc.freenode.net)
08:39:23 Quit Egil (zelazny.freenode.net irc.freenode.net)
08:39:23 Quit w0rd54 (zelazny.freenode.net irc.freenode.net)
08:39:23 Quit maraz_ (zelazny.freenode.net irc.freenode.net)
08:39:23 Quit daywalker (zelazny.freenode.net irc.freenode.net)
08:39:32 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul)
08:40:12NHealzelazny.freenode.net irc.freenode.net
08:40:12NJoinvort3x [0] (n=vortex@unaffiliated/dfa001)
08:40:12NJoinMiles [0] (i=[U2FsdGV@65.98.26.250)
08:40:12NJoinFOAD [0] (n=dok@dinah.blub.net)
08:40:12NJoinmarkun [0] (n=markun@bastards.student.utwente.nl)
08:40:12NJoinblithe [0] (n=blithe@stiletto.djblithe.com)
08:40:12NJoinEgil [0] (i=egil@nygaard.ping.uio.no)
08:40:12NJoinw0rd54 [0] (i=blackdev@100mbit.top-site.us)
08:40:12NJoinmaraz_ [0] (i=maraz@xob.kapsi.fi)
08:40:12NJoindaywalker [0] (n=daywalke@ip-77-87-189-6.dnspower.de)
08:41:21 Join nnakiimjj [0] (i=0@86.122.116.44)
08:43:15 Join AndyI [0] (n=pasha_in@212.14.205.32)
08:44:00 Quit Rob2223 (Read error: 110 (Connection timed out))
08:48:12 Join Mathiasdm [0] (n=Mathias@78-22-5-158.access.telenet.be)
08:49:23MU{lappy}FuriousGeorge: that's a very odd error to get, are you sure you had crop before scale?
08:49:38MU{lappy}also, you prolly want to add threads=2 to your lavcopts
08:50:21FuriousGeorgei did the latter
08:50:34FuriousGeorgeim sure i had crop...
08:50:43FuriousGeorgefirst
08:50:53FuriousGeorgeMU{lappy}: the crazy thing is, it didnt crop
08:51:02FuriousGeorgeim taking out the :0:0 to see if it helps
08:53:58FuriousGeorgei think my low latency desktop kernel doesnt really take advantage of my cpus when i encode media
08:54:26FuriousGeorgeusing nice -11 im getting a load of about 1
08:54:34FuriousGeorge(2 cpus)
08:55:37FuriousGeorge.join #gentoo
08:55:39FuriousGeorgeoops
08:55:41FuriousGeorge:)
08:55:50*FuriousGeorge didnt mean to spam
08:57:19MU{lappy}heh
08:57:30MU{lappy}you might also wanna use -lavdopts threads=2
08:57:34MU{lappy}i get better utilization that way
08:57:52MU{lappy}also, i'd use top to get a good idea of what kind of CPU load you're having
08:58:24MU{lappy}and nice only matters when you're contending w/ other CPU-intensive processes, you probably don't really want to be using it
08:59:32MU{lappy}also, le sigh, apparently no way to support metadata for ac3 files w/o transcoding to another format :/
09:00
09:01:09FuriousGeorgeMU{lappy}: i know you didnt mislead me b/c i verified that -vf crop stuff in a thread about this...
09:01:15FuriousGeorgebut the damn thing isnt cropping :)
09:05:47MU{lappy}huh. wonder what's gone wrong? :/
09:06:38FuriousGeorgehttp://rafb.net/p/edNVp353.html
09:06:47FuriousGeorgeill take it to #mplayer
09:07:02FuriousGeorgebut there's the output in case you are wondering
09:07:11FuriousGeorgei notice this:
09:07:31 Part J-23
09:07:34 Join J-23_ [0] (n=aldwulf@a105.net128.okay.pl)
09:07:38FuriousGeorgeOpening video filter: [crop w=420 h=336]
09:07:38FuriousGeorgeCrop: 420 x 336, -1 ; -1
09:07:51FuriousGeorgedoes the -1 mean it's failing?
09:09:11FuriousGeorgeMU{lappy}: i would think a failure would be a bit more verbose...
09:10:11LloreanOkay, I've just got here and had to read through a few hours of non-Rockbox talk in here
09:10:51LloreanPlease take off-topic talk somewhere else. "How to convert videos" is more or less the same as "how do I rip CDs", not really relevant to the actual Rockbox channel.
09:11:07FuriousGeorgei always wondered what the possible harm in people being off-topic in an otherwise silent room was, and now i know
09:11:34LloreanIt's explained in the channel guidelines...
09:11:47FuriousGeorgeno need, i totally get it
09:12:15LloreanYeah, but it's like the first sentence of them.
09:12:25LloreanIf you'd bothered to read them, it would've saved probably dozens of people a lot of time.
09:13:20 Nick daurnimator is now known as zz_daurnimator (n=daurn@unaffiliated/daurnimator)
09:13:23 Nick zz_daurnimator is now known as daurnimator (n=daurn@unaffiliated/daurnimator)
09:14:14FuriousGeorgewell, it /is/ tangentially relevant. perhaps if we get to the right answer, someone will see it, update the wiki, and everyone converting video for their sansas running rockbox wont be hosing their aspect ratio
09:14:17***Saving seen data "./dancer.seen"
09:14:48LloreanAnd you can do that in the off-topic channel, and update the wiki yourself since it's a wiki
09:15:11scorcheplease dont try to blur the line...it is either directly relates to rockbox or it doesnt
09:15:12FuriousGeorgei could be that someone
09:15:13MU{lappy}i'm inclined to agree that content preparation is not off-topic, but it's not my call. ;)
09:15:42FuriousGeorgebesides, i said i'd take it to #mplayer before you'd said anything to me
09:15:56LloreanMU{lappy}: This channel is for questions pertaining to the Rockbox software. Content preparation doesn't beyond "What requirements must the content meet?"
09:16:20LloreanHow to make that content meet those requirements has nothing to do with Rockbox itself, just a host of other software.
09:16:35FuriousGeorgewell, since i took it elsewhere, cant we just agree to disagree
09:16:46MU{lappy}fair enough, i'll keep that in mind in future.
09:17:12LloreanFuriousGeorge: The key is that certain people who are here often should know what is off topic, and why, so this doesn't happen again. I was clarifying for one of those certain people. :)
09:18:31scorcheFuriousGeorge: feel free to disagree, however the guidelines stand and you now know which side of the line these matters are on ;)
09:19:10 Nick daurnimator is now known as zz_daurnimator (n=daurn@unaffiliated/daurnimator)
09:19:13 Nick zz_daurnimator is now known as daurnimator (n=daurn@unaffiliated/daurnimator)
09:19:14FuriousGeorgescorche: i dunno, i got a little lawyer in me. everything is subject to interpretation
09:19:20MU{lappy}if i read the code right, there's no tag support of any kind for the a52 codec... i'm assuming because there's no native tag format or consensus about the use of add-on tags like id3 or ape w/ it?
09:19:36scorcheFuriousGeorge: i made those guidelines...i can tell you the creators direct intent ;)
09:20:08LloreanMU{lappy}: generally, we only support "native" formats, so since there's not one, it's as simple as that.
09:20:30FuriousGeorgesorche: fine, you win
09:20:49MU{lappy}a sensible enough decision, even if it "forces" me to transcode lossy->lossy to add tags
09:21:13MU{lappy}not that resampling 48KHz->44.1KHz is exactly lossless, anyway
09:22:13LloreanMU{lappy}: You are aware that you can store it in a folder structure, and have Rockbox display folder and filenames in the place of tags, if tags are not found?
09:23:46MU{lappy}actually, i was not. this is the first cause i've had to touch anything that was in a non-taggable, lossy format.
09:24:30LloreanThe default WPSes ought to do this already
09:25:03LloreanExpecting an \Artist\Album\Songname.ext layout.
09:26:20MU{lappy}ah, geez, the S60 has decided it's too low to boot up, again.
09:31:22MU{lappy}i imagine such files would still not be in the database, though?
09:31:28 Join davina [0] (n=davina@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com)
09:31:34MU{lappy}i came from karma, i use the database pretty much exclusively
09:31:43LloreanYes, they wouldn't be in the database
09:34:13MU{lappy}i don't suppose supporting tags from a text file stored alongside the audio file would be a feature many would be interested in, eh?
09:34:33MU{lappy}or to put it another way, if i worked on such a thing, it'd probably not be wanted in rockbox, right?
09:34:55stripwaxMU{lappy} - it may just be easier to recode into a taggable format
09:35:12stripwax^recode^transcode
09:35:39LloreanWhy would we accept tags in a separate text file OVER "non-native tag formats"?
09:36:54MU{lappy}Llorean: because it doesn't involve messing w/ the file itself, i would think. i'm just trying to think of a way that might be considered more acceptable than slapping APEv2 or ID3 tags onto files that aren't really expected to support them.
09:38:11LloreanApeV2 is more or less designed to go on files that aren't designed to be tagged, isn't it?
09:39:28MU{lappy}and it looks like adding APEv2 reading is simple enough that i wouldn't mind maintaining it in a custom build if it weren't wanted upstream. my only real concern is that the codec might try to "play" the tags.
09:42:47 Join dabujo [0] (i=xx@p4FDB1965.dip0.t-ipconnect.de)
09:47:03 Join desowin [0] (n=desowin@atheme/member/desowin)
09:57:35 Join petur [50] (n=petur@rockbox/developer/petur)
10:00
10:04:14 Join JdGordon [0] (i=jonno@c211-28-130-47.smelb2.vic.optusnet.com.au)
10:11:17 Join herrwaldo [0] (n=waldo@ip-81-11-212-234.dsl.scarlet.be)
10:13:39JdGordonpetur: hey, which wiki page has yopur h300 CF enabled bootloader?
10:14:07 Quit herrwaldo (zelazny.freenode.net irc.freenode.net)
10:14:07NSplitzelazny.freenode.net irc.freenode.net
10:14:07 Quit daywalker (zelazny.freenode.net irc.freenode.net)
10:14:07 Quit maraz_ (zelazny.freenode.net irc.freenode.net)
10:14:07 Quit w0rd54 (zelazny.freenode.net irc.freenode.net)
10:14:07 Quit Egil (zelazny.freenode.net irc.freenode.net)
10:14:07 Quit FOAD (zelazny.freenode.net irc.freenode.net)
10:14:07 Quit markun (zelazny.freenode.net irc.freenode.net)
10:14:07 Quit blithe (zelazny.freenode.net irc.freenode.net)
10:14:07 Quit vort3x (zelazny.freenode.net irc.freenode.net)
10:14:07 Quit Miles (zelazny.freenode.net irc.freenode.net)
10:15:29NHealzelazny.freenode.net irc.freenode.net
10:15:29NJoinherrwaldo [0] (n=waldo@ip-81-11-212-234.dsl.scarlet.be)
10:15:51NJoinvort3x [0] (n=vortex@unaffiliated/dfa001)
10:15:51NJoinMiles [0] (i=[U2FsdGV@65.98.26.250)
10:15:51NJoinFOAD [0] (n=dok@dinah.blub.net)
10:15:51NJoinmarkun [0] (n=markun@bastards.student.utwente.nl)
10:15:51NJoinblithe [0] (n=blithe@stiletto.djblithe.com)
10:15:51NJoinEgil [0] (i=egil@nygaard.ping.uio.no)
10:15:51NJoinw0rd54 [0] (i=blackdev@100mbit.top-site.us)
10:15:51NJoinmaraz_ [0] (i=maraz@xob.kapsi.fi)
10:15:51NJoindaywalker [0] (n=daywalke@ip-77-87-189-6.dnspower.de)
10:16:19peturCFMod
10:16:51JdGordonah found it :)
10:18:15 Quit BHSPitLappy (Read error: 110 (Connection timed out))
10:19:07 Join BHSPitLappy [0] (n=BHSPitLa@unaffiliated/bhspitmonkey)
10:20:01JdGordonarg, how do you open the bloody thing?
10:25:51peturwith great care ;)
10:27:29amiconnThere are instructions on misticriver iirc
10:27:46JdGordongrr.. the front is being stubborn
10:27:48amiconnIt's not too difficult.
10:27:56peturthe front???
10:27:58*amiconn opened his H340 once
10:28:17JdGordongot a new battery for it so need to get to the front also
10:28:25*petur needs no instructions anymore
10:28:42peturah yes, stupid connector location
10:29:21 Join bliv [0] (n=d31eb734@gateway/web/cgi-irc/labb.contactor.se/x-272403cb46f202b0)
10:29:30 Quit bliv (Client Quit)
10:29:39 Join Beats [0] (n=tyler@c-76-24-177-16.hsd1.ma.comcast.net)
10:29:54 Join bliv [0] (n=d31eb734@gateway/web/cgi-irc/labb.contactor.se/x-5c6e2a015d31f622)
10:30:01BeatsIm having a little trouble with rockbox utility detecting myiPod
10:30:17scorchewhich ipod do you have?
10:30:22Beats3g
10:30:28Beats3rd generation
10:30:54 Quit bliv (Client Quit)
10:31:09 Join bliv56 [0] (n=d31eb734@gateway/web/cgi-irc/labb.contactor.se/x-1cb1739fe09367f8)
10:31:11scorcheand is it just not detecting it or is there another issue?
10:31:26bliv56hi
10:31:36BeatsIts just not deteting it
10:31:41Beatsdetecting
10:32:00bliv56One quick question. In database under recently added all my songs are shown. Why
10:32:54scorcheBeats: have you tried manually selecting which drive letter it is under?
10:33:16Beatsactualy theres no letter im using Linux
10:33:21BeatsYes i have
10:33:27Slasheribliv56: you haven't added/removed files from the db different enough times or you have re-initialized the db
10:33:52scorcheBeats: have you tried the manual install method?
10:33:59BeatsNo,
10:34:38bliv56Well i re-initilized it like bit over 2 months ago. Still it remains all songs in recently added
10:35:41bliv56Can i change it to show say only songs added in last month?
10:35:41bliv56Or does it work a different way
10:35:41Slasheribliv56: hmm, and you have made more than 4 updates to the db between that interval?
10:35:41bliv56yeah its on auto-update
10:35:42DBUGSent KICK bliv56 to server
10:35:42bliv56is that ok?
10:35:45Kick(#rockbox bliv56 :No flooding!) by logbot!n=bjst@gateway/web/cgi-irc/labb.contactor.se/x-797ffec106c19942
10:37:22Beatswhere is the .zip file in the ipod nano
10:37:29 Join bliv65 [0] (n=d31eb734@gateway/web/cgi-irc/labb.contactor.se/x-47def117aeb5a409)
10:37:41Slasheriin theory yes, but you have to give the timestamp as an integer to use the time-based selection (not sure if there is even a tag defined for it). By default, the commit count (times the db has been updated) is used
10:37:51Slasheriauto-update is fine
10:38:06JdGordonpetur: which way up does the cqrd go in?
10:38:24scorcheBeats: do you mean that you have a 3rd generation ipod nano and not an ipod 3rd generation?
10:38:40bliv65i was kicked for typing too much :P
10:38:40Beatshuh?
10:38:44BeatsI meant to say wheres the root of the drive
10:38:47bliv65so in theory it should have already change recently added
10:38:48Slasheribliv65: yeah, bots are inferiour sometimes
10:38:49Beatswhat folder?
10:38:58scorcheBeats: do you have a 3rd gen ipod or a 3rd gen ipod nano?
10:39:18Beatsnano
10:39:34stripwaxrockbox doesn't work on "3rd gen ipod nano"
10:39:55scorcheas said on the front page, rockbox will not work for your device
10:39:55peturJdGordon: the normal way? top side on top?
10:40:53peturJdGordon: align the pins on the right (with the unit facing front on table, hdd connector above)
10:41:13JdGordonthanks
10:42:29 Quit Beats ("Ex-Chat")
10:51:53 Join bluebrother [0] (n=dom@rockbox/staff/bluebrother)
11:00
11:03:10 Quit JdGordon (Read error: 110 (Connection timed out))
11:03:38 Join robin0800 [0] (n=robin080@cpc2-brig8-0-0-cust394.brig.cable.ntl.com)
11:03:59 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
11:04:16 Join stooo [0] (n=sto@y066163.dynamic.ppp.asahi-net.or.jp)
11:04:18 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
11:10:08 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
11:10:51 Join JdGordon [0] (i=jonno@c211-28-130-47.smelb2.vic.optusnet.com.au)
11:11:45 Join pixelma [0] (i=pixelma@212.204.47.129)
11:13:56 Quit mcuelenaere (Client Quit)
11:14:20***Saving seen data "./dancer.seen"
11:17:03 Quit Horscht ("I got raided by the FBI and all i got is this lousy quit message")
11:17:12 Join gregzx [0] (n=chatzill@drk130.neoplus.adsl.tpnet.pl)
11:19:05 Join Horscht [0] (n=Horscht@xbmc/user/horscht)
11:21:43JdGordonpixelma: I changed my mind... ill commit the cond vp sometime soonish and do %m later (depending on the damage)
11:25:15 Join faemir [0] (n=daniel@88-106-180-165.dynamic.dsl.as9105.com)
11:30:43 Join ender` [0] (i=krneki@foo.eternallybored.org)
11:34:27 Join mf0102 [0] (n=michi@85.127.38.145)
11:50:41 Join Buschel [0] (n=abc@p54A3D9B3.dip.t-dialin.net)
11:52:15Buschelsaratoga: yes, i saw the thread about the mpc-glitch. this one seems not be connected to my latest changes. in fact i assume this glitch is also contained in the non-speed-optimized code.
11:53:53Buschelsaratoga: the dct mpc uses is suboptimal in terms of the used coefficients. the dct might overflow internally... there was a fix already, but it seems like i need to do some further work in this area.
11:55:44 Join paulo [0] (n=53067f80@gateway/web/cgi-irc/labb.contactor.se/x-f10ab0f82bae6457)
11:56:01paulohi
11:56:47paulosomeone is here?
11:57:08pixelmano, all bots... ;)
11:57:14 Quit paulo (Client Quit)
11:58:16scorchepixelma: you scared 'im off!
11:58:36pixelmao_O
12:00
12:08:23 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
12:09:33JdGordonamiconn: have you got vid/voip conference calls ability at the devcon?
12:09:46*JdGordon would like to participate in some of the disucssions...
12:19:42*petur has gizmo on his laptop (SIP compliant VOIP)
12:21:58 Join MTee [0] (n=mtarek16@41.233.152.103)
12:22:15*petur will bring his omnidirectional mics and mic amp in case we need them for this
12:27:47 Join stripwax_ [0] (n=Miranda@87-194-34-169.bethere.co.uk)
12:28:10scorchewow...i just noticed that it is almost a doubling of devcon attendance from last year
12:29:05scorchestripwax: do you think you could make the post-devcon-devconpub?
12:29:31scorchestripwax_ even
12:31:09stripwax_just got back from vaca.. sure, where/when?
12:31:27amiconnbluebrother: Did you read about the crash of userinfo.exe on Vista that I got?
12:31:46amiconn(both with and without the setup.exe trick, running as an administrative user)
12:31:53bluebrotheramiconn: no, I'm only aware it reporting the wrong permission level
12:32:07scorchestripwax_: in the thread starting from here: http://forums.rockbox.org/index.php?topic=10916.msg125071#msg125071
12:32:21 Quit UncleRemus (Read error: 104 (Connection reset by peer))
12:32:52amiconnThe error code was 0xc0000005
12:33:13amiconnThis is on plain Vista Business (no SP1) in a VM
12:33:44 Join UncleRemus [0] (n=caj@78-69-154-184-no176.tbcn.telia.com)
12:34:27 Quit john_ ("This computer has gone to sleep")
12:41:57 Join DrMoos [0] (i=moos@m198.net81-66-127.noos.fr)
12:44:06 Nick J-23_ is now known as J-23 (n=aldwulf@a105.net128.okay.pl)
12:45:56 Quit stripwax (Read error: 110 (Connection timed out))
12:48:15petur0xc0000005 is an access violation
12:50:14amiconnyes
13:00
13:01:35peturfor example using a NULL pointer
13:05:29 Join tvelocity [0] (n=tony@athedsl-122898.home.otenet.gr)
13:10:34BigBambibluebrother: Nice rbutil commit
13:10:59bluebrotherthanks. I'm going to check for the crash amiconn reported now
13:11:10 Quit nplus (Read error: 110 (Connection timed out))
13:13:28 Quit stripwax_ (Read error: 110 (Connection timed out))
13:14:23***Saving seen data "./dancer.seen"
13:19:14 Join efyx [0] (n=efyx@lap34-1-82-224-140-171.fbx.proxad.net)
13:20:49 Join nplus [0] (n=nplus@141.25.globcom.net)
13:21:42 Quit FuriousGeorge (Remote closed the connection)
13:21:52BigBambibluebrother: should my username appear on the linux version?
13:22:04BigBambiAs it is blank at the moment
13:24:48bluebrotherit should (and it does for me)
13:25:00bluebrotherso you're using a blank username? ;-)
13:25:19BigBambihehe, nope :)
13:26:14BigBambiI'm just trying to upload it, but basically the rest of it works fine but username field is blank
13:26:39bluebrotherstrange.
13:27:09BigBambicould this be another (k)ubuntu specific issue?
13:27:14 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
13:29:09 Join seablue [0] (n=s@0x535c13cc.banxx3.adsl-dhcp.tele.dk)
13:29:20bluebrotherjust looking at the man page of getlogin ... the bugs section is kinda amusing.
13:31:08bluebrother(didn't notice that before)
13:33:14BigBambibluebrother: is there a simple way I can check if getlogin works here on its own, as it were
13:37:33BigBambibluebrother: With your change at http://www.stud.uni-karlsruhe.de/~uhcn/pastebin/5397 it now works correctly
13:37:51 Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP)
13:37:54bluebrotherok, then it seems there are issues with getlogin and I'll switch ...
13:39:06bluebrotherBigBambi: compare getlogin and getpwuid: http://www.stud.uni-karlsruhe.de/~uhcn/rockbox/rbutil/logintest.c
13:40:33BigBambibluebrother: getlogin() result is: (null) getpwuid() result is: alex
13:40:38bluebrothercomit++ ;-)
13:40:54BigBambiyup :)
13:41:21bluebrotherseems like today is committing day ;-)
13:47:30 Quit Buschel (Read error: 110 (Connection timed out))
13:55:30 Join stoffel [0] (n=sfr@p57B4CEC8.dip.t-dialin.net)
13:58:40 Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279530223.dsl.bell.ca)
14:00
14:02:24 Quit pixelma (" gtg")
14:08:04 Join Thundercloud [0] (n=thunderc@resnet11.nat.lancs.ac.uk)
14:10:07 Quit jfc (Read error: 104 (Connection reset by peer))
14:10:51 Join jfc [0] (n=john@dpc691978010.direcpc.com)
14:16:25 Join stripwax__ [0] (n=Miranda@87-194-34-169.bethere.co.uk)
14:17:08 Quit stripwax__ (Client Quit)
14:18:52 Join stripwax__ [0] (n=Miranda@87-194-34-169.bethere.co.uk)
14:20:35bluebrotherinteresting. userinfo works as expected on vista for me with a standard "user" account.
14:20:50bluebrotherand that is without elevating
14:24:46 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
14:25:57mcuelenaereanyone what libusb error -22 Invalid argument could mean? Google says wrong packet size, but I tried with 64, 512 and the total length of buffer..
14:26:09mcuelenaeres/anyone/anyone knows/
14:29:31 Part MTee
14:32:24 Quit seablue ("in dead sleep")
14:35:03 Quit bliv65 ("CGI:IRC (EOF)")
14:35:12 Join thegeek_ [0] (n=nnscript@s080a.studby.ntnu.no)
14:36:14 Join MTee_ [0] (n=mt@41.233.152.103)
14:36:22 Quit MTee_ (Client Quit)
14:36:31 Join MTee [0] (n=mt@41.233.152.103)
14:41:53 Quit amiconn (" gtg")
14:43:07 Quit thegeek (Read error: 110 (Connection timed out))
14:44:37 Quit stripwax ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
14:45:16 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
14:46:03 Quit stripwax (Client Quit)
14:46:44 Part stooo
14:48:19 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
14:50:17 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
14:51:40 Quit stripwax (Read error: 104 (Connection reset by peer))
14:56:25 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
14:58:45 Quit ctaylorr (Read error: 110 (Connection timed out))
15:00
15:03:42 Join SUSaiyan` [0] (n=SUSaiyan@cc84863-b.zwoll1.ov.home.nl)
15:05:12 Quit jhMikeS (Read error: 110 (Connection timed out))
15:14:22 Join fdinel [0] (n=Miranda@modemcable204.232-203-24.mc.videotron.ca)
15:14:23 Quit SUSaiyan (Read error: 110 (Connection timed out))
15:14:25***Saving seen data "./dancer.seen"
15:17:32 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
15:23:27 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
15:25:51 Quit mcuelenaere (Client Quit)
15:26:15 Quit nplus (Remote closed the connection)
15:31:29 Quit BHSPitLappy (Read error: 110 (Connection timed out))
15:31:54 Join juxtap [0] (n=juxtap@unaffiliated/juxtap)
15:35:05 Quit robin0800 (Read error: 104 (Connection reset by peer))
15:35:07 Join robin0800_ [0] (n=robin080@cpc2-brig8-0-0-cust394.brig.cable.ntl.com)
15:37:56 Join mib_9mrac7dq [0] (i=d8ef527a@gateway/web/ajax/mibbit.com/x-f471cc9c903988c4)
15:38:02 Nick mib_9mrac7dq is now known as MarcGuay (i=d8ef527a@gateway/web/ajax/mibbit.com/x-f471cc9c903988c4)
15:38:38 Join nplus [0] (n=nplus@141.25.globcom.net)
15:40:39 Join SETH_HIKARU [0] (n=6003b77e@gateway/web/cgi-irc/labb.contactor.se/x-2277eed9835046d7)
15:40:47SETH_HIKARUHELLO
15:41:00SETH_HIKARUim having a problem with patching
15:41:10SETH_HIKARUcan someone provide some help
15:41:31SETH_HIKARUhello
15:41:35SETH_HIKARUanyone there
15:41:42MarcGuayJust ask.
15:42:00SETH_HIKARUi did
15:42:10SETH_HIKARUim having a prblem with patching
15:42:17MarcGuayThat's not a question.
15:42:29SETH_HIKARUwell i cant copy from cygwin
15:42:38SETH_HIKARUso youll have to view a screenshot
15:42:56SETH_HIKARUwhats the site that hosts pictures for free
15:43:20desowinimageshack.us
15:43:24SETH_HIKARUok
15:43:30SETH_HIKARUi put the link up in a sec
15:45:28 Join GodEater_ [0] (n=ge@rockbox/staff/GodEater)
15:46:46 Join Nash_Wolf [0] (n=Computer@adsl-76-228-62-8.dsl.hrlntx.sbcglobal.net)
15:46:54SETH_HIKARUhold on almost there
15:47:09 Part Nash_Wolf
15:47:18BigBambiSETH_HIKARU: you don't need to keep us up to date with every little action
15:47:21desowinyou don't need such "status-updates", no rush here
15:48:53SETH_HIKARUhttp://img293.imageshack.us/my.php?image=cygwinnq9.jpg
15:48:57SETH_HIKARUtheres the link
15:49:07SETH_HIKARUread it very carefully someone
15:49:19SETH_HIKARUso i can get the CORRECT HELP
15:49:45*JdGordon withholds his incorrect help...
15:49:52BigBambiAs it says, try patch -p0 < patchfile
15:49:56SETH_HIKARUwhy
15:50:11SETH_HIKARUi dont want to not include part of the file
15:50:17BigBambiSETH_HIKARU: and if you want help, I would try being more gracious and less rude
15:50:23SETH_HIKARUthat just deafeated the whole pupose
15:50:27BigBambiwhat?
15:50:30BigBambino it doesn't
15:50:41SETH_HIKARUoh well thats what it says
15:50:41BigBambiGo and read up on patch and how the -p option works
15:50:51BigBambino it doesn't
15:50:57SETH_HIKARUooh
15:51:40SETH_HIKARUoh i see
15:51:52SETH_HIKARUit removes directory info
15:51:56SETH_HIKARUso then
15:52:08SETH_HIKARUwhat -p and then the nmber should i use
15:52:09BigBambiSETH_HIKARU: please stop using the enter key as punctuation
15:52:28BigBambiSETH_HIKARU: did you read www.rockbox.org/wiki/WorkingWithPatches
15:52:31SETH_HIKARUgfu
15:52:36SETH_HIKARUyes
15:52:47BigBambiThen read it again, it tells you
15:52:59BigBambiEspecially the Applying a Patch section
15:53:55SETH_HIKARUso just to be correct would i use -p1 and you can only answer this question if you ave looked at the photo
15:54:28BigBambia) It says to start at p0 and work down b) I have looked at the picture c) If you want further help, sort out the attitude
15:55:28*bluebrother would _really_ like to not see SCREAMING nicks.
15:55:29SETH_HIKARUBigBambi: Would you please tell me if i am correct in using -p1?
15:55:38BigBambiSETH_HIKARU: I *just* did
15:55:49BigBambiRead part a of my previous answer
15:55:56BigBambibluebrother: I agree
15:56:09bluebrotheryou most likely need -p0
15:56:18SETH_HIKARUyou said it says to start at p0 and work your way down
15:56:20bluebrotherand *please* use a sane nick. Screaming nicks aren't.
15:56:35BigBambiSETH_HIKARU: so use p0 then, if that doesn't work p1 etc.
15:56:38SETH_HIKARUok
15:56:51BigBambiSETH_HIKARU: This is *exactly* what the wiki page says
15:56:58BigBambiPlease go and actually READ it
15:57:11bluebrotherin your screenshot you don't use a strip option at all.
15:57:24SETH_HIKARUok ok ok
15:57:29SETH_HIKARUnew problem
15:57:38bluebrotherindeed: screaming nick
15:57:39 Quit MarcGuay ("http://www.mibbit.com ajax IRC Client")
15:57:40SETH_HIKARUwell 2/3 of a problem fixed
15:57:49BigBambibluebrother: I have already given him the exact command and he started arguing about what -p does
15:58:00SETH_HIKARUshush
15:58:05SETH_HIKARUim thinking
15:58:06bluebrothergive him a link to the man page of patch ;-)
15:58:13BigBambiSETH_HIKARU: Then don't tell us about it
15:58:20bluebrothereveryone silent! SETH_HIKARU is thinking!
15:58:34SETH_HIKARUit says 1 out 3 hunks failed
15:58:42BigBambiSo the patch is out of date
15:58:43SETH_HIKARUand then
15:58:43desowinso patch is out-of-sync
15:59:00BigBambiThe source code is is trying to change has been altered in SVN since the patch was created
15:59:06BigBambis/is/it/
15:59:43BigBambiSETH_HIKARU: as it says, you need to look at the .rej file and manually alter the code as required
15:59:56SETH_HIKARUCS file:/cvsroot/rockbox/apps/plugins/doom/i_video.c, v
16:00
16:00:01SETH_HIKARUtyhats what it says
16:00:12BigBambithat means nothing
16:00:18BigBambion it's own
16:00:23BigBambi*its
16:00:34SETH_HIKARUya thats where i got lost
16:00:42BigBambiI'm sure it isn't all it says
16:00:42SETH_HIKARUi dont have a .rej file
16:01:00SETH_HIKARUand i dont even know how to do that
16:01:04BigBambiCopy the output of the patch command to pastebin.ca
16:01:35SETH_HIKARUi have enough typing todo already
16:01:41BigBambicopy and paste
16:01:46SETH_HIKARUok
16:01:55BigBambiSETH_HIKARU: but if you can't be bothered, then I can't be bothered to try and help
16:01:58SETH_HIKARUfirst of all does.rej stand for reject
16:02:03BigBambiyes
16:02:19SETH_HIKARUand i do what with that again
16:02:52BigBambiYou can scroll up and read what I typed before
16:03:00JdGordonSETH_HIKARU: what are you trying to do.... this will save everyone alot of headache if I just do a build for you
16:03:25BigBambiThe .rej file contains the part of the patch that couldn't be applied. You need to manually apply that to the relevant file
16:03:33SETH_HIKARUare u serious
16:03:33BigBambiJdGordon: saviour :)
16:03:43SETH_HIKARUscrew u bambi
16:03:49BigBambiSETH_HIKARU: excuse me?
16:03:52bluebrotherwait until he comes back ;-)
16:03:56SETH_HIKARUwhoever does the daily builds is horrible
16:04:06bluebrother"whoever". Hillarious!
16:04:09BigBambiSETH_HIKARU: Be polite, or you will be gone
16:04:12SETH_HIKARUjdgordan u should do the dail builds
16:04:14 Quit miepchen^schlaf_ ()
16:04:18SETH_HIKARUi know i will be gone
16:04:24BigBambiSETH_HIKARU: They are done by a distrinuted build system
16:04:29BigBambi*distributed
16:04:29bluebrotherSETH_HIKARU: you know it's a script doing those builds?
16:04:33JdGordonSETH_HIKARU: your going out of your way to be difficult... fix your attitude or you arnt getting squat
16:04:36BigBambiAnd they work perfectly
16:05:06bluebrotherBigBambi: for 99.9999% of the people −− obviously not for SETH_HIKARU :D
16:05:43BigBambiSETH_HIKARU: You are trying to apply a patch - we clearly aren't going to supply every possible combination of patches and builds
16:05:58SETH_HIKARUi disagree on that; a script cannot think for itself, a script cannot add patches that have just come out
16:06:02BigBambiThe distributed builds of plain SVN work just fine
16:06:05bluebrotherdo we support patches at all?
16:06:09SETH_HIKARUno
16:06:13SETH_HIKARUi dont htink u do
16:06:14BigBambiSETH_HIKARU: People add the patches, then the build system build it
16:06:14bluebrotherYES.
16:06:20SETH_HIKARUcause they could be BUGGY
16:06:22BigBambiSETH_HIKARU: You don't know what you are talking about
16:06:28BigBambiAnd you are just looking silly
16:06:30bluebrotherSETH_HIKARU: stop it or leave.
16:06:41bluebrothersomeone *really* tries to deserve a kickban.
16:06:49SETH_HIKARUok
16:07:12 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
16:07:16 Quit stoffel ("leaving")
16:08:04BigBambibluebrother: I guess we support patches in terms of help applying and helping test/improve with a view to being added
16:08:23SETH_HIKARUi have a malformed patch a line 59 what do i do with that
16:08:39*bluebrother is tempted to say "fix it" ...
16:09:03bluebrotherBigBambi: yep, but not in terms of "we support any user in making his own build", do we?
16:09:06*BigBambi isn't helping anymore - I'm not so fond of being insulted when giving up my time to help
16:09:10SETH_HIKARUwell im attempted to say that i dont know C but i do know C+ and C++
16:09:23BigBambiC+ ?
16:09:30SETH_HIKARUso fixxing it i cannot do
16:09:43BigBambibluebrother: No, I don't think so, but it is just a judgement call type thing
16:09:44SETH_HIKARUu have never heard of C+
16:09:59BigBambinope
16:10:03bluebrotherSETH_HIKARU: you ever heard of brainfuck or whitespace?
16:10:09SETH_HIKARUyep
16:10:10*MTee asks what is C+ ?
16:10:14BigBambiAnd please use real words, not things like "u"
16:10:16SETH_HIKARUi know them
16:10:23 Join miepchen^schlaf [0] (n=miepchen@p54BF571F.dip.t-dialin.net)
16:10:30SETH_HIKARUi have written programs in them
16:10:33 Join sottawa [0] (n=4b25242d@gateway/web/cgi-irc/labb.contactor.se/x-e8be7592e2bea955)
16:10:41bluebrotherROTFL.
16:11:09SETH_HIKARUbut not many people know runescript but i do so i can hack runescape the real way
16:11:15SETH_HIKARUback on topic
16:11:31BigBambiSETH_HIKARU: C or C++ doesn't really matter too much here - I find it hard to believe you can use C++ but not sort out the patch
16:11:38SETH_HIKARUi think ill just compile my source
16:11:41sottawahi, I have an issue with rockbox on sansa 280
16:11:44SETH_HIKARUand see if it works
16:11:48sottawais this the place to come?
16:11:56BigBambisottawa: yep, ask away
16:12:00bluebrothersottawa: yes, but you need to ask your question ;-)
16:12:08sottawayes, I try to play radio
16:12:13sottawaand the system locks up tight
16:12:25BigBambisottawa: Which version of Rockbox?
16:12:36 Join mib_9mrac7dq [0] (i=d8ef581a@gateway/web/ajax/mibbit.com/x-ca79877114c81b5d)
16:12:38 Join webguest01 [0] (n=620ff677@gateway/web/cgi-irc/labb.contactor.se/x-2d847bee6ea66751)
16:12:40desowincode your program to apply patches and automateically sync those then
16:12:41 Join countrymonkey [0] (n=4b25242d@gateway/web/cgi-irc/labb.contactor.se/x-00d3452c71d4fe66)
16:12:47sottawadouble checking
16:12:50sottawahold
16:13:00 Join mib_5r8q8xg1 [0] (i=d8ef581a@gateway/web/ajax/mibbit.com/x-9c799b26e69bfb7d)
16:13:05 Nick mib_5r8q8xg1 is now known as MarcGuay (i=d8ef581a@gateway/web/ajax/mibbit.com/x-9c799b26e69bfb7d)
16:13:17SETH_HIKARUum what does assume -R
16:13:41 Quit mib_9mrac7dq (Client Quit)
16:13:50SETH_HIKARUneverming
16:13:52desowinrevert
16:14:01SETH_HIKARUJdGordan
16:14:05SETH_HIKARUu there
16:14:20webguest01I am having a problem with my ig ipod nano
16:14:26BigBambiwebguest01: Ask away
16:14:35JdGordonSETH_HIKARU: 1) is JdGordon, 2) 'u' is not a word
16:14:46SETH_HIKARUok
16:14:49webguest01When starting up rockbox I am receiving an ata 11- error
16:14:52SETH_HIKARUcan u do me a favor
16:14:57sottawaversion r.17091-080413
16:15:00BigBambiSETH_HIKARU: ffs - real words
16:15:12SETH_HIKARUok
16:15:20SETH_HIKARUwill you do me a favpr
16:15:24SETH_HIKARUfavor*
16:15:26BigBambisottawa: That is pretty out of date - could you update and check again?
16:15:36sottawasure thing
16:15:40BigBambithanks
16:15:40sottawaI'll try
16:15:46sottawathank you
16:16:14SETH_HIKARUJdGordan: Can you do me a favor
16:16:27SETH_HIKARUwill you please patch a file and give it to me
16:16:49BigBambiwebguest01: have you modded it or dropped it or anything recently?
16:17:02JdGordonSETH_HIKARU: farting hell... i said i would 20min ago but you ignored it... and now im going to bed so you missed your chance
16:17:07webguest01I have just installed rockbox this morning
16:17:12webguest01I have never dropped it
16:17:14SETH_HIKARUoh come
16:17:17SETH_HIKARUplease
16:17:33BigBambiwebguest01: did you install with rbutil?
16:17:40webguest01yes
16:18:00BigBambiDoes the Apple firmware still boot?
16:18:05webguest01Also it is not recognized by my mac so I can not do anything with it
16:18:21BigBambiaha
16:18:26BigBambiIs it a MacPod?
16:18:39 Quit SETH_HIKARU ("CGI:IRC (EOF)")
16:18:39BigBambibluebrother: does rbutil check for macpods?
16:18:48webguest01I converted it from macpod to winpod this morning
16:18:52BigBambiok
16:18:59BigBambiI suspect there may be a problem there
16:19:04bluebrotherBigBambi: yes, the ipodpatcher part does
16:19:10BigBambiCan you still boot the apple firmware?
16:19:17BigBambibluebrother: I suspected it would :)
16:19:20 Join obo [0] (n=obo@rockbox/developer/obo)
16:19:28webguest01I am not sure how to do that
16:19:45BigBambi(it is in the manual), but turn on hold just after turning it on
16:20:47webguest01yes I can
16:21:07webguest01ok well not it is working
16:21:10BigBambithat's interesting
16:21:13webguest01Thank you guys
16:21:35BigBambisorry, I'm a little confused - what works and what doesn't?
16:21:54webguest01I loaded the apple firmware and it was recognized by my mac
16:22:10BigBambiok, so that works fine but Rockbox gives the error?
16:22:16webguest01yes
16:22:44BigBambiweird - I can't help I'm afraid, but hang about and hopefully someone who can will read it in the logs and get back to you
16:23:00webguest01alright thanks again
16:23:23BigBambino problem, hopefully it we will find a solution :)
16:25:00 Quit juxtap (Read error: 113 (No route to host))
16:29:41sottawacan someone give me some insight into how the fm radio works? I say yes to autoscan and nothing happens
16:30:40 Join adamgolding [0] (n=addy@CPE00134645e8d1-CM0012c9ab589a.cpe.net.cable.rogers.com)
16:30:41 Quit mcuelenaere (Read error: 54 (Connection reset by peer))
16:30:43MarcGuayDoes it scan at all?
16:30:53adamgoldingis there any way to 'love' tracks for last.fm within rockbox?
16:31:01JdGordonsottawa: have you got headphones plugged in? it uses it for the antena
16:31:09sottawano
16:31:13sottawais it needed?
16:31:22JdGordonyou wont get any channels without it
16:31:34sottawaok checking -thanks
16:31:43BigBambiadamgolding: no
16:32:24adamgoldingk
16:36:04sottawaHi Jd, I autoscan and it shows a listing of stations, I want to save the presets so I say save and it comes back with a screen with wiht an fmr filename and jiberish chars
16:36:07sottawaany idea?
16:36:19MTee after changing a font, do I patch it ?
16:36:36 Quit ender` (Read error: 110 (Connection timed out))
16:37:35sottawaI think I got it
16:37:35JdGordonsottawa: press play
16:37:40sottawaforget it
16:37:45 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
16:37:45sottawayeah got it
16:37:57MarcGuaysottawa: I think giberish chars is the virtual keyboard.
16:38:02MarcGuayis/are?
16:38:16sottawalooked like hex
16:38:23sottawaok now
16:38:49sottawarequest for enhancement on display of FM turner display :)
16:39:20 Quit robin0800_ (Read error: 110 (Connection timed out))
16:39:44BigBambiyes, the fm screen is one of the last ones that needs a going over
16:40:17 Quit adamgolding (Nick collision from services.)
16:40:21 Join adamgolding [0] (n=addy@CPE00134645d959-CM0012c9a9ae36.cpe.net.cable.rogers.com)
16:40:41sottawacool
16:41:15sottawabtw love the zoom on the jpg files - very cool
16:43:03MTeequestion please, I have added the arabic character set to a font, what do I do next ?
16:44:05MarcGuayMTee: So you've updated a rockbox font? Upload it to the tracker, me thinks.
16:44:26sottawawanted to share that bug tracker login seems to have a problem
16:44:36MTeeMarcGuay : should I upload the bdf or fnt ?
16:44:45sottawayou login and get a white screen and notthing more
16:44:52MarcGuaysottawa: Yeah flyspray has been buggy for a while now.
16:45:09sottawawhere to enter defects in future?
16:45:32MarcGuayMTee: I'm not sure. I believe RB uses the .bdf format, though, no?
16:45:56MarcGuaysottawa: Is the problem with login or signup?
16:45:57JdGordonMTee: yeah, the .bdf
16:46:03sottawalogin
16:46:07JdGordonactually a .diff would be better still
16:46:25MarcGuaysottawa: There's a way... Search for a common term and you'll get the main page where you can login.
16:47:32MTeeMarcGuay : yes .bdf , but when compiled it's converted to fnt so that's why I asked
16:47:47MTeeJdGordon : Thanks, will try now
16:48:54sottawagot it - must be new account prob; worked this time - strange
16:49:03sottawano worries then
16:49:07JdGordonthe .fnt for now is the same for all targets, but its binary and could potentially be different for the different lcd's in the future... the bdf is text
16:49:48sottawaTo All, enjoy the rockbox - keep up the good work - thanks
16:50:38 Quit sottawa ("CGI:IRC")
16:50:43 Quit spiorf (Remote closed the connection)
16:51:24 Quit webguest01 ("CGI:IRC (EOF)")
16:52:12 Join dabujo_ [0] (i=xx@p4FDB3665.dip0.t-ipconnect.de)
16:52:16 Quit countrymonkey ("CGI:IRC (Ping timeout)")
16:52:37 Join stooo [0] (n=sto@y066163.dynamic.ppp.asahi-net.or.jp)
16:55:52 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
17:00
17:00:58 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
17:00:59MarcGuayJust to verify before I commit this, charger_inserted() in power-target.c is referring to the USB cable being connected, right?
17:03:54JdGordonif thats how it charges... yes
17:04:25 Quit adamgolding (Nick collision from services.)
17:04:29 Join adamgolding [0] (n=addy@CPE00134645d98f-CM0012c90feb0c.cpe.net.cable.rogers.com)
17:05:21 Nick JdGordon is now known as JdGordon|zzz (i=jonno@rockbox/developer/JdGordon)
17:09:21 Quit dabujo (Read error: 110 (Connection timed out))
17:09:55 Join dabujo [0] (i=xx@p4FDB0016.dip0.t-ipconnect.de)
17:10:32 Join shotofadds [0] (n=rob@rockbox/developer/shotofadds)
17:14:29***Saving seen data "./dancer.seen"
17:18:43 Quit dabujo_ (Read error: 110 (Connection timed out))
17:19:48 Join dabujo_ [0] (i=xx@p4FDB0581.dip0.t-ipconnect.de)
17:22:05 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
17:26:20 Join ender` [0] (i=krneki@foo.eternallybored.org)
17:26:38MTeehow/when are the patches confirmed ?
17:27:02 Quit DrMoos (Read error: 110 (Connection timed out))
17:28:35 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
17:28:49 Quit dabujo (Read error: 110 (Connection timed out))
17:30:02bluebrotherMTee: what do you mean by "confirmed"?
17:31:17 Quit adamgolding (Nick collision from services.)
17:31:21 Join adamgolding [0] (n=addy@CPE00134645e8d1-CM0012c9ab589a.cpe.net.cable.rogers.com)
17:32:31MTeebluebrother : I noticed that the status of many patches is "unconfirmed", so what does that mean ?
17:32:57bluebrothernothing. Most additional status fields in the tracker aren't used at all.
17:33:24MTeeaha .. ok, thanks.
17:35:24 Quit Horscht (Read error: 110 (Connection timed out))
17:36:10 Join Horscht [0] (n=Horscht@p4FD4C359.dip.t-dialin.net)
17:36:52 Quit Horscht (Read error: 104 (Connection reset by peer))
17:36:58 Join Horschti [0] (n=Horscht@p4FD4C359.dip.t-dialin.net)
17:37:16 Nick Horschti is now known as Horscht (n=Horscht@p4FD4C359.dip.t-dialin.net)
17:39:58 Join m0t0n3 [0] (n=584b49cc@gateway/web/cgi-irc/labb.contactor.se/x-4c45bba745a17d7b)
17:46:01 Quit m0t0n3 ("CGI:IRC (EOF)")
17:46:02 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
17:46:05agaffneythe sansa e260 can use a microsd card larger than 2GB in rockbox, right?
17:46:23 Quit ender` (" Be nice to the USA, or they'll bring you democracy.")
17:46:31gevaertsyes
17:46:56agaffneyI'll just have to put files on it with a card reader, since the stock firmware only supports up to 2GB?
17:47:09gevaertsindeed
17:47:17agaffneyI'm debating whether to order a 2GB or 4GB microsd card on newegg :P
17:47:27agaffneythe internal 4GB went *really* fast
17:48:14 Quit MTee ("Ex-Chat")
17:51:09agaffneyare there plans to add support for usb charging/syncing for the sansa?
17:51:23agaffneyor is it considered "good enough" since that can be done with the stock firmware?
17:51:45 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
17:52:14gevaertsThere is a mostly working usb stack, but as long as it's only 'mostly', it won't get enabled by default. Charging is a different issue, I'm not sure what the status is there
17:53:53MarcGuayagaffney: Search flyspray for "sansa charging", it's being worked on.
17:54:21agaffneyI saw that the other day
17:54:25agaffneysaw a patch for it
17:54:37agaffneyhowever, the question still stands for data transfer :)
17:55:06MarcGuayagaffney: That's the one gevaerts answered. :)
17:55:29gevaertsagaffney: http://www.rockbox.org/twiki/bin/view/Main/PortalPlayerUsb
17:55:45agaffneyah, didn't see his answer :P
17:56:47agaffneyhmm, good to know
17:56:55 Join [IdeG]Script001 [0] (n=[IdeG]Sc@83.225.99.102)
17:57:03[IdeG]Script001CIAO
18:00
18:00:30 Quit [IdeG]Script001 (" [IdeG]Script  Scaricabile dal Sito http://italiadvxegames.altervista.org")
18:03:49 Quit mcuelenaere (Read error: 54 (Connection reset by peer))
18:05:15 Quit obo ("bye")
18:08:41 Join obo [0] (n=obo@rockbox/developer/obo)
18:08:53 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
18:10:28 Join juxtap [0] (n=juxtap@unaffiliated/juxtap)
18:12:09 Join Xqtftqx [0] (i=40e9e3d2@gateway/web/ajax/mibbit.com/x-a846393d893d0e4e)
18:12:16 Quit mewshi (Remote closed the connection)
18:12:26XqtftqxHey everybody
18:13:30Xqtftqxcan somebody help me with building rockbox on a ubuntu box
18:13:59Xqtftqxi cant compile at all
18:14:00krazykitjust ask your question
18:14:11 Join DrMoos [0] (i=moos@m198.net81-66-127.noos.fr)
18:14:24Xqtftqxmy question is how do i get it to work? i havent installed any dev tools and im still wondering which ones
18:14:47 Quit gregzx ("ChatZilla 0.9.82.1 [Firefox 3.0/2008052906]")
18:14:47krazykitshotofadds, have you read this? http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToCompiling
18:14:53 Join ravon_ [0] (n=ravon@c-e947e455.029-28-73746f34.cust.bredbandsbolaget.se)
18:17:56 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
18:18:36XqtftqxThats for windows
18:18:40Xqtftqxnot for linux
18:19:04 Quit Xqtftqx ("http://www.mibbit.com ajax IRC Client")
18:19:29 Quit J-23 (Remote closed the connection)
18:19:48krazykiter, sorry shotofadds, dunno how i screwed that tab-completion up :|
18:22:19 Quit obo (Remote closed the connection)
18:22:25 Quit fyrestorm (Read error: 113 (No route to host))
18:23:12 Join xqtftqx [0] (i=40e9e3d2@gateway/web/ajax/mibbit.com/x-5e1f549dbb5bc525)
18:23:37xqtftqxok its working now
18:23:39 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
18:23:51xqtftqxi can do rockboxdev.sh and it will install all the tools?
18:24:09mcuelenaerehow do I turn an extracted Rockbox source tarball into a SVN repository?
18:24:48krazykitxqtftqx, yes, assuming you have a toolchain to build the tools.
18:24:55xqtftqxok
18:25:08xqtftqxoh and one more thing, i cant connect my Gigabeat s to ubuntu
18:25:20xqtftqxi try to open the drive and i get "Unable to mount..."
18:27:19xqtftqxNevermind i found it in the wiki
18:28:21 Join obo [0] (n=obo@rockbox/developer/obo)
18:28:21xqtftqxwait it doesnt work for me
18:28:36 Part adamgolding
18:28:51 Part stooo
18:29:49xqtftqxwhat are the commands i type?
18:29:50 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
18:30:36xqtftqxUnable to open /dev/sdz
18:30:38xqtftqxis what i get
18:31:21 Join fyrestorm [0] (n=fyre@cpe-68-173-163-56.nyc.res.rr.com)
18:31:37 Join ender` [0] (i=krneki@foo.eternallybored.org)
18:31:39krazykitbecause it's probably not sdz. it's whatever the device name is.
18:31:55xqtftqxhow do i tell the name?
18:32:00krazykitcheck dmesg
18:32:53xqtftqx[ 184.887167] scsi 4:0:0:0: Direct-Access TOSHIBA MK6008GAH BU01 PQ , whould that be it?
18:34:13krazykitlooks like it. there should be a mention of a device name near that line, /dev/sd{something}
18:34:21 Join wpyh [0] (n=william@th245022.ip.tsinghua.edu.cn)
18:34:22 Join dine-air [0] (n=sfdsf4@bzq-79-176-101-4.red.bezeqint.net)
18:34:24xqtftqxhold on
18:34:25krazykitwhen you mount it, you also need to specify which partition (i don't know which on the S)
18:34:33dine-airmeizu m6 will ever be out?
18:35:09krazykitdine-air, ports are written by owners of the device in their free time. there are no timelines for if/when a port will happen
18:36:56 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
18:37:27 Quit dine-air ()
18:37:34xqtftqxHmmm krazykit, i cant find anything like that
18:38:43xqtftqxhttp://pastebin.ca/1052517
18:39:12bluebrothermcuelenaere: huh? You're talking about a downloaded tarball?
18:39:28mcuelenaerebluebrother: yes, but never mind; I've done "svn checkout" now so..
18:40:05bluebrotherwell, you can't do that anyway −− you can either check new files in or grab them from svn. You can't convert a released tarball back.
18:40:23krazykitxqtftqx, the line right below it mentions sdb; it's probably that device.
18:40:45xqtftqxok, i was looking for "/dev/***"
18:41:35xqtftqxstill "unable to open /dev/sdb"
18:42:24krazykitthat "unknown partition table" looks bad, but i don't know if it's normal for the S, not having one that works.
18:42:38mcuelenaerebluebrother: ah, I thought there was some kind of command for that..
18:42:59xqtftqxok, i can switch to a diffrent computer to connect or just switch into vista thanks for your help
18:45:26gevaertsxqtftqx: you need to fix the bootable flags. The wiki says how somewhere
18:45:34xqtftqxi know
18:45:50xqtftqxim looking at the page, its not very detailed and fdisk cant see the device to fix it
18:46:08*gevaerts seriously doubts that
18:46:17xqtftqxlook at that past bin
18:46:28xqtftqxtell me the commands you think because nothing else works
18:46:49gevaertssudo fdisk /dev/sdb
18:47:13xqtftqxthanks, forgot to run as root
18:48:06xqtftqxit gave a couple errors but i can see and write to the drive fine now
18:51:41 Quit mcuelenaere (Read error: 54 (Connection reset by peer))
18:52:10 Quit Horscht (Nick collision from services.)
18:52:20xqtftqxWow, the drive connects faster to ubuntu then windows
18:52:27 Join Horscht [0] (n=Horscht@xbmc/user/horscht)
18:54:26xqtftqxAnybody notice how much longer the battery is in rockbox then the default firmware?
18:54:35xqtftqxfor the gigabeat S, sorry forgot to add
18:55:30 Join joep [0] (n=4c1e1118@gateway/web/cgi-irc/labb.contactor.se/x-193da7d88b453ac4)
18:56:30krazykitxqtftqx, i would think there are battery benchmarks on the relevant wiki page
18:56:45 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
18:57:03xqtftqxThanks krazykit
18:57:44xqtftqxAlthough i dont see them
18:57:46joepif you have an idea that will improve the ipod but you dont know how to program is it worth trying to make money off of it
18:58:25xqtftqxjoep: what do you mean "make money"
18:58:41joeplike try to copy right it and stuff
18:58:52joepor try to sell it to apple
18:59:20krazykitjoep, well, that's really not on-topic then, now is it.
18:59:27xqtftqxi see, apple realy doesnt listen to people to much though and this is a rockbox irc not a apple irc
18:59:48joepya but yall know how to program
19:00
19:00:09joepand my idea would make rox box better to
19:00:15krazykitjoep, please read the irc guidelines in the topic. this is an on-topic channel about rockbox.
19:00:36krazykitif you have a suggestion, go ahead and make it
19:01:01joepin this channel or another
19:01:30krazykitwell, in this channel if you want to suggest it for improving rockbox.
19:01:49joepwell i want their to be a que
19:02:10joepfor music like a playlist but temp.
19:02:46*bluebrother doesn't understand a word
19:03:06joepso when your looking for a song you could add it to the que and it would finish playin
19:03:14xqtftqxpeople do it on there free time, not for a job or anything
19:03:35joepdo what
19:03:45*krazykit notes that rockbox already has a queue function
19:03:47xqtftqxnvm my chat window didnt school down
19:03:48bluebrotherworking on Rockbox. It's a free project.
19:04:05joepyes
19:04:26xqtftqxguys i did the rockboxdev.sh now when i try to compile i get "arm-elf-gcc: Command not found" i chose arm in the rockboxdev.sh
19:04:33 Quit mcuelenaere (Read error: 104 (Connection reset by peer))
19:05:09bluebrotherxqtftqx: have you adjusted your PATH variable?
19:05:12krazykitjoep, http://download.rockbox.org/manual/rockbox-ipodvideo/rockbox-buildch4.html#x7-650004.4.1
19:05:23xqtftqxi dont think so
19:05:48xqtftqxnope i didnt, can i uninstall the old one to save space?
19:06:04bluebrotheruninstall what old one? You can't uninstall a variable.
19:06:28joepya thats kinda what im talking about
19:06:29xqtftqxno i already ran rockboxdev
19:06:48joepit can be made simpler than that
19:06:50bluebrotherso what? Add the correct path you the PATH variable
19:06:57xqtftqxand re run it?
19:07:14xqtftqxoh wait
19:07:17 Quit joep ("CGI:IRC")
19:07:19*bluebrother looks for a table corner
19:07:26xqtftqxthe path cariable in which file?
19:07:35xqtftqxvariable*
19:08:22xqtftqxsorry i usualy compile in the preinstalled one
19:08:27bluebrotherit's an environment variable. You need to set it.
19:08:33xqtftqxwhere do i set it?
19:09:53bluebrotherdepends. Usually the bash startup script, if you shell is bash.
19:10:06bluebrotherbut you can also set it temporarily from the shell itself
19:10:23xqtftqxits bash
19:10:50 Join BHSPitLappy [0] (n=BHSPitLa@unaffiliated/bhspitmonkey)
19:10:59krazykitxqtftqx, this is correct for linux, too: http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment#Step_4_Add_the_cross_compiler_di
19:11:17xqtftqxOk thanks krazykit
19:12:27 Quit Nico_P (Read error: 110 (Connection timed out))
19:12:32 Join mcuelenaere [0] (n=mcuelena@rockbox/developer/mcuelenaere)
19:14:31***Saving seen data "./dancer.seen"
19:15:01xqtftqxalthough wheres the bashrc file
19:15:22bluebrother~/.bashrc
19:16:17xqtftqxOk found it
19:16:19xqtftqxthanks
19:18:06xqtftqxok its sorta working it gives a whole bunch of warnings though
19:22:50 Join stoffel [0] (n=sfr@p57B4FAE3.dip.t-dialin.net)
19:22:50 Quit mcuelenaere (Read error: 54 (Connection reset by peer))
19:24:20 Join fml [0] (n=4fd3dcbc@gateway/web/cgi-irc/labb.contactor.se/x-963c6afc1174728d)
19:24:26xqtftqxAlright it still completed with no errors
19:24:33xqtftqxbut i cant acses the files
19:24:45xqtftqxi get the "locked" emblem and i cant modify
19:25:00fmlHello, Has anything changed regarding the bug that the player hangs about a minute before the end of the playlist?
19:25:40gevaertsxqtftqx: don't compile as root
19:25:59xqtftqxOk
19:26:30xqtftqxI didnt relize i was root
19:29:53 Quit fml ("CGI:IRC (EOF)")
19:29:57 Join john_ [0] (n=john@c-24-6-187-202.hsd1.ca.comcast.net)
19:34:34 Quit mf0102 ("Ex-Chat")
19:35:06 Quit nplus ("Leaving")
19:35:14 Join nplus [0] (n=nplus@141.25.globcom.net)
19:38:15 Quit nplus (Remote closed the connection)
19:38:15xqtftqxGot it to work thanks guys
19:38:35xqtftqxandbody know if its possible to rewrite the recovery mode on the gigabeat s?
19:39:32 Join nplus [0] (n=nplus@141.25.globcom.net)
19:39:48 Quit nplus (Read error: 104 (Connection reset by peer))
19:39:55 Join nplus [0] (n=nplus@141.25.globcom.net)
19:43:18xqtftqxok now im getting a error
19:43:29xqtftqxi cant connect rockbox, i get "read only file syste"
19:43:39xqtftqxit didnt copy over rockbox.gigabeat
19:43:42xqtftqxand now i cant edit
19:43:54xqtftqxi cant modife the files*
19:47:26 Quit xqtftqx ("http://www.mibbit.com ajax IRC Client")
19:54:13 Join webguest49 [0] (n=4880c584@gateway/web/cgi-irc/labb.contactor.se/x-6d46aa9d74925d1c)
19:55:43 Quit webguest49 (Client Quit)
20:00
20:08:43BigBambianyone like a two line patch to increase the number of music files the stats plugins counts? http://pastebin.ca/1052548
20:09:18BigBambiooops, not that
20:12:13BigBambihttp://pastebin.ca/1052551 that
20:12:16 Join spiorf [0] (n=spiorf@host71-214-dynamic.20-79-r.retail.telecomitalia.it)
20:26:40 Quit AndyI ()
20:28:46 Join K4rP4D [0] (n=KrPD@unaffiliated/krpd)
20:30:11 Quit Thundercloud (Remote closed the connection)
20:31:43 Join nardul [0] (n=kse@4704ds2-es.0.fullrate.dk)
20:33:04 Quit miepchen^schlaf ()
20:33:18 Quit stoffel ("leaving")
20:35:29 Quit HellDragon (Read error: 104 (Connection reset by peer))
20:36:41 Join HellDragon [0] (n=jd@unaffiliated/helldragon)
20:37:05 Join miepchen^schlaf [0] (n=miepchen@p54BF571F.dip.t-dialin.net)
20:39:21 Join xqtftqx [0] (i=40e9e3d2@gateway/web/ajax/mibbit.com/x-c8c672f63f45fccf)
20:40:10xqtftqxOk guys, im unable to edit my gigabeat s drive, i can see fine and i edited the partion table as stated on the wiki
20:41:07xqtftqxit says read only file system i can read and edit in other OS's is just linux which has the problem
20:47:56 Quit spiorf (Remote closed the connection)
20:49:00 Quit xqtftqx ("http://www.mibbit.com ajax IRC Client")
21:00
21:05:38 Quit BlakeJohnson86 (Read error: 110 (Connection timed out))
21:06:35 Join spiorf [0] (n=spiorf@host71-214-dynamic.20-79-r.retail.telecomitalia.it)
21:10:41 Join BlakeJohnson86 [0] (n=bjohnson@c-24-118-135-22.hsd1.mn.comcast.net)
21:14:33***Saving seen data "./dancer.seen"
21:22:26 Join thegeek [0] (n=nnscript@s080a.studby.ntnu.no)
21:29:38 Join borges [0] (n=bruges@e178010137.adsl.alicedsl.de)
21:38:23 Join bluebroth3r [0] (n=dom@rockbox/staff/bluebrother)
21:38:27 Quit thegeek_ (Read error: 110 (Connection timed out))
21:46:16 Join xqtftqx [0] (i=40e9e3d2@gateway/web/ajax/mibbit.com/x-3dfa31f3ee639c40)
21:46:46xqtftqxOK guys, quick question, i want to include the demo midi .pat files by default whenever i build how do i do this?
21:48:05LloreanIf they're on the player already, why would you want to copy them over again?
21:49:11MarcGuayIs this the right syntax for the manual if I'm trying to add a second posible keymap? {\ButtonRight{} + Long \ButtonRight{} or \ButtonPower{} + \ButtonRight}
21:49:42MarcGuayThere seem to be a lot of "without_combo" button presses missing from the manual...
21:50:03MarcGuay*possible
21:50:53xqtftqxLlorean: because i build a lot and i dont want to keep copying them
21:51:03BigBambixqtftqx: You don't have to
21:51:14BigBambiunless you delete them they will stay there
21:51:39BigBambiUpdating Rockbox just involves overwriting Rockbox files, not deleting other ones
21:52:58xqtftqxi understand i update a diffrent way to test builds, i rename .rockbox and add the new one, i whould like just to be able to delete the old .rockbox and keep my files
21:53:13BigBambiwhy?
21:53:30scorcheif you want to keep them, dont delete them...
21:53:37BigBambiIf you want to keep the old one copy it to a new name instead of renaming, and then unzip the new one over the top
21:53:40LloreanYou'll need to edit the script for making the .zip, but it's really an awkward way to go about things.
21:53:59 Join borges_ [0] (n=bruges@brln-4d0c38e5.pool.mediaWays.net)
21:54:14xqtftqxok, but im just wondering can i do this?
21:54:37 Quit bluebrother (Read error: 110 (Connection timed out))
21:54:46 Quit john_ ("Leaving")
21:55:07krazykityou CAN, but BigBambi's suggestion is less work.
21:55:09BigBambixqtftqx: cp -r /mountpoint/.rockbox /mountpoint/.rockbox - old && unzip -o rockbox.zip -d /mountpoint
21:55:30BigBambiwith no spaces inbetween rockbox - old of course
21:55:31*Llorean thinks he'd already answered the "can" before it was asked, anyway
21:55:35Bagderor try my little update script => http://daniel.haxx.se/rockbox/update-rockbox.txt
21:56:25BigBambithat's nice
21:56:36 Quit borges (Read error: 110 (Connection timed out))
21:56:38 Nick borges_ is now known as borges (n=bruges@brln-4d0c38e5.pool.mediaWays.net)
21:56:54xqtftqxit is Bagder thanks, although ill be fine...
21:57:10LloreanBagder: I think an open feature request tracker is still a good idea, but I do agree it doesn't really "work." How would you feel about having a 100% separate tracker, just for feature requests, that's not reviewed? Then, if anything from it gets implemented, they can submit a patch, and if we see anything we like, we can move it to the official feature request one (alongside bugs/patches currently)?
21:57:37LloreanMake it clear the "open" one is just that, wishful thinking, nothing gets rejected, and there are to be no expectations from it.
21:58:04BigBambiI just can't see many people (devs) reading it
21:58:13xqtftqxthats not a bad idea, but i think you guys should review things
21:58:15BigBambiAnd if they don't it remains it bit pointless
21:58:22LloreanBigBambi: The current one already IS pointless
21:58:26LloreanThis way we'd just be making it clear that it is.
21:58:27BigBambiLlorean: I know
21:58:44BigBambiI don't see the point in keeping something and saying it is pointless
21:58:52BigBambiIf we say it is pointless, why keep it?
21:58:52LloreanMeanwhile we'd have a clear place for people to voice. Some devs would read it now and then. And it would give us someplace to say "go read through this for ideas" if somebody says "What can I work on?"
21:59:10LloreanBecause it's pointless to people who are fixing bugs, or working on their own ideas.
21:59:28LloreanBut users want a place to recommend things, and right now it seems they think there's a tacit promise to eventually get to it involved in the current system
21:59:44BigBambiI agree with the criticism of the current one
21:59:52xqtftqxditto
22:00
22:00:12LloreanBut if we don't put something up, they'll just move them to the forums, or the mailing list, and create just as much noise.
22:00:16BagderI'm not sure such an open one will help
22:00:18BigBambiBut if the other one remains pointless (which I think it essentially will), I don't see it as helping - "You can suggest things here but it will be ignored"
22:00:18LloreanThere needs to be an outlet for the noise, somewhere.
22:01:11LloreanI didn't say "but it will be ignored." I mean we make it clear that "it is merely wishes, and there is no guarantee that any ideas on this tracker will be seen or responded to by a developer in a timely manner, it is just a place to gather them so that if a developer goes looking, they know where ideas can be found"
22:01:38LloreanThe problem, *really* is that developers already active rarely go looking for ideas anyway.
22:01:40xqtftqxi agree
22:01:55LloreanAnd the clarity kinda needs to come from making it clear "you can suggest, but we aren't really looking most of the time, there's too much else to do"
22:02:28BigBambiThing is though, it will essentially be ignored whether that is said explicitly or not
22:02:43LloreanHaving an open tracker, and a closed feature tracker (where we can move features once they become officially "planned" like viewports was) accomplishes this, I think, without just telling people "Instead of posting to the tracker, post to the mailing list, and remind us every 3 months of your idea until we reject it, then remind us every six months hoping our opinions change"
22:03:17BigBambiI don't object to it, I'm just slightly sceptical as to what it will achieve. I'm happy to be proved wrong however
22:03:17LloreanI just think they need somewhere to go, and having an open tracker at least gives them a path of least resistance settling place.
22:04:40xqtftqxit whould keep the forums, mailing list, etc clean to
22:04:57Bagdernot really, as people would need to discuss their entries
22:05:02Bagderabout moving them
22:05:09Bagderand similar things
22:05:27LloreanWell any developer can move an entry he or she is actively interested in.
22:05:55Bagderyes, I just meant that users will of course come whining about moving their pet tasks to the dev list
22:06:24LloreanWell the dev list should probably still be open to comments.
22:06:24Bagderand rightly so, if we haven't noticed a goodie etc
22:06:30LloreanOh, right
22:06:38LloreanWell yeah, but they've got to call attention to them somehow
22:06:50xqtftqxmaybe like a poll? like "blah blah devolpers believe this is a project worth working on" and lower the number of devs thinking its a good idea the lower it goes down
22:06:56LloreanI mean, how is saying "Have you noticed this task?" any different from posting to the ML saying "I had this great idea!"?
22:07:23Lloreanxqtftqx: How many people think it's good is worth a LOT less than how many people actually plan to do it
22:07:26MarcGuayI think I'm losing my mind. I know that ACTION_WPS_ABSETB_NEXTDIR can be triggered by a Short-Right + Long-Right but I can't find it in the keymap. Grr...
22:07:52BigBambixqtftqx: If a dev wants to work on something, they generally will
22:08:10BigBambiAnd discuss it in here to see if there are any objections of they aren't sure
22:08:15BigBambiThey don't need votes as such
22:08:31LloreanI just think removing the open tracker will generally just result in a lot more noise in the other channels that will get, mostly, just as ignored.
22:08:36xqtftqxbut it whould give a better wish list with things wanted more at the top and things wanted less at the bottom
22:08:44BigBambiwanted by whom?
22:08:55BigBambidevs work on what they want
22:09:02Lloreanxqtftqx: It doesn't matter how wanted something is, though. Viewports has been really wanted for a long time, and still took forever to get started.
22:09:20LloreanThe only thing that really matters is a form of consensus that something is unwanted, and that just means a rejection anyway
22:09:28xqtftqxbut as you said above its a wish list not a "upcoming feature" list
22:09:47LloreanJust because it's a wish list doesn't mean it matters how many people want it.
22:10:23LloreanA feature that one person wants, is trivial to implement, and will literally have zero performance impact is more likely than a feature thousands want but isn't wanted by the core devs, or perhaps is wanted by them but requires a rewrite of the playback code.
22:10:42xqtftqxcorrect me if im wrong, but some devs want to make rockbox better for other people rather then themselves, this whould give them a idea on what people want
22:11:27krazykitone might argue that a dev making rockbox better for him/herself IS better for other people
22:11:33LloreanEven then, it still doesn't matter how many people VOTE on it.
22:11:51LloreanAll that means is stupid ideas lots of people like crowd the top, while clever ideas that most people don't understand get hidden pages back
22:12:01LloreanIt creates a hierarchy based on "which thing sounds coolest"
22:12:29xqtftqxi guess your right
22:12:51xqtftqxand it whould cause things like people wanting technicly impossible things
22:13:09BigBambixqtftq/me wants Rockbox to brew beer!
22:13:21BigBambi-xqtftq :)
22:13:30xqtftqxlol, i saw somebody asking for a psx emulator
22:13:32*krazykit votes that up :)
22:14:51bluebroth3rLlorean: small wish for the forums: could it display *this* as bold and _that_ as underlined?
22:15:26 Join Lynx_ [0] (n=lynx@tina-10-4.genetik.uni-koeln.de)
22:15:26xqtftqxdoes it not?
22:15:58 Nick bluebroth3r is now known as bluebrother (n=dom@rockbox/staff/bluebrother)
22:16:29Lloreanbluebrother: I'm sure it could be made to, but I don't believe there's any builtin functionality for that at least.
22:16:37LloreanIt would be nice.
22:17:08xqtftqxwhat does it display it as?
22:17:11 Quit borges (Read error: 104 (Connection reset by peer))
22:17:33Llorean*this* and _that_
22:17:41bluebrotherit displays as you type
22:17:48xqtftqxok..?
22:20:53bluebrotherxqtftqx: http://www.stud.uni-karlsruhe.de/~uhcn/rockbox/this-that.jpg
22:21:34xqtftqxI still dont understand...
22:22:19bluebrothercheck my first *this* and look how it looks. The forums simply display it. My IRC client boldens it.
22:22:42xqtftqxoh, so the forum doesnt show bold?
22:22:50bluebrotherno.
22:22:52BigBambinot by using *word* no
22:22:59BigBambiYou can make it bold by other means
22:23:05bluebrotheryou need to add the proper tags. *this* doesn't work
22:23:44xqtftqxso you can do 2 *'s to make it bold in the irc but not the forum *test*
22:23:47bluebrotherbut *this* is something some people (like me, for example) like using as its much faster. For example, OpenOffice can detect and replace *this*
22:23:58xqtftqxalright i get it now
22:24:19bluebrotherit's also quite nice for email −− you can write *bold* without the need of sending HTML crap.
22:24:36 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
22:24:40xqtftqxoh cool
22:35:28 Join saratoga [0] (n=9803c6dd@gateway/web/cgi-irc/labb.contactor.se/x-70616669a683fde7)
22:41:52 Quit BHSPitLappy (Read error: 110 (Connection timed out))
22:43:05 Join BHSPitLappy [0] (n=BHSPitLa@unaffiliated/bhspitmonkey)
22:45:54xqtftqxHey you guys, im having trouble testing the InfoNES patch
22:46:08xqtftqxit doesnt load or anything, theres no .rock
22:46:24xqtftqxIve added keymaps for the S but i cant find anything else
22:47:56 Join jayde_drag0n [0] (n=jayde@cpe-67-49-202-225.bak.res.rr.com)
22:48:58jayde_drag0nhey if anyone is actually here i need some assistance... i run the ipodpatcher.. and it can't find my ipod.. even tho its clearly mounted and i have the proper permissions
22:49:31jayde_drag0ni tried to find help before.. and all i got was....... silence
22:49:49advcomp2019what ipod?
22:50:07jayde_drag0n5th gen i think? 80GB Black and plays video
22:50:30advcomp2019you sure it is not a 6th gen?
22:50:52xqtftqxjayde_drag0n: if you trust me i can remote controll your computer and take a look
22:50:57jayde_drag0nmabye it is.. i have no idea.. do i have to run things differently?
22:51:14saratogayou need to check google and figure out what ipod you have
22:51:21advcomp2019you cant run rockbox on a 6th gen
22:51:25jayde_drag0nxqtftqx: i don't mind.. theres nothing on my computer you can't see.. but you'll have to walk me thru the steps so you can
22:51:50xqtftqxOk, its very easy, ill brb i need to switch over into windows
22:51:58 Quit xqtftqx ("http://www.mibbit.com ajax IRC Client")
22:51:58jayde_drag0nokay
22:53:14BigBambijayde_drag0n: I would check exactly what ipod you have first
22:53:17jayde_drag0ni wanted to switch to this a while ago.. and gave up for lack of help.. but now.. i tried to delete some songs on my ipod.. and tho it says in settings that the stuff is there...the directories are empty
22:53:30 Quit krazykit (Remote closed the connection)
22:53:34 Join krazykit [0] (n=kkit@adsl-76-251-246-73.dsl.ipltin.sbcglobal.net)
22:53:37BigBambijayde_drag0n: Before letting someone you have never met onto your computr
22:53:42jayde_drag0nie the dreaded "no music" eventho rythmbox sees everything
22:53:46bluebrotherjayde_drag0n: check this page: http://support.apple.com/kb/HT1353
22:54:09jayde_drag0nbluebrother: WHAT IS APPLE GOING TO DO FOR ME.. I DON'T HAVE ACCESS TO A WINDOWS BOX
22:54:14jayde_drag0ner sorry caps lock
22:54:25BigBambijayde_drag0n: It will tell you which ipod you have
22:54:33jayde_drag0noh lol k
22:54:55BigBambiThe 80 GB comes in both 5.5 and 6th generation. Rockbox only works on the former
22:55:00bluebrotherwell, as the links suggests it's a knowledge base (KB) entry
22:55:07jayde_drag0n" iPod classic (80 GB or 160 GB) 2007-09 Click Wheel 80 GB or 160 GB 1.1.2"
22:55:16BigBambiSo you have a classic?
22:55:21bluebrotherthat is even linked from the IpodFAQ
22:55:25Bagderclassic == 6th gen
22:55:26BigBambiIn which case, Rockbox won't run on it
22:55:30bluebrotherscroll down or click the "ipod classic" link
22:55:38bluebrother"The iPod classic is available in silver and black, and has an anodized aluminum and polished stainless steel enclosure."
22:55:47 Join Xqtftqx [0] (i=40e9e3d2@gateway/web/ajax/mibbit.com/x-21c59406afb89946)
22:55:57bluebrotherand "You can distinguish the iPod classic from the iPod (5th generation) by the last three digits of the serial number. The iPod classic serial number's last three digits will be one of the following: Y5N, YMU, YMV, and YMX."
22:56:05bluebrotherso please check the serial
22:56:06XqtftqxIt was a 6th gen?
22:56:37 Quit bluebrother ("Lost terminal")
22:56:51jayde_drag0nYMV
22:56:56Xqtftqxjayde_drag0n: do you still want me to connect?
22:57:08jayde_drag0nhang on
22:57:22BigBambijayde_drag0n: therefore it is a classic (also called 6th gen) and Rockbox will not work
22:57:22Xqtftqxalright
22:57:24Bagderwith a classic that's pointless
22:57:34saratogawho would ever have imagined that looking at two pictures and seeing which one matches an ipod was so difficult
22:57:54BigBambisaratoga: or even easier, the last digits of a serial number :)
23:00
23:00:15jayde_drag0nfrom what i'm hearing.. i'm just screwed.. no windows so i can't format it.. and noone anywhere has an answer for me to get ipod to show my music again.. and no workaround with rockbox
23:00:29 Quit Xqtftqx (Client Quit)
23:01:00 Join xqtftqx [0] (i=40e9e3d2@gateway/web/ajax/mibbit.com/x-78b871af751e6998)
23:02:24xqtftqxjayde_drag0n: did you try just connecting to itunes
23:04:04BigBambiThat is off topic
23:04:47xqtftqxi know, sorry, i cant watch somebody have a problem like that without wanting to help
23:04:58BigBambiIf you know, please do not do it
23:06:13BagderDevConEuro2008: 5 days + 18h : 53m : 55s
23:06:18Bagderyay
23:06:58xqtftqxalright, but can somebody help me, http://pastebin.ca/1052645 take a look at that and can somebody tell me whats wrong, i changed the key maps and changed the gigabeat to the gigabeat s, and under rockbox i get nothin
23:07:07xqtftqxno .rock and it wont load anything
23:07:17xqtftqxIts for the InfoNES patch btw
23:07:17 Join bluebrother [0] (n=dom@rockbox/staff/bluebrother)
23:11:13 Part jayde_drag0n
23:12:16saratogaxqtftqx: the patch failed, so you'll need to look at the hunk that failed and figure out why
23:12:31xqtftqxi got the viewer one to work
23:14:07xqtftqxpatch: **** malformed patch at line 30115: /* For all targets */ , does that mean i failed?
23:14:34***Saving seen data "./dancer.seen"
23:14:36bluebrothercan I list all revisions that have been committed to a directory (maybe with viewvc)?
23:16:24Bagderjust svn log in that dir
23:16:40Bagderit'll show subdirs too
23:19:28xqtftqxhow do i do "svn revert" i get "Not enough arguments provided"
23:19:40BigBambisvn revert -R .
23:19:45BigBambiin the base directory
23:19:46xqtftqxthanks
23:19:51BigBambidon't forget the full stop
23:20:02Bagderor svn revert [file]
23:20:07 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
23:20:12Bagderif you only want to revert a specific file
23:20:18BigBambixqtftqx: yes, what I gave you will do everything
23:20:21xqtftqxi want to revert the plugins dir
23:20:38BigBambisvn revert -R ./apps/plugins
23:20:45BigBambifrom in the rockbox folder
23:22:01xqtftqxcan i restore the whole rockbox source to default?
23:22:27Bagdernote that revert only reverts what svn knows about though
23:22:34BigBambiyes, using the first example I gave you
23:22:41Bagderand many patches add additional stuff that thus will remain
23:22:51xqtftqxi messed mine up
23:23:10BigBambixqtftqx: svn status will give you a list of changed/new/etc files
23:23:19 Join bertrik [0] (n=5a80bda4@gateway/web/cgi-irc/labb.contactor.se/x-eb8fd084086e43b3)
23:23:35xqtftqxIm just gonna delete it and re download it
23:24:16BigBambilooking at the help, it seems svn cleanup might be useful for you
23:24:20Bagder"svn st -q" is what i do a lot
23:24:31xqtftqxwhat does that do?
23:24:43Bagdershows status
23:25:03BigBambixqtftqx: svn help is a useful command... :)
23:25:20xqtftqxlol, sorry
23:27:51xqtftqxAnybody have any patch recomendations before i build this?
23:28:36 Quit petur ("Zzzzz")
23:29:52 Quit dabujo_ (Read error: 104 (Connection reset by peer))
23:30:17xqtftqxanybody?
23:33:00 Join evga [0] (n=ev@host89-107-dynamic.32-79-r.retail.telecomitalia.it)
23:33:20 Part evga
23:36:26bluebrother"patch recommendations"?
23:37:03xqtftqxany patchs i should add to this build
23:37:14xqtftqxpatches*
23:38:00saratogawe don't recommend any patches be added
23:38:08saratogaif we did they've be in SVN
23:38:20xqtftqxOk...
23:39:11 Join fml [0] (n=4fd3e710@gateway/web/cgi-irc/labb.contactor.se/x-b42d6a57b1590338)
23:40:00fmlHello. What was the number (in the FS) of the bug about hanging at the end of the playlist?
23:40:23*bertrik 's crystal ball is cloudy today
23:41:29 Join borges [0] (n=bruges@e178038011.adsl.alicedsl.de)
23:41:48fmlI searched FS but didn't find anything useful. I've experienced this bug today.
23:42:03 Join mf0102 [0] (n=michi@85.127.38.145)
23:43:22 Join Jaybre [0] (i=SPP@c-98-218-73-101.hsd1.md.comcast.net)
23:43:39 Join Mikachu [0] (i=Mikachu@kr-lun-154-152-233-83.3.cust.bredband2.com)
23:43:51 Quit DrMoos ("Fête de la musique")
23:45:38MikachuBagder: hi, i don't remember if it's you who handles the dns stuff, but i lost my ath.cx domain, so could you (or the right person) change it cname for mikachu.rockbox.org to mika.l3ib.org?
23:46:48 Quit borges ("ChatZilla 0.9.82.1 [Firefox 3.0/2008052906]")
23:48:54bertrikfml: I was trying to look for it in the tracker, but can't find it either
23:52:14JaybreHi, I'm not sure whether the Cowon d2 is considered "supported" yet (if ever), but does here know how to build the necessary environment for it to run?
23:52:37JaybreBy the way, I understand that it is still not close to being fully functional
23:52:51saratogacheck the for developers section in the wiki
23:53:07fmlbertrik: I hope Nico_P & Co. work on it since it's a very ugly bug for such a nice software. And it's a shame that it's there since playback is the main function of RB.
23:53:08JaybreOkay, thank you
23:53:10saratogaah here: http://www.rockbox.org/twiki/bin/view/Main/DocsIndex#For_Developers
23:53:20JaybreThanks
23:54:21 Quit ompaul (Read error: 104 (Connection reset by peer))
23:54:52 Join ompaul [0] (n=ompaul@gnewsense/friend/ompaul)
23:58:35bertrikfml: I've never experienced something like a hang at the end of the playlist, but if you can reproduce it and there's no flyspray entry for it already, I think you should open one and add a clear description of the problem (and a reproduction recipe if possible)

Previous day | Next day