| 00:00:33 | | Join moos [0] (n=c40cd995@gateway/web/cgi-irc/labb.contactor.se/x-ba0048d118b3e3ba) |
| 00:01:00 | | Quit petur ("*plop*") |
| 00:05:35 | * | bertrik is testing battery charging for e200 |
| 00:07:03 | | Quit Thundercloud (Read error: 104 (Connection reset by peer)) |
| 00:11:10 | pixelma | bertrik: what voltage does the "view battery" screen give you now when you have it attached to USB? |
| 00:11:54 | bertrik | 4.098-4.104 |
| 00:12:50 | | Quit DerDome (Nick collision from services.) |
| 00:12:51 | | Join DerDom1 [0] (n=DerDome@dslb-082-083-204-187.pools.arcor-ip.net) |
| 00:13:03 | | Nick DerDom1 is now known as DerDome (n=DerDome@dslb-082-083-204-187.pools.arcor-ip.net) |
| 00:14:05 | | Join austriancoder [0] (n=austrian@rockbox/developer/austriancoder) |
| 00:14:31 | | Quit DerDome (Client Quit) |
| 00:14:40 | | Quit dabujo ("( www.nnscript.com :: NoNameScript 4.2 :: www.regroup-esports.com )") |
| 00:14:43 | Bagder | austriancoder: you seen that your treble/bass commit still causes trouble? |
| 00:15:26 | | Join dabujo [0] (i=xx@p4FDB2507.dip0.t-ipconnect.de) |
| 00:15:36 | Bagder | but now sleep |
| 00:15:53 | pixelma | bertrik: seems saner than what I get after a short while - voltage suddenly rises to over 4,5V (with a non-USB build) |
| 00:16:10 | pixelma | and going up... |
| 00:16:50 | | Join LambdaCalculus37 [0] (n=chatzill@c-24-0-218-198.hsd1.nj.comcast.net) |
| 00:18:06 | jhMikeS | I'd pull it right now |
| 00:18:48 | bertrik | pixelma: I changed the ADC channel used for sampling the battery voltage. There are two ADC channels that show almost exactly the same while not charging. One of them goes way up when the charger is inserted, the other stays mostly the same. |
| 00:19:01 | | Join atrus [0] (n=atrus@d198-166-253-216.abhsia.telus.net) |
| 00:19:36 | | Quit dabujo (Read error: 104 (Connection reset by peer)) |
| 00:20:04 | pixelma | jhMikeS: I know, don't trust it myself but this has been reported on other targets (both Sansa series IIRC) so that I think that Rockbox just reads a wrong voltage somewhere |
| 00:20:04 | jhMikeS | one is probably the charger voltage and the other the actual battery voltage |
| 00:20:24 | austriancoder | Bagder: nope.. i will contact an target owner to fix this issue |
| 00:20:43 | austriancoder | I have a new patch to review: http://www.rockbox.org/tracker/task/7138 -> last comment |
| 00:20:45 | pixelma | bertrik: sounds good |
| 00:20:57 | bertrik | ADC_BVDD is the one that goes way up, ADC_RTCSUP stays more stable but does eventually go up to exactly the voltage configured in the charger |
| 00:21:13 | jhMikeS | 4.5V to the battery will damage it or even trip the protection for good so I'm pretty sure that would have to be the charger input |
| 00:22:07 | pixelma | austriancoder: there is a thread in the forums of a m:robe100 owner who asked if others have the problem too |
| 00:22:29 | bertrik | There is a very simple patch in the tracker to test this. I'm now working on a better version of the patch that also checks the end-of-charge bit in the charger. |
| 00:23:04 | | Join LambdaCalculus3 [0] (n=1800dac6@gateway/web/cgi-irc/labb.contactor.se/x-3d94b0a3aa38ef21) |
| 00:23:08 | austriancoder | pixelma: i will check it |
| 00:23:26 | bertrik | My charger settings are now V=4.1V and I=C/3 (750/3=250 mA), I think this should be safe |
| 00:23:28 | | Quit BHSPitMonkey (Connection timed out) |
| 00:24:07 | bertrik | There is a thread on the forum with some measurements that seems to suggest that the OF is actually much more aggressive with charge current and charge voltage |
| 00:24:14 | | Quit midgey_ () |
| 00:24:47 | jhMikeS | actually, I have a proper lithium ion chargin algorthm I found from panasonic - how to perform each stage and I plan on implementing that on the S |
| 00:26:34 | bertrik | I'm using the rockbox "CHARGING_MONITOR" charging configuration, which means mostly hardware controlled with software monitoring of the progress IIUC |
| 00:27:09 | LambdaCalculus3 | I'm adding some extra bits of functionality to disktidy. I'll post a patch once I'm done. |
| 00:27:23 | bertrik | once the charger indicates "end-of-charge" I disable the charger. To charge again, the sansa needs to be powercycled, is that a big problem? |
| 00:27:31 | austriancoder | pixelma: do you have the link by hand? |
| 00:27:59 | * | bertrik is waiting for the charger to indicate end-of-charge to test some code .... |
| 00:28:17 | pixelma | austriancoder: http://forums.rockbox.org/index.php?topic=16719.msg124406#msg124406 |
| 00:28:18 | | Join midgey [0] (n=tjross@ip72-194-223-209.sb.sd.cox.net) |
| 00:29:49 | jhMikeS | gigabeat S has a current sense for charging so that algorithm really isn't sufficient for it since you can monitor during the constant voltage phase and stop at 10% of capacity |
| 00:29:56 | | Quit toffe82 (Read error: 110 (Connection timed out)) |
| 00:31:41 | bertrik | jhMikeS: what end voltage would you use? |
| 00:32:06 | | Quit mf0102 ("Ex-Chat") |
| 00:32:50 | | Quit gevaerts ("sunrise approaches") |
| 00:33:40 | jhMikeS | 4.2V normally |
| 00:33:41 | | Quit LambdaCalculus37 (Read error: 110 (Connection timed out)) |
| 00:36:25 | austriancoder | do i need something special to use DEBUGF like for LOGF? |
| 00:37:16 | | Nick LambdaCalculus3 is now known as LambdaCalculus37 (n=1800dac6@gateway/web/cgi-irc/labb.contactor.se/x-3d94b0a3aa38ef21) |
| 00:38:31 | | Quit merbanan (Remote closed the connection) |
| 00:40:28 | * | LambdaCalculus37 has now added "Desktop.ini" files from Windows to disktidy |
| 00:41:33 | | Quit bluebrother ("leaving") |
| 00:42:58 | bertrik | I think disktidy can be made simpler and more elegant than it currently is, for example using a table of files to delete rather than writing it out in code |
| 00:43:28 | LambdaCalculus37 | bertrik: There's a patch in Flyspray for that. |
| 00:44:02 | LambdaCalculus37 | FS #8637 |
| 00:44:44 | LambdaCalculus37 | But the problem is that it ended up turning into a viewer-style plugin. |
| 00:47:35 | * | LambdaCalculus37 sees all green with disktidy |
| 00:47:37 | | Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) |
| 00:47:50 | bertrik | hmm, feature creep? |
| 00:50:04 | LambdaCalculus37 | bertrik: I'm going to try to sync the original version of FS #8637 to the current SVN. |
| 00:52:40 | | Quit bertrik ("bye") |
| 00:57:56 | | Join csc` [0] (n=csc@archlinux/user/csc) |
| 01:00 |
| 01:00:29 | * | LambdaCalculus37 goes to have some dinner |
| 01:07:33 | | Quit ender` (Read error: 104 (Connection reset by peer)) |
| 01:08:12 | DerPapst | if you don't want the viewer style start with version 5.1 or modify JdGordon's version |
| 01:08:27 | * | DerPapst wonders if JdGordon forgot about disktidy.... |
| 01:10:36 | | Join Shaid [0] (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au) |
| 01:11:03 | austriancoder | FS #7138 last comment.. please review patch |
| 01:12:42 | LambdaCalculus37 | FS #8975... small disktidy patch with manual update. |
| 01:14:21 | | Quit austriancoder (Remote closed the connection) |
| 01:15:51 | | Quit einhirn_ (Read error: 104 (Connection reset by peer)) |
| 01:16:20 | | Quit roolku () |
| 01:17:02 | | Quit axionix_ (Read error: 110 (Connection timed out)) |
| 01:18:08 | * | LambdaCalculus37 goes back to poke around at FS #8637 |
| 01:22:21 | LambdaCalculus37 | Hmmm... |
| 01:22:55 | LambdaCalculus37 | DerPapst: You know what? I think v5.1 of FS #8637 is a much more logical choice. |
| 01:23:39 | LambdaCalculus37 | Honestly, adding files and folders one or two at a time is rather tedious and is starting to bloat the code. |
| 01:24:44 | | Quit moos ("CGI:IRC (EOF)") |
| 01:26:47 | DerPapst | maybe... but i think rockbox' config parser should be used for that |
| 01:27:47 | LambdaCalculus37 | DerPapst: Exactly. |
| 01:28:12 | LambdaCalculus37 | It allows for far more flexibility than my creeping stuff in can. |
| 01:29:03 | | Join einhirn_ [0] (n=Miranda@p5B033A20.dip0.t-ipconnect.de) |
| 01:29:57 | amiconn | Yay :D |
| 01:30:11 | amiconn | Disk: 29.8GB Free: 29.5GB |
| 01:30:39 | * | amiconn now only needs to put everything back together properly |
| 01:30:53 | LambdaCalculus37 | amiconn: What were you just doing? |
| 01:31:14 | amiconn | iPod mini G2 CF mod |
| 01:31:15 | pixelma | Mini CF mod |
| 01:31:21 | * | pixelma too slow |
| 01:32:15 | markun | amiconn: how much did the adapter and the memory cost? |
| 01:32:25 | amiconn | No adapter necessary... |
| 01:32:33 | markun | nice |
| 01:32:39 | | Join axionix [0] (n=axion@cpe-74-70-239-117.nycap.res.rr.com) |
| 01:32:55 | amiconn | The card (32GB Trancend) was 131EUR (amazon.de marketplace, including shipment) |
| 01:32:59 | LambdaCalculus37 | amiconn: Nice! |
| 01:33:14 | | Join jmworx [0] (n=jmworx@panoramix.CeNTIE.NET.au) |
| 01:33:55 | * | pixelma curses LaTeX... |
| 01:34:17 | amiconn | Writing small blocks is somewhat slow, but that's expected |
| 01:34:37 | amiconn | For large blocks, the card is faster than the old microdrive |
| 01:35:18 | amiconn | (interestingly it's twice as fast for writing compared to reading 1MB blocks) |
| 01:36:50 | | Quit spiorf (Remote closed the connection) |
| 01:37:20 | | Quit kugel ("ChatZilla 0.9.82 [Firefox 3.0b5/2008050509]") |
| 01:37:20 | * | LambdaCalculus37 curses LaTeX along with pixelma |
| 01:37:52 | *** | Saving seen data "./dancer.seen" |
| 01:39:32 | * | LambdaCalculus37 tries hard to get the Gigabeat S manual together but is still missing some key pieces |
| 01:41:21 | DerPapst | amiconn: does the OF still work? |
| 01:43:06 | * | pixelma just wanted to add missing key pad macros (and fix a wrong spelling) to the lamp.tex button table |
| 01:44:28 | pixelma | this makes the "quit" button show up correctly but then the "toggle colours" line just vanishes in all colour target manuals even those which are not affected by my 2-liner. It builds correctly though |
| 01:46:37 | | Quit einhirn_ (Read error: 104 (Connection reset by peer)) |
| 01:46:56 | pixelma | I did not change anything in the \opt{lcd_color}{} part |
| 01:47:37 | LambdaCalculus37 | pixelma: Want to take a look at this? http://pastebin.com/m723913b4 |
| 01:47:44 | LambdaCalculus37 | Tell me how it looks so far. |
| 01:48:18 | jmworx | Any audiophiles in here who would like to test a next-gen Xiph audio codec? |
| 01:49:04 | | Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279532959.dsl.bell.ca) |
| 01:49:49 | pixelma | LambdaCalculus37: first reaction "this reminds me of the still missing 'describe player for the blind' paragraph in the c200 manual - Febs started and posted a patch to the tracker but didn't finish... |
| 01:50:07 | pixelma | cool you also took care of this for the beast |
| 01:54:20 | | Quit waldo ("Konversation terminated!") |
| 01:54:40 | amiconn | wow |
| 01:55:05 | * | amiconn actually needed to squeeze some material between the CF card and the back of the case |
| 01:55:48 | amiconn | Otherwise the wheel would be loose, and more importantly, the connector would not fit into the hole of the bottom cover |
| 01:56:22 | | Join jhulst [0] (n=jhulst@unaffiliated/jhulst) |
| 01:57:34 | amiconn | Emergency diskmode is workind |
| 01:57:37 | amiconn | *working |
| 01:58:50 | amiconn | OF is also working as far as I can tell |
| 01:59:05 | amiconn | Also reports proper capacity |
| 01:59:50 | LambdaCalculus37 | pixelma: What? You're kidding! What's the patch? |
| 02:00 |
| 02:01:33 | DerPapst | amiconn: coolio. apple did a good job at this. |
| 02:02:11 | LambdaCalculus37 | amiconn: Yeah, I heard about that. The original mod described using a business card folded once as padding. |
| 02:02:37 | | Part Absnthe|away ("Leaving") |
| 02:02:53 | * | amiconn also used some folded cardboard |
| 02:03:18 | pixelma | LambdaCalculus37: http://www.rockbox.org/tracker/task/8658 , just realised that this is in a state I *might* be able to work on because it already explains the thing I had trouble with (the button "square (?)" or so) quite well |
| 02:05:47 | pixelma | was unable (as a non-native speaker) to describe that in a short but accurate way |
| 02:07:45 | | Join B1b3r [0] (n=bhhi@p57B83C2E.dip.t-dialin.net) |
| 02:07:51 | LambdaCalculus37 | pixelma: Yes, it's described very well. |
| 02:08:13 | LambdaCalculus37 | This still needs a *lot* of work, but it's a start: http://pastebin.com/m4923cc89 |
| 02:08:39 | | Quit tvelocity (Remote closed the connection) |
| 02:09:02 | | Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP) |
| 02:09:33 | B1b3r | hi , is there a way to get some games on my sansa e250 v2 ? thx |
| 02:09:57 | LambdaCalculus37 | No, there isn't. Rockbox doesn't work on the v2 Sansas. |
| 02:10:17 | B1b3r | oh :/ |
| 02:10:42 | B1b3r | :´/ |
| 02:11:17 | B1b3r | so the only thing on my sansa i can upgrade is the firmware ? :D |
| 02:11:23 | Nico_P | jhMikeS: ping |
| 02:11:52 | advcomp2019 | B1b3r, if you want rockbox, you need a v1 not a v2 |
| 02:11:53 | LambdaCalculus37 | And the capacity. |
| 02:12:20 | B1b3r | yeh looks like |
| 02:12:56 | pixelma | LambdaCalculus37: nice, the only thing that worries me a bit (and made me check) is that gigabeatf and gigabeats look so similar because the only difference is the last letter after a few more (m5, x5 is better manageable) - had to look twice. |
| 02:13:28 | LambdaCalculus37 | pixelma: It still needs a lot of work, though. I especially have to change the keymap to the S keymap. |
| 02:13:35 | B1b3r | is there a rockbox port in work for v2´s ? |
| 02:13:53 | * | amiconn votes for renaming gigabeats to gigabeast ;) |
| 02:14:08 | * | LambdaCalculus37 seconds that vote ;) |
| 02:14:21 | * | DerPapst thirds it :-) |
| 02:14:32 | pixelma | maybe that makes it easier to distinguish... :) |
| 02:14:38 | amiconn | yup |
| 02:15:31 | | Join toffe82 [0] (n=chatzill@adsl-70-235-227-235.dsl.frs2ca.sbcglobal.net) |
| 02:15:47 | LambdaCalculus37 | Anyone have any objections to renaming the tags in the Gigabeat S manual from gigabeats to gigabeast? |
| 02:18:52 | pixelma | I think you can replace them easily, no matter what you call them now if used consistently... |
| 02:20:06 | * | Llorean thinks we should keep humor out of the tag naming, just to be "safe" |
| 02:21:22 | DerPapst | who cares? it's just the manual contributors anyway and if it helps them.... |
| 02:21:28 | | Quit blo0dy ("changing servers") |
| 02:21:38 | | Join blo0dy [0] (i=chainsaw@i.will.tell.u.some.hotstories.de) |
| 02:26:47 | Nico_P | amiconn: does r17426 mean FS #8260 is fixed? |
| 02:27:58 | amiconn | uhm, didn't even know there was a flyspray report |
| 02:28:18 | amiconn | The original report sounds exactly like what I was experiencing, and it's fixed now |
| 02:28:56 | Nico_P | amiconn: it was also traced to r15444, which is when you added the sleep(HZ/50) |
| 02:29:06 | Nico_P | I'll close it as fixed |
| 02:29:29 | amiconn | More importantly, it was when I added disk poweroff for PP502x targets |
| 02:29:37 | Nico_P | yes |
| 02:29:38 | amiconn | (ipods, actually) |
| 02:29:50 | Nico_P | I couldn't remember the "name" of the feature :) |
| 02:30:15 | amiconn | The HZ/50 were just a safety measure which turned out to be not safe enough |
| 02:30:23 | Nico_P | I was unsure about whether it fixed the issue reported in FS #8260 because you didn't mention the 5.5G in your commit |
| 02:30:37 | Nico_P | did you speak with jhMikeS about it? |
| 02:31:05 | amiconn | Some comments seem to be unrelated though (e.g. the first one - sansa e280 isn't hdd based) |
| 02:31:14 | LambdaCalculus37 | Llorean: Would gigbeat-s be ok? |
| 02:31:51 | amiconn | Nico_P: You could of course test on G5.5, with th especial kludge disabled, although I doubt that it's the same problem |
| 02:32:08 | amiconn | The mini even showed this dropout which the kludge enabled |
| 02:33:14 | * | amiconn still doesn't understand why he didn't notice it earlier |
| 02:33:20 | Nico_P | I never had that problem on the 5.5G, but IIRC GodEater had it. I will try but I'm almost sure the issue is unrelated, as you said |
| 02:33:35 | LambdaCalculus37 | Nico_P: What problem was this? |
| 02:33:39 | LambdaCalculus37 | Just curious. |
| 02:34:02 | Nico_P | LambdaCalculus37: FS #8260, audio dropouts |
| 02:34:41 | LambdaCalculus37 | Nico_P: Ahh. |
| 02:35:13 | amiconn | The strange thing is that my other PP502x target (H10, PP5020) was totally unaffected. It might be a PP5022 specific bug |
| 02:36:00 | amiconn | Then it would also apply to G5 and G5.5 |
| 02:36:14 | LambdaCalculus37 | Yep. |
| 02:36:46 | pixelma | LambdaCalculus37: if I was you I would probably stick to "gigabeats" for now because that's what you're used to. We can still decide on a rename later, as I said if it's used consistently you could replace it quite easily I guess |
| 02:37:24 | LambdaCalculus37 | pixelma: "gigabeats" it is. |
| 02:37:29 | Nico_P | amiconn: it was definitely reported on the 5.5G at leasr |
| 02:37:30 | | Join voltagex [0] (n=voltagex@dsl-202-45-99-250.ACT.netspace.net.au) |
| 02:37:45 | * | LambdaCalculus37 fixes up all instances of "gigabeast" on the manual |
| 02:37:55 | Nico_P | amiconn: I think you're going to have a few more fans for fixing that one :) |
| 02:37:56 | * | pixelma sleeps |
| 02:38:04 | DerPapst | good night :-) |
| 02:38:09 | amiconn | We'll see |
| 02:38:09 | LambdaCalculus37 | Good night! |
| 02:39:03 | | Quit pixelma (" night all") |
| 02:40:18 | | Quit B1b3r ("*** other UT3 pickups/gathers can be found in #UT3 #UT3.iCTF #UT3.iTDM #UT3.TDM #UT3.CTF & #UT3.TAM ***") |
| 02:40:21 | LambdaCalculus37 | Nico_P: Some Gigabeast manual work; can you check the highlighted spot and tell me if the buttons sound right? http://pastebin.com/db562430 |
| 02:41:37 | Nico_P | the names sound right, yeah |
| 02:43:06 | LambdaCalculus37 | Now I've got to change all of the keymaps from the F keys to the S keys. |
| 02:47:18 | | Quit fyrestorm (Read error: 104 (Connection reset by peer)) |
| 02:47:29 | * | Nico_P goes to bed |
| 02:47:43 | | Quit Nico_P (Remote closed the connection) |
| 02:48:56 | * | LambdaCalculus37 is going to go relax for a while |
| 02:49:24 | voltagex | new H340 turned up today!!! |
| 02:49:35 | | Quit LambdaCalculus37 ("CGI:IRC 0.5.9 (2006/06/06)") |
| 02:51:03 | | Join fyrestorm [0] (n=fyre@cpe-68-173-171-53.nyc.res.rr.com) |
| 02:52:01 | | Quit homielowe () |
| 02:53:29 | | Join homielowe [0] (n=eric_j_l@66.183.89.40) |
| 02:53:30 | | Join aliask [0] (n=chatzill@rockbox/developer/aliask) |
| 03:00 |
| 03:03:49 | | Join Romanian [0] (n=mihai@c-76-115-184-61.hsd1.or.comcast.net) |
| 03:04:06 | | Join RoC_MasterMind [0] (n=Free@c-71-203-172-58.hsd1.fl.comcast.net) |
| 03:04:07 | Romanian | Hiya all |
| 03:04:12 | Romanian | Anyone here have the Zune? |
| 03:04:22 | RoC_MasterMind | I can't seem to get rockbox to play any videos. |
| 03:04:43 | RoC_MasterMind | I am transcoding with vlc, like 512kb mpeg2 PS, I tried both audio as mpeg audio and mp3 128k. |
| 03:05:14 | RoC_MasterMind | One it just shows a black screen, the other it shows an initial screen but nothing after that, then after that it fills with colored static and is frozen |
| 03:05:20 | Romanian | RoC_MasterMind: |
| 03:05:23 | Romanian | download WinFF |
| 03:06:27 | RoC_MasterMind | my friend has a zune |
| 03:06:27 | Romanian | RoC_MasterMind: Which music player do you have? |
| 03:06:33 | RoC_MasterMind | toshiba gigabeat f40 |
| 03:06:35 | Romanian | And what is your operating system? |
| 03:06:44 | RoC_MasterMind | same price as ipod 4th gen but color screen and 2x bigger hard drive |
| 03:06:53 | RoC_MasterMind | rockbox is on the gigabeat, my friends zune is original OS |
| 03:07:01 | Romanian | I mean your computer |
| 03:07:07 | RoC_MasterMind | Ubuntu 7.10. |
| 03:07:15 | Romanian | ah, nice :) |
| 03:07:24 | Romanian | http://winff.googlecode.com/files/winff-0.291-i386.deb |
| 03:07:26 | Romanian | download that |
| 03:07:36 | Romanian | and then replace the presets.xml list with.... |
| 03:07:45 | RoC_MasterMind | they removed xmms in 8.04 and audacity wastes playlist space with whitespace and has lag |
| 03:07:52 | Llorean | Romanian: Why recommend an outdated version? |
| 03:07:58 | Llorean | 0.41 comes with Rockbox presets built in. |
| 03:08:06 | RoC_MasterMind | I think i might be able to install it from my own repo, but I'll sitck with 7.10 for now on my dekstop |
| 03:08:11 | RoC_MasterMind | I got hte latest version installing right now of winff |
| 03:08:22 | Romanian | Llorean: Does it? I wasn't aware. |
| 03:08:28 | Llorean | RoC_MasterMind: xmms /audacity /etc is irrelevant here. |
| 03:08:41 | RoC_MasterMind | duh |
| 03:08:49 | Romanian | I've been away from RockBox/computers for a while |
| 03:08:53 | Llorean | RoC_MasterMind: My point is, this is an on-topic channel. |
| 03:09:04 | RoC_MasterMind | Ahh...it wasn't for a minute there. |
| 03:09:21 | Romanian | Llorean: Do I know you from a different IRC channel? |
| 03:09:25 | Llorean | No. |
| 03:09:33 | Romanian | Okay. |
| 03:11:43 | RoC_MasterMind | dang...winff looks cool but ffmpeg gives me error when I goto convert: http://pastebin.ca/1012249 |
| 03:12:22 | Llorean | RoC_MasterMind: This is most likely because the ubuntu version of it comes without an MP3 encoder. |
| 03:12:41 | RoC_MasterMind | I wonder what that package is |
| 03:12:50 | Romanian | RoC_MasterMind: sudo apt-get install lame |
| 03:12:56 | Llorean | That won't fix the problem. |
| 03:12:57 | Romanian | that's the MP3 encoder |
| 03:13:06 | Llorean | ffmpeg has to be compiled with it in. |
| 03:13:06 | Romanian | but I don't know if it'll work with WinFF |
| 03:13:15 | RoC_MasterMind | lame is already installed |
| 03:13:28 | RoC_MasterMind | hmm |
| 03:13:30 | RoC_MasterMind | that's LAME |
| 03:13:30 | Llorean | You'll need to compile your own build of ffmpeg to get mp3 support in it. |
| 03:14:25 | RoC_MasterMind | if I knew the right options I'm sure VLC could do it |
| 03:14:44 | RoC_MasterMind | WHat's wrong with 512kb mpeg2 PS, I tried both audio as mpeg audio and mp3 128k. |
| 03:14:46 | Llorean | Well the PluginMpegplayer wiki page tells the requirements for a file to play in Rockbox. |
| 03:14:51 | RoC_MasterMind | yeah yeah |
| 03:14:55 | RoC_MasterMind | I've tried it like four times |
| 03:15:06 | Romanian | Llorean: do you know anything about the A3/ |
| 03:15:32 | Llorean | RoC_MasterMind: There's a sample command line for VLC even, are you using that? |
| 03:15:36 | Llorean | Romanian: No. |
| 03:15:41 | RoC_MasterMind | let me find that |
| 03:16:42 | | Part Romanian |
| 03:19:58 | | Join cool_walking_ [0] (n=notroot@203-59-129-195.perm.iinet.net.au) |
| 03:24:09 | | Quit DerPapst (Nick collision from services.) |
| 03:24:20 | | Join DerPapst_ [0] (n=Der_Paps@p5B23D63F.dip.t-dialin.net) |
| 03:25:32 | DerPapst_ | flyspray is still yelling at me Warning: mime_magic: invalid type 0 in mconvert(). in /usr/share/flyspray/htdocs/includes/class.flyspray.php on line 967 |
| 03:31:13 | | Quit Shaid (Read error: 104 (Connection reset by peer)) |
| 03:37:54 | *** | Saving seen data "./dancer.seen" |
| 03:39:45 | | Join Shaid [0] (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au) |
| 03:41:31 | | Quit ctaylorr (Read error: 110 (Connection timed out)) |
| 03:50:16 | | Join yeal` [0] (i=yeal@pool-71-103-113-204.lsanca.dsl-w.verizon.net) |
| 03:50:17 | yeal` | hi |
| 03:50:17 | | Join Hillshum [0] (n=chatzill@75-165-234-225.slkc.qwest.net) |
| 03:50:38 | yeal` | what program do you guys use to convert flv/youtube to mpeg 4 video? |
| 03:51:11 | Hillshum | stay on topic please |
| 03:52:42 | | Join Overand [0] (i=overand@pdpc/supporter/active/Overand) |
| 03:53:25 | Overand | I have a build from mid to late 2007 running on my iPod 5g, 60G - will I need to update the bootloader or anything weird? |
| 03:53:28 | yeal` | this is for ipod |
| 03:53:31 | Overand | I've updated the bootloader once. |
| 03:53:36 | Llorean | yeal`: Rockbox does not play mpeg 4. |
| 03:53:55 | Llorean | Overand: You shouldn't need to, I think. |
| 03:54:11 | yeal` | rockbox has mpeg playback |
| 03:54:23 | Llorean | mpeg-1 and mpeg-2. |
| 03:54:45 | Overand | Llorean: I've been holding off on updating because this version has been nearly flawless, and i'd gone to builds before that weren't as stable |
| 03:54:57 | Overand | if i don't need to make a bootloader change i may just back up the old install though |
| 03:55:06 | Llorean | Backing up the old install is never a bad idea. |
| 03:55:26 | Overand | i remember there was a change that required a booloader update |
| 03:55:36 | Overand | i think it was when another core got enabled or somesuch |
| 03:55:40 | Llorean | Yes. |
| 03:56:00 | Llorean | The bootloader for that dates to early '07, if I recall. |
| 03:56:02 | | Quit DerPapst_ (Read error: 113 (No route to host)) |
| 03:56:10 | Overand | probably |
| 03:56:11 | Overand | heh |
| 03:56:46 | yeal` | what program do you guys use to convert flv/youtube to mpeg 2 video? |
| 03:57:10 | Llorean | yeal`: the PluginMpegplayer page in the wiki suggests several ones that work really well. |
| 03:58:38 | Overand | it has mpeg2 support now? |
| 03:58:50 | Llorean | Overand: The video player has always been mpeg-1/2 |
| 03:58:54 | Overand | or did it always - ithought it only did 1 |
| 03:58:55 | Overand | weird |
| 03:59:16 | Llorean | People often misrepresent it. There's a real problem with people spreading bad information, unfortunately. They just don't read the documentation. |
| 03:59:36 | Overand | I assume that the 'tv-out' chip han't been figuredo ut yet |
| 03:59:57 | yeal` | do all of you use an ipod for rockbox? |
| 04:00 |
| 04:00:00 | Llorean | Very little is done with the specialty hardware in the iPod 5G in Rockbox. It's really currently the worst target to play video on, really. |
| 04:00:17 | Overand | Llorean: Yeah - but I'm not hugely interested in it for video |
| 04:00:23 | * | Overand has an eeepc |
| 04:00:34 | | Join keanu [0] (n=keanu@unaffiliated/keanu) |
| 04:00:39 | Overand | I carry that nearly everywhere I carry my iPod that would be a place i'd potentially want video |
| 04:00:43 | yeal` | do you use linux or windows on your eeepc |
| 04:00:48 | Overand | yeal`: xubuntu |
| 04:00:49 | scorche | yeal`: offtopic.. |
| 04:00:53 | Overand | g'point |
| 04:01:03 | Overand | yeal`: see topic, join |
| 04:01:26 | yeal` | what is the current topic? |
| 04:01:42 | Llorean | yeal`: Rockbox. |
| 04:01:44 | yeal` | oh |
| 04:01:48 | yeal` | we have a fixed topic now? |
| 04:01:55 | Llorean | There's always been a fixed topic in here. |
| 04:02:01 | Llorean | Please read the IrcGuidelines page in the wiki. |
| 04:02:21 | yeal` | yeah, like you were here when we started this channel |
| 04:02:36 | scorche | “we”? |
| 04:02:41 | yeal` | ? |
| 04:02:50 | JdGordon | holy crap! green table! |
| 04:03:04 | * | JdGordon goes to work fixing that |
| 04:03:05 | Llorean | JdGordon: Indeed, and it's stayed that way for a little while now. Be Careful. |
| 04:04:24 | yeal` | what aspect ratio should i use 16:9 or 4:3 ? |
| 04:04:30 | yeal` | for the ipod |
| 04:04:35 | yeal` | so it is widescreen and the same |
| 04:04:53 | Llorean | You use the aspect ratio of the original video. |
| 04:05:06 | Llorean | Widescreen is usually 16:9 |
| 04:05:08 | yeal` | ? |
| 04:05:34 | yeal` | i think it is 320 by 240 |
| 04:05:39 | Llorean | "?" tells me very little about what part of the sentence confused you. Since I think it contains enough information, I don't know how to restate it without you being more explicit as to which part gave you problem. |
| 04:06:08 | yeal` | how do i find asepect ratio of flv files |
| 04:06:16 | Llorean | 320x240 is 4:3, you'll notice that 320/4 = 240/3 |
| 04:06:40 | yeal` | oh |
| 04:06:51 | yeal` | so 16:9 is 1600/920 or something |
| 04:06:52 | yeal` | ? |
| 04:06:58 | Llorean | No. |
| 04:07:15 | Llorean | 16:9 is any video where width/16 = height/9. |
| 04:09:45 | | Join miepchen^schlaf_ [0] (n=miepchen@p54BF49DE.dip.t-dialin.net) |
| 04:10:42 | | Join DaCapn [0] (n=dacapn@c-67-170-177-22.hsd1.or.comcast.net) |
| 04:12:13 | saratoga | hmm the Gigabeast CPU "book" is almot 2400 pages long |
| 04:13:18 | Llorean | At least it ought to be useful. |
| 04:16:51 | | Quit miepchen^schlaf (Connection timed out) |
| 04:28:32 | yeal` | does rockbox or ipod like .mpg files or .avi files more? |
| 04:29:36 | cool_walking_ | Rockbox only supports MPEG1/2 - see http://rockbox.org/wiki/PluginMpegplayer |
| 04:31:14 | | Join fakewun [0] (n=45f984b1@gateway/web/cgi-irc/labb.contactor.se/x-31a9a1b4357e76be) |
| 04:31:17 | yeal` | oh |
| 04:31:21 | yeal` | how is ipod os different |
| 04:31:29 | yeal` | does it like .avi or .mpg more? |
| 04:31:33 | | Part yeal` |
| 04:31:46 | aliask | ... |
| 04:31:54 | cool_walking_ | I was going to say that... |
| 04:32:04 | | Quit fakewun (Client Quit) |
| 04:34:12 | | Quit voltagex (Read error: 110 (Connection timed out)) |
| 04:55:42 | | Join Shaid3 [0] (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au) |
| 05:00 |
| 05:00:15 | | Join miepchen^schlaf [0] (n=miepchen@p54BF402A.dip.t-dialin.net) |
| 05:03:05 | | Quit RoC_MasterMind ("Leaving") |
| 05:07:11 | alienbiker99 | hmm i m trying to build after this latest S commit, but i am getting multiple warnings regarding the LANG_BRIGHTNESS |
| 05:09:37 | aliask | alienbiker99: make clean then make |
| 05:09:43 | alienbiker99 | ok |
| 05:13:23 | alienbiker99 | thanks, that worked |
| 05:14:15 | | Quit Shaid (Read error: 110 (Connection timed out)) |
| 05:14:15 | | Nick Shaid3 is now known as Shaid (n=adam@dsl-202-45-112-116-static.VIC.netspace.net.au) |
| 05:15:00 | | Quit miepchen^schlaf_ (Connection timed out) |
| 05:15:51 | | Join m0f0x [0] (n=m0f0x@189-47-20-8.dsl.telesp.net.br) |
| 05:37:57 | *** | Saving seen data "./dancer.seen" |
| 05:44:18 | | Join Evilnick [0] (n=chatzill@cpe-72-225-212-221.nyc.res.rr.com) |
| 05:47:13 | | Quit Horscht ("electromagnetic radiation from satellite debris") |
| 05:49:30 | | Join HiddenShadow [0] (n=ce747465@gateway/web/cgi-irc/labb.contactor.se/x-cc28459df1b4c443) |
| 05:50:07 | HiddenShadow | hi, i was wondering how i could delete my database and rebuild it, or if i just go to init. now, will that rebuild it for me? |
| 05:56:09 | HiddenShadow | never mind i got it...im still confused though since it says its found more than 5000+ entries...i only have around 3000 sounds, or does the 5000+ entries mean something else? (tags etc, etc.) |
| 05:56:19 | HiddenShadow | 3000 songs* |
| 05:57:37 | saratoga | i think that usually means you have songs on the disk you don't know about |
| 05:58:07 | HiddenShadow | weird...cuz i deleted the songs itunes had on there (from ipod_control/music) |
| 06:00 |
| 06:00:36 | HiddenShadow | anyways whatever, im just happy i dont have to touch itunes, even if rockbox gives me lower battery life..but then again i might have to use it for videos/photos because its faster :P |
| 06:06:03 | | Join AdRock420 [0] (n=20919cf6@gateway/web/cgi-irc/labb.contactor.se/x-ea7698df1933d5a8) |
| 06:08:19 | AdRock420 | ????. My Sansa e260 just fully crapped out on me after only 3 months. I love rockbox to death and was wondering out of the mp3 player builds, which is my best bet for reliability and quality when using rockbox? I'm done with sansa and thier crap hardware. Any suggestions |
| 06:08:53 | AdRock420 | As far as which mp3 player to get that will be the best to use with rockbox software |
| 06:15:03 | | Quit AdRock420 ("CGI:IRC (EOF)") |
| 06:19:28 | | Quit csc` (Remote closed the connection) |
| 06:22:06 | HiddenShadow | wow...someones impatient. |
| 06:25:46 | | Quit GregZzZzZzzzZZzX ("ChatZilla 0.9.82 [Firefox 2.0.0.14/2008040413]") |
| 06:26:22 | | Quit midgey () |
| 06:27:36 | | Join midgey [0] (n=tjross@ip72-194-223-209.sb.sd.cox.net) |
| 06:27:47 | | Quit midgey (Client Quit) |
| 06:37:38 | | Quit homielowe () |
|