| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: album, art, bmp, build, custom, mono, random, resize, rockbox, scrollbar |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
MPC's working again
I don't know if anybody had the same problems:
in Mono's build 08.11.2007 I just couldn't play MPC files. They started for some seconds and then jumped to the next MPC file. Sometimes it was played a whole file and then skipping again. With the new file MPC's working the normal way again. Seemed to be a codec problem... |
|
|||
|
Kind of..
Most probably something to do with the many commits regarding "Metadata on Buffer" whereby the (heck!) Metadata (id3, path, etc.) and the album_art bmp are allocated parts of the playing buffer. Many little bugs were introduced and resolved in that week. Regarding what MoB does, here's part of what Nicolas P. had to say when he introduced the idea for the 'google summer of code' event.. (in bold is the part that relates to your MPC problems and other..) : Quote:
__________________
Histoire d'horreur, mémoire poreuse
Histoire d'honneur, mémoire porteuse - Loco Locass |
|
|||
|
hmm, as far as i know theres a command for that
rb->lcd_set_background( BLACK); It should be reset to your original backdrop as soon as you leave the plugin. But thinking about a way of implemantating that for all plugins as an option should be discussed in the rockbox forums. Just adding that code to every plugin code wouldnt be the nice way. It must be placed somewhere more in depth and if it would it surely should be added as a menu option. But yes i think its somehow possible.
__________________
www.handmadematters. tk Last edited by Angryman_H10 : November 19th, 2007 at 04:02 PM. |
|
|||
|
Hmm..
Judging by the discussions about the backlight-in-plugins patch I'd expect it to be quite the contrary : changing the plugins that need it might go okay (I did it, once, with sudoku) with people but anything that adds into the core (like settings!) won't be welcomed warmly. All in my opinion of course.
__________________
Histoire d'horreur, mémoire poreuse
Histoire d'honneur, mémoire porteuse - Loco Locass |
|
|||
|
Doesn't it automatically do that on plugin exit?
__________________
![]() [iriverWiki] [H10 Tips & Tricks] [EasyH10] | Slimline Sig Supporter.
[Rockbox]: [Angryman's H10 Build (BACK!)] [Font Convertor] |
|
|||
|
Here's a small bit of how the Sudoku initializes the screen colours :
Quote:
The changing foreground and background colours would be unnecessary if the WPS maker choose a good colour for under the backdrop (it won't show anyway except in plugins[*]). And the plugins that still show backdrop could be amended not to show it anymore. That's the sort of solution that would fly with the 'commits guys' because that doesn't touch the core. I'll have a look at which plugins do or do not show the backdrops and prepare a small patch soon. [*] Of course, the few plugins that use bitmap tiles, like Sudoku, might need "sane" colours to be forced so that it shows alright no matter the background colour. [*] 2 - That means explicitely stating a foreground AND contrasting background in the theme, too.. HardRain is a bit unreadable in that department.
__________________
Histoire d'horreur, mémoire poreuse
Histoire d'honneur, mémoire porteuse - Loco Locass Last edited by PaulPosition : November 19th, 2007 at 09:49 PM. |
|
|||
|
Quote:
Ok ok - you are right: contrast is a little weak. But it's no problem changing the brightness and contrast of the used bitmaps. Just give me a hint. |
|
|||
|
I'm confused. You mentioned the new links were updated, and also some changes were made on 11/21/07, but the build is 111807 (11/1
|
|
|||
|
No, the build isn't updated - I just updated the links on the first post and on the thread on the official rockbox forums.
With this build being such a substantial change over the last one, I didn't want to put it straight into the first post, where hopefully a new user will be downloading from. Instead, I wanted it tested a little here first. So the 18th's build is still current. |
|
|||
|
|||
|
Still haven't got the radio WPS patch to sync nicely, in the meantime there is a new interim build up which supports custom splash screens.
A splash screen has been blatantly stolen for this from Julius who does the jbuild for Ipods (and resized a little for the H10). No splash screen is included for the 20gb. For theme designers - simply place a file "splash.bmp" in the root of the player (ie, not in the .rockbox directory, the very root) to use this as the splash. It is not resized, and must be the native size of the screen. It is also not settable via any means other than replacing that file. By removing that file, the normal rockbox splash will be displayed. 5gb: rockbox5gb20071203.z ip 20gb: rockbox20gb20071203. zip Master Patch: master.patchdec03.zi p EDIT: I'm also going to have, as standard, a couple of days before I update the original post and the thread on the rockbox forums in case I miss godawful bugs. Last edited by TheMono : December 2nd, 2007 at 03:22 PM. |
|
|||
|
Thanks for the update. Downloading now.
I didn't think the Radio WPS patch would apply cleanly. It'll need a lot of work, as there's been a lot of work done in the WPS code since it was last updated. Hope you can figure it out, though! Maybe Angryman can help =P
__________________
![]() [iriverWiki] [H10 Tips & Tricks] [EasyH10] | Slimline Sig Supporter.
[Rockbox]: [Angryman's H10 Build (BACK!)] [Font Convertor] |
|
|||
|
Hi Mono,
now I have a problem with the line marker again. Take my theme and go to the setting screen. The line marker now ends on the right end of the screen. The text ends at the configured end position while the marker does not. Is it a bug with the custom line position patch? Anyway: thanks for updating so often. I really enjoy your work. |
|
|||
|
Quote:
__________________
![]() [iriverWiki] [H10 Tips & Tricks] [EasyH10] | Slimline Sig Supporter.
[Rockbox]: [Angryman's H10 Build (BACK!)] [Font Convertor] |