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

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

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

#rockbox log for 2008-01-29

00:01:36 Quit jcollie ("Ex-Chat")
00:04:31linuxstbkugel: I think that's normal, and you can ignore it. (a quirk in the build system)
00:04:32 Quit web_guest ("CGI:IRC (EOF)")
00:04:44kugelOk, thanks
00:07:13FMA1394does anyone know the answer to my question?
00:07:24 Quit lee-qid (Read error: 110 (Connection timed out))
00:07:30 Quit jhulst (Remote closed the connection)
00:07:45FMA1394[16:47] <FMA1394> Is there a way to produce sound (like from an mp3) through the piezo speaker on the iPod 5th gen?
00:07:47 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
00:08:40BigBambiFMA1394: If anyone knows, they will answer
00:08:50BigBambiThere is no need to repeatedly ask
00:09:23FMA1394Ah, ok.
00:10:02BigBambiAlso, quoting the time isn't too helpful - to me that looks like you asked 8 and a half hours ago
00:10:18BigBambi:)
00:10:39kugellinuxstb: FS #8527, I think I completed my work on scroll button rename now :)
00:10:43pixelmaI'm not sure where I should post my finding about the resume problem - there are bug reports about resume failures but I'm not sure if they are really related :\
00:11:04pixelmaor the same thing
00:11:33 Quit Arathis ("Bye, bye")
00:13:55 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
00:14:15pixelmahi jhMikeS
00:14:55 Quit DerDome ("Leaving.")
00:17:22 Join qweru [0] (n=kvirc@bb-87-80-66-156.ukonline.co.uk)
00:21:16jhMikeShello pixelma
00:21:52*jhMikeS managed to use a windows version sendfirm to load nk.bin to a gigabeat S. :)
00:22:16*Llorean cheers
00:22:38*Llorean eagerly awaits a "GigabeastPatcher.exe" :-P
00:22:47jhMikeSLlorean: so it's normal so far to have it freeze at the logo with some garbage?
00:23:01LloreanAt the Rockbox logo?
00:23:04jhMikeSyes
00:23:07LloreanI *think* so
00:23:26pixelmathere's a problem with resume on my c200 (it only resumes from a beginning of a file - either the one it was supposed to resume or the next track) and after a bit testing I found that this http://svn.rockbox.org/viewvc.cgi?view=rev&revision=16105 commit broke it... any ideas?
00:24:12jhMikeSLlorean: I think XavierGr was having it do that too
00:24:35LloreanjhMikeS: I think pixelma's question was directed to you.
00:24:43pixelmait is reproducable, even with manual stop and resume and without reboot cycle
00:24:43Llorean:)
00:24:53jhMikeSLlorean: I was talking about the logo freeze
00:25:15rasherpixelma: from the sounds of a flyspray comment (I forget by whom), that commit exosed probems elsewhere
00:25:21jhMikeSpixelma: yes, there's race conditions in playback that the differing thread execution timing makes show up
00:25:26LloreanjhMikeS: Yeah, sorry, mixing threads is confusing. Yeah, I think that's what they're still trying to fix the interrupts for.
00:26:34 Join cool_walking_ [0] (n=cb3b81c3@gateway/web/cgi-irc/labb.contactor.se/x-a8c7395d50da1407)
00:27:40pixelmajhMikeS, Llorean: sorry for not putting the nick in front :)
00:27:59jhMikeSpixelma: The SPC codec failure is also a symptom of that. The freeze on the dual core version was just lack of an init before the codec failure but that's fixed.
00:31:37pixelmajhMikeS: if there are race conditionsit could have happened before too but less likely?
00:32:15 Quit w0rd54 (Remote closed the connection)
00:32:16 Quit BigBambi (Remote closed the connection)
00:33:10 Join BigBambi [0] (n=alex@rockbox/staff/BigBambi)
00:33:11jhMikeSpixelma: sure. in one form, one thread could have always before another where the blocking with mutexes switch that temporally.
00:33:22jhMikeS*always run
00:33:54pixelmaif you say so... ;)
00:34:33kugelpixelma: Hmm, might be related. I have trouble with the resume feature on my e200 too lately. It resumes, but does stop the playback after the file. Also, the current playlist gets corrupted or something, returning to wps is not possible using resume
00:34:44jhMikeSbottom line is that threaded code must never have such dependencies or it will always show bugs when something changes underneath it
00:34:48 Quit jgarvey ("Leaving")
00:35:03kugelHowever, I didn't test it on a current build
00:35:43pixelmakugel: never seen that
00:36:42kugelI'm not totally sure, but I think it's only present when using "last screen" setting, you know what I mean=
00:36:44kugel?
00:36:51 Join w0rd54 [0] (i=blackdev@100mbit.top-site.us)
00:37:42***Saving seen data "./dancer.seen"
00:37:44kugelWell, I'm gonna investigate that further, but I'm quite busy at the moment
00:38:13jhMikeSLlorean: I don't know about gigabeatspatcher.exe. Getting this to work was a PITA where you have to install the libusb driver for that device, install the patched firmware, then remove the device.
00:39:01LloreanJdGordon|w: Slight typo in my response to you. "Behave identically" means "in terms of what screen they return you to", not that "stop and select should do the same thing"
00:39:01Llorean:)
00:39:02jhMikeSlibusb (both the filter and single-device driver) interferes with the windows MTP driver
00:39:16LloreanjhMikeS: That's kinda like the e200R process though, isn't it?
00:39:30preglowjhMikeS: oy, just had a weirdo bug with spc here
00:39:44LloreanjhMikeS: Maybe we should just distribute a RButility liveCD :)
00:40:01preglowjhMikeS: halfway through a song, the sound just started looping, while everything remained responsive, kind of made me think the emulation hung
00:40:05 Join Rob222241 [0] (n=Miranda@p54B07E3C.dip.t-dialin.net)
00:40:13 Quit Rob2222 (Read error: 104 (Connection reset by peer))
00:40:19pixelmajhMikeS: btw. Llorean meant a gigabeastpatcher, not a gigabeatspatcher :P
00:40:20 Quit scorche (Nick collision from services.)
00:40:21jhMikeSLlorean: :)
00:40:51 Join scorche [0] (i=Blah@rockbox/administrator/scorche)
00:40:53jhMikeSpreglow: Say what? Unpatched SVN?
00:41:08preglowno, but the only changes are buschel's patch
00:41:28jhMikeSpreglow: is that the nano that starts acting funny?
00:41:48preglowjhMikeS: this nano has never been affected by funny nano issues, if that's what yuou mean
00:42:34kugeljust wondering, is the sleep timer working with power source inserted? I.e. it wouldn't turn of but stop the playback?
00:42:56jhMikeSpreglow: It stopped normally?
00:43:17 Quit linuxstb (Read error: 113 (No route to host))
00:43:34 Quit Febs (Read error: 110 (Connection timed out))
00:43:36 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
00:44:11preglowjhMikeS: stopped normally how? i had to stop it, time left didn't advance
00:44:20preglowbut pressed 'play' paused it just fine
00:44:26preglowand switching to the next track worked fine
00:44:35preglowso it was fully responsive
00:45:21 Join AnderDnar [0] (n=DrDnar@cmu-24-35-93-16.mivlmd.cablespeed.com)
00:46:57 Quit kugel ("ChatZilla 0.9.80 [Firefox 2.0.0.11/2007112718]")
00:46:57 Join cell76 [0] (n=a@c-75-70-151-4.hsd1.co.comcast.net)
00:47:05jhMikeSobviously not a deadlock but it sounds like something got corrupted
00:47:32JdGordon|wLlorean: thats how I read it anyway... didnt even notice the mistake :p
00:47:52 Join z35 [0] (n=z@149.123.33.65.cfl.res.rr.com)
00:48:12preglowweird, yeah
00:48:14preglownever had it before
00:48:20preglowand couldn't reproduce, the same file played nicely
00:48:35pixelmajhMikeS: once more about the resume and playback bug - is this underlying problem mentioned somewhere or is there something else one could point Nico_P (or others?) to?
00:49:47jhMikeSpixelma: it's mentioned in the IRC logs as of today but I know of nowhere else. :)
00:49:59pixelmaok
00:50:26jhMikeSpreglow: another possibility is the something happened to the PCM buffer
00:50:35 Part cell76
00:50:42jhMikeSpreglow: how long of a repeat?
00:50:59LloreanJdGordon|w: Just wanted to make sure you didn't think I was more annoying than usual. :)
00:51:14 Quit MethoS_mobile ("Konversation terminated!")
00:53:42 Quit ender` (" Join the army, meet interesting people, kill them.")
00:58:42preglowjhMikeS: 0.2-0.3 seconds?
00:58:50preglowmore like 0.2
01:00
01:00:33jhMikeSrepeating over the internal output buffer would be at most 0.064 seconds (2048 samples)
01:01:30 Quit DrDnar (Read error: 110 (Connection timed out))
01:02:15 Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu)
01:03:02 Join midgey_ [0] (n=tjross@westquad-188-46.reshall.umich.edu)
01:03:02 Quit midgey (Read error: 104 (Connection reset by peer))
01:05:31 Quit obo ("bye")
01:07:02 Quit tvelocity ("Αποχώρησε")
01:07:57jhMikeSpreglow: I guess that wouldn't stop the time progress either since it would still spit out more and more audio samples. It would have to be in something after it.
01:09:34 Quit JdGordon|w ("CGI:IRC")
01:14:35markunLlorean: http://forums.rockbox.org/index.php?topic=15153.msg113297#msg113297
01:15:01 Join gruven98 [0] (n=46b9a6eb@gateway/web/cgi-irc/labb.contactor.se/x-633c1be6a35b99ef)
01:15:30gruven98hey all... can someone help me real quick..... i forgot how to boot back to rockbox on my ipod video
01:16:54 Nick AnderDnar is now known as DrDnar (n=DrDnar@cmu-24-35-93-16.mivlmd.cablespeed.com)
01:16:54Lloreanmarkun: Well, all I said was "don't say my improperly created file doesn't play right", which he definitely said. He's putting words into my mouth, honestly
01:17:19LloreanBut, I'm done there.
01:17:30LloreanOther than wanting to know if the presets failed, or if he skipped straight to typing 44000 in
01:17:37 Quit at0m|c (Connection timed out)
01:18:25Lloreanmarkun: he even said "I don't know if anyone else is having this issue", which rather strongly suggests he thinks it's the software. :-P
01:18:49markunI don't agree
01:18:58LloreanThen there's the bit where he clearly states that "sampling rate is fine" and "Only on the Sansa does the pitch lower"
01:19:03markunthe issue is that his file plays back in a lower pitch
01:19:11LloreanHe tries to make it clear he thinks the file is fine, and the software is wrong.
01:19:43markunyes, he thinks the file is fine. What's so strange about that?
01:19:53LloreanWell, he had a developer tell him the file was wrong.
01:19:58LloreanTo which he responded "no it's not"
01:20:05markunwell, ok
01:20:07LloreanAnd either the file or the software is wrong.
01:20:21markunor both! :)
01:20:29LloreanThat can be true
01:20:40 Quit SacredTerror (Read error: 110 (Connection timed out))
01:21:17linuxstbDrDnar: Hold MENU+SELECT together to reboot out of the Apple firmware
01:23:02 Quit BigBambi (Remote closed the connection)
01:24:10markunLlorean: shall I lock the thread since the problem is fixed?
01:24:12jhMikeSpreglow: on an unrelated note, do you think that using init_mad in mpa.c could possibly be the reason tiny clicks can be heard with mp3 gapless? I'd think you wouldn't want to fully reset the decoder state between tracks to have gapless.
01:24:26Lloreanmarkun: I still need to know if the presets are broken, but I won't argue in the thread any more. :)
01:24:36markunok, good
01:25:19LloreanI just get irritated when people assume their files can't be at fault AFTER a developer says "We need you to check your file."
01:25:34 Quit gruven98 ("CGI:IRC (Ping timeout)")
01:26:15 Quit hannesd (Connection timed out)
01:26:16 Join Febs__ [0] (n=chatzill@207-172-204-33.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
01:26:17markunWell, assumptions can be wrong. Maybe it's better to tell people that they have to realise their assumptions aren't always true unstead of telling them not to make the wrong assumptions.
01:26:19 Nick Febs__ is now known as Febs (n=chatzill@207-172-204-33.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com)
01:26:54 Quit midkay ("Leaving")
01:26:58markunHe checked his file by playing it on his PC, didn't have any pitch problems and assumed the file was ok. I can understand that.
01:27:05markunbut I'm off to sleep now
01:27:12markunwe can continue another day :)
01:27:39LloreanI'm tempted to make a "testing process" guideline.
01:27:57LloreanIE: 1) Verify the file is a valid format. For audio files, see this list. For video files, see these requirements, etc, etc.
01:28:16LloreanBad files cause so many problems (though ideally we need to handle them gracefully)
01:28:25LloreanI'm surprised mpegplayer isn't already set to reject "bad" sample rates
01:28:25markunnot a bad idea if people keep having the same problems
01:28:40markunyes, better to give an error
01:28:44LloreanWe get a LOT of bad sample rate mpegplayer requests, which is probably why Saratoga gave such a short answer.
01:28:57markununtil (if ever) we use the resampler
01:29:02LloreanYeah
01:29:29markunor set the audio chip to use the right sample freqency in the first place
01:29:45markunwell, if it supports it of course :)
01:29:54LloreanOf course. :)
01:30:00 Join midkay [0] (n=midkay@rockbox/developer/midkay)
01:30:05 Join aneka [0] (n=kvirc@66.251.27.162)
01:31:54 Quit midkay (Client Quit)
01:36:01 Join midkay [0] (n=midkay@rockbox/developer/midkay)
01:36:05jhMikeSLlorean: Time to try putting the audio through the DSP I suppose
01:36:44Calcipheri'm getting a "menus/main_menu.c:336 'lang_disk_name_mmc' error : undeclaired (first use in this function)" error, when I try to compile, don't know what changed
01:38:35Calcipherwhen I run configure and select n for normal build, on #50 sansa e200 series, isn't it supposed to ask me to choose a language?
01:38:50 Join tvelocity [0] (n=tony@79.131.118.19)
01:39:28Calcipherdon't tell me I'm going to have to refresh my svn completely and get erase all my old build dirs
01:39:59rasherCalcipher: configure doesn't ask for language since ages
01:40:05markunjhMikeS: I wouldn't mind crossfeed during video playback either
01:40:34Calcipheroh, I wonder where the problem is then
01:41:02Calcipherhow have you been rasher, long time no see\
01:41:05preglowjhMikeS: it might easily be 0.064 seconds
01:41:20preglowjhMikeS: and the timer might not have stopped either, i was in the middle of something when it happened so i'm not quite sure
01:41:27jhMikeSpreglow: that would be more of a buzz I'd think than a repeat :\
01:41:54preglowhmm, lemme do a small experiment in renoise
01:43:00Calcipherhas anyone else been experiencing lock ups on the sansa e200 series with recent rb builds, for example when skipping backward multiple tracks
01:43:12preglowjhMikeS: just looped a sample at 2048 samples, and yes, that sounded very much like it
01:43:24 Quit midkay ("Leaving")
01:43:38Calcipherpower off would quickly bring me back, and even resume would work, but it has been happening to me regularly
01:44:12preglowjhMikeS: and no, i wouldn't reinit everything between tracks for mpa
01:44:29preglowjhMikeS: but we've been doing that for ages without breaking gapless, afaik
01:45:00jhMikeSmarkun: I suppose I'll hammer out some code
01:46:20jhMikeSpreglow: There are quiet clicks between tracks on some albums. I'll try them without full reset and see what happens.
01:47:13preglowimdct overlap buffer surely gets emptied on reset
01:47:18preglowand i don't think we what that for gapless
01:47:30 Quit jhulst (Remote closed the connection)
01:47:34preglowhmm, then again, encoder delay cut should deal with that
01:47:47 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
01:47:53preglowjhMikeS: mp3 is never perfectly gapless, btw, i've got a track here that isn't completely gapless any place
01:48:00preglowit's just a tough format
01:48:54 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
01:52:34Calcipherjust to refresh my memory, It has been 2 and a half months since I compiled, and I was new to it, first set up a main dir, update svn, create a build dir, run configure from build dir, then run the make command, is this correct?
01:53:50Calcipherthen I would use the makezip
01:54:03jhMikeSpreglow: I always managed to split manually to a perfect gapless from MP3 files and the particular first/last samples are rather obvious on sight and the lengths cut in the audio editor come out correct when just doing it visually.
01:55:36 Quit idnar (Read error: 110 (Connection timed out))
01:58:01 Join idnar [0] (i=mithrand@unaffiliated/idnar)
02:00
02:00:14preglowworth trying anyway
02:00:17preglowi need to sleep, gniht
02:01:34Calciphercool I think I did do it right, seems what ever unholy tragedy I had created in my old build dir was messing up my compile
02:01:55 Part pixelma
02:04:28 Quit midgey_ ()
02:04:57Calcipherforgot the syntax for the sapi voice options...
02:05:11 Quit waldo ("Konversation terminated!")
02:05:19 Join kingrayray [0] (n=kingrayr@pool-71-112-158-239.sttlwa.dsl-w.verizon.net)
02:06:25JdGordonis there any reason the playlist handling in the core needs to be able to do anything with playlists other than the one currnetly being played? (other than obviously saving and loading a m3u)?
02:08:12Calcipherhey JdGordon, do you know any details on the voicing metadata in talk files work that is going on?
02:08:21JdGordonnope
02:08:33CalcipherI only heard that it was happening, I don't know what patch it is
02:09:21Calcipherhopefully it will allow the playlist and database to be fully read, not just spelled out
02:10:40 Quit qweru ("moo")
02:11:52 Quit PaulJam (".")
02:16:00 Quit kingrayray ("Leaving")
02:22:33 Quit jhulst (Remote closed the connection)
02:22:48 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
02:30:32Calciphercan anyone remind me how to specify which sapi voice you want to use using configure, under sapi options
02:31:05CalcipherI don't remember the syntax for specifying, and also don't remember where this information is available
02:36:03Calcipherwow, I'm amazed I actually remembered, I doubted myself since it sounded so simple, but "voice:'voice name'" is the arguement
02:37:21 Quit jhulst (Remote closed the connection)
02:37:40 Join jhulst [0] (n=jhulst@unaffiliated/jhulst)
02:37:46***Saving seen data "./dancer.seen"
02:39:20 Join AceNik [0] (n=756208d8@gateway/web/cgi-irc/labb.contactor.se/x-796e1b605479af18)
02:40:30AceNikhey guys mpegplayer has boken on rockbox h10 20GB, it shows all videos yellow & half the screen nothing is clear
02:40:43 Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu)
02:41:43 Nick n17ikh is now known as n17ikh|Lappy (n=n17ikh@130-127-126-19.calhoun.resnet.clemson.edu)
02:42:02Calcipheralright, I assumed that was right because I didn't receive any error messages, but in fact, the voice file generated was exactly the same, so my options input had no effect what so ever
02:43:02JdGordonis there any difference between m3u8 and m3u other than the 8 is in unicode?
02:43:47AceNikaccording to me svn rev 16171 & 16172 are responsible for the mpegplayer glitch
02:45:25 Quit ol_schoola_ ()
02:47:23XavierGrjhMikeS: Grats on the sendfirm pacther, how can one achieve that? My Windows installation refuses to see my Gigabeat S (I have to test on the laptop every time)
02:47:28Calcipherwhere is there a list of commands that can be used in the sapi options section of configure?
02:48:31XavierGrjhMikeS: also did you find where exactly rockbox crashes? All I know is that it certainly mades it after the show_logo() in main.c but every attempt to fill it with debug messages crashed it
02:48:34jhMikeSXavierGr: I'm using XP if that's any factor. Do you have libusb installed
02:49:05XavierGrjhmikes: nope, so libusb will just suffice?
02:49:08jhMikeSI have some feeling the interrupts should all be masked by the bootloader if rockbox will be loaded
02:49:45jhMikeSXavierGr: the libusb filter driver will prevent proper detection. using the libusb driver install can only be used to load the firmware.
02:49:46XavierGrjhMikeS: yeah probably, I suspect that's why sleep makes the player wait endlessly?
02:50:38jhMikeSThere's no sleep implementation is there?
02:51:00linuxstbCalcipher: http://www.rockbox.org/tracker/task/7984
02:51:12XavierGrI am not sure I didn't check, whenever I call it, it just waits and nothing happens
02:51:21jhMikeSPerhaps the MMU isn't initialized correctly too. Hard to say myself since I haven't been beyond that point yet.
02:51:38XavierGrI tried to put many lcd_puts, lcd_updates but it data aborts... :\
02:51:47XavierGr(although the first one works
02:52:21jhMikeSI'm betting MMU and/or cache config
02:52:22 Quit AceNik ("CGI:IRC")
02:52:53XavierGrdo you have the sendfirm.exe binary? (compiled on cygwin I guess)
02:53:03XavierGrso I could use it and see if it works for me?
02:53:54 Quit midgey ()
02:54:42 Join midkay [0] (n=midkay@rockbox/developer/midkay)
02:55:02jhMikeSsure. I'll zip something up. It uses DLLs for the moment. You have to use inf-wizard.exe to install the libusb driver for the device and then remove that device before dumping the .rockbox folder in it since it won't connect with any libusb stuff installed.
02:55:31 Quit tvelocity ("Αποχώρησε")
02:55:58linuxstbThat won't cause users installation problems ;)
02:55:59XavierGrok please send it to me when you have it ready. (dcc or anything you like) :)
02:56:04Calcipherthank you linuxstb
02:57:42 Quit cool_walking_ ("CGI:IRC (Ping timeout)")
03:00
03:01:16 Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu)
03:07:27jhMikeSXavierGr: http://jhmikes.cleansoap.org/sendfirm-win.zip
03:09:44 Join karashata [0] (n=Kimi@bas3-kitchener06-1096649533.dsl.bell.ca)
03:09:58XavierGrjhMikeS: which is that datasheet that you are reading, the one that freescale gives on their site references only electrical characteristics...
03:11:03jhMikeSI've got the huge PDF
03:11:28jhMikeS14000KB
03:12:20 Join Llorea1 [0] (n=DarkkOne@ppp-70-255-142-39.dsl.hstntx.swbell.net)
03:13:18XavierGrI've got one that is 2.10MB
03:13:42 Quit Llorea1 (Client Quit)
03:14:57jhMikeSXavierGr: see PM
03:19:24 Join jcollie [0] (n=jcollie@dsl-ppp239.isunet.net)
03:22:21 Quit idnar (Read error: 110 (Connection timed out))
03:23:42 Join idnar [0] (i=mithrand@unaffiliated/idnar)
03:30:20 Quit Rob222241 (Read error: 110 (Connection timed out))
03:33:46 Quit Llorean (Read error: 110 (Connection timed out))
03:38:28 Join Llorean [0] (n=DarkkOne@ppp-70-255-142-39.dsl.hstntx.swbell.net)
03:41:37Calciphervictory!, by sniffing through some of the old IRC logs, from november, when I finally got this to work, I found the correct input for sapi options
03:42:00 Join S [0] (n=john@dslb-084-060-156-073.pools.arcor-ip.net)
03:42:36Calcipherits simply /voice:'voice X'
03:42:56 Join kimi-sharamin [0] (n=Kimi@bas3-kitchener06-1096649533.dsl.bell.ca)
03:43:40 Part kimi-sharamin
03:44:37 Join kimi-sharamin [0] (n=Kimi@bas3-kitchener06-1096649533.dsl.bell.ca)
03:44:46 Quit karashata (Nick collision from services.)
03:44:52 Nick kimi-sharamin is now known as karashata (n=Kimi@bas3-kitchener06-1096649533.dsl.bell.ca)
03:47:17 Quit Thundercloud_ (Remote closed the connection)
03:54:02 Join SacredTerror [0] (n=Miranda@pool-71-190-214-151.nycmny.fios.verizon.net)
03:54:07 Quit conando (Read error: 110 (Connection timed out))
04:00
04:01:12 Quit XavierGr ()
04:04:56 Quit tedrock (Read error: 104 (Connection reset by peer))
04:06:18 Join tedrock [0] (n=tedrock@d235-159-75.home1.cgocable.net)
04:32:22 Quit miepchen^schlaf (Read error: 110 (Connection timed out))
04:32:30 Join miepchen^schlaf [0] (n=hihi@p54BF785C.dip.t-dialin.net)
04:34:51 Quit BitTorment ("SEGFAULT: shit!")
04:37:49***Saving seen data "./dancer.seen"
04:40:46 Quit bucko (Remote closed the connection)
04:42:05 Quit idnar (Read error: 110 (Connection timed out))
04:42:32 Join idnar [0] (i=mithrand@unaffiliated/idnar)
04:43:00 Join Rob2222 [0] (n=Miranda@p54B055E0.dip.t-dialin.net)
04:43:27 Quit tapiocapudding (Read error: 110 (Connection timed out))
04:43:52 Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr)
04:51:00 Join HelioNami [0] (n=4669083b@gateway/web/cgi-irc/labb.contactor.se/x-b3501e1ee5ce14b3)
04:51:32HelioNamiHello, Got a hopefully simple question. I don't have a USB Cable for my iPod, just a Firewire cable. Can I still use rockbox to it's full funcionallity?
04:52:24 Quit linuxstb (Read error: 113 (No route to host))
04:52:28 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
04:56:58 Quit HelioNami ("CGI:IRC (Ping timeout)")
04:57:50 Join Helio_Nami [0] (n=Helio_Na@dsl093-244-071.ric1.dsl.speakeasy.net)
04:58:05Helio_NamiSorry about that, internet issues. so I didn't get an answer.
04:58:12 Quit aneka ("KVIrc 3.2.4 Anomalies http://www.kvirc.net/")
04:59:12Helio_NamiIf my question even got through heh. Can I still use my Firewire connection to my iPod or do I have to get a USB connection for it?
05:00
05:01:11 Join toffe82 [0] (i=chatzill@static-71-160-73-186.lsanca.dsl-w.verizon.net)
05:03:41 Quit Helio_Nami ("I'm blasting off again! *Ting*")
05:15:21 Quit Neovanglist (Read error: 104 (Connection reset by peer))
05:29:04 Join duvnell [0] (n=ddurham@c-76-107-111-150.hsd1.ms.comcast.net)
05:29:16duvnellusage question: if I wanted to browse the database, go to Artists and then select a particular artist.. I'd like that entire artist's tracks to replace the current playlist, is that possible? I know you can hold select and have it insert into the current playlist, but there isn't an option for it to replace the playlist. It would seem obvious enough just to hit "Play" on that artist and it do that.
05:29:22duvnell.. same would go for anything else under the db
05:31:55Lloreanduvnell: Last time you asked that, I asked you if the 'Play Next' option was there in the same list as the "Insert" and "Queue" options
05:34:27duvnellLlorean: sory.. my IRC didn't say any one had replied
05:34:34duvnellno I think only insert and insert shuffled show up
05:35:46LloreanCould you go check?
05:36:12LloreanThere's a "Play Next" option for folders, and there's really no reason it shouldn't be there for the database too.
05:36:35duvnellI jsut did
05:36:38duvnellthat's all that's there
05:37:22duvnellI'd prefer a "replace currently playlist" option
05:37:32 Join ol_schoola_ [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net)
05:37:37duvnellalong with the other options
05:37:55midgeyduvnell: you have music playing when you are browsing the database?
05:38:00LloreanThat's what "Play Next" does.
05:38:18LloreanIf you're playing music, it finishes the current song then replaces the current playlist with the selected item
05:38:58LloreanI have a "Play Next" option in my database while music is playing
05:39:16Llorean"Insert" replaces the playlist when music isn't playing, because there is no playlist when music isn't playing.
05:41:13duvnellit doesn't sound like it would replace.. but like it would insert into the current playlist whether it was playing or stopped
05:41:27LloreanIf you've stopped the music there is no playlist.
05:41:31LloreanSo inserting into a blank playlist....
05:42:18duvnellare you hitting (holding) select on an entire artist in the db listing?
05:43:13LloreanIf playback is stopped, the INSERT and QUEUE functions can be used to create a new playlist <−− The Manual
05:43:16LloreanAnd yes, I am.
05:43:19LloreanAre you doing it when music is playing?
05:43:45Llorean"Play Next" only shows up when music is playing. If music is stopped, there's no "Next", simply "Now", as the current playlist is empty. So you can use "Insert"
05:44:13duvnellfunny.. now I do have several options under the menu
05:44:44duvnellwhether it's playing or paused
05:45:03LloreanPaused is not the same as Stopped
05:45:05duvnellI don't have a stop button.. so maybe it's doing that since I had just powered it on, but not played anything yet
05:45:09LloreanYou can stop
05:45:15LloreanAgain, this is covered in the manual.
05:45:17Lloreandid you read it?
05:45:27duvnellmostly.. a while back.. but I don't have a stop button
05:45:36LloreanI didn't say you had a stop button.
05:45:38LloreanI said you can stop.
05:45:50duvnellwhat button can do that?
05:45:55LloreanI don't know what player you have.
05:46:00LloreanAnd I told you already it's in the manual.
05:47:06LloreanIf you have an e200, you tap the "Power" button. If you have an iPod, you hold down Play/Pause.
05:47:09duvnelllong play
05:47:15 Quit Horscht ("http://www.geisterfahrer.org")
05:47:49duvnellyep.. only two options when stopped
05:47:51 Join woodensoul [0] (n=noneofya@72.86.92.80)
05:48:03duvnellso insert would make it become the current playlist
05:48:15LloreanWell, there is no "last" or "next" when there's no playlist...
05:48:44duvnellso stopping the music essentially clears the playlist?
05:48:54LloreanNot "essentially". It does clear the playlist.
05:49:10duvnellbut it still lets me hit play again
05:49:12duvnellso it wasn't cleared
05:49:13LloreanPressing the resume button basically reloads the playlist.
05:49:18duvnellk
05:49:38duvnelljust seems like it didn't clear it if playing again will reload the same thing
05:49:50 Quit idnar (Read error: 110 (Connection timed out))
05:49:55woodensouldoes anyone know if apple made a 80gb iPod other than the video 5.5 and classic?
05:50:09duvnelland if you view current playlist under the playlist menu while stopped, then it still shows the same thing
05:50:12duvnelli.e. not cleared
05:50:51 Join idnar [0] (i=mithrand@unaffiliated/idnar)
05:50:55LloreanWell, the manual clearly states "If playback is stopped, the INSERT and QUEUE functions can be used as described in 4.4.3 to create a new playlist"
05:51:08LloreanSo even if you were unsure, the manual tells you that you can empty a playlist like this.
05:51:15duvnellthen apparently that is "make this the new playlist" feature
05:51:22duvnellwhich is what I wanted :0
05:51:25duvnellso I'm good..
05:51:37duvnelljust named funny
05:52:32Llorean"View Playlist" should just say "View Previous Playlist" when music is stopped.
05:53:59duvnellwell, it's always called "view Current playlist" actually
05:54:49LloreanAnd it should say "Previous" when music is stopped.
05:55:55duvnellhas any talked been had about having it remember the current state when powered off and restore that state when powered on .. as an option of course.. so that it would remember if it was playing, what screen you were on, etc
05:56:11duvnelland position within song of course
05:56:28duvnellthis would seem to help with books on tape for sure, and just convenience for many other things
05:57:03LloreanThere's an option to resume playback on startup...
05:57:23duvnellthat'd be sufficient for me.. lemme play with that
05:57:41LloreanI'd really suggest spending some more time with the manual. It seems like you've missed a lot of features that would've interested you.
05:57:48duvnellk
06:00
06:04:50 Part toffe82
06:08:56 Join thejas [0] (n=4452667a@gateway/web/cgi-irc/labb.contactor.se/x-eb4192070c8511f0)
06:09:21thejashello all
06:10:11