Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  PictureFlow questions
« previous next »
  • Print
Pages: 1 ... 3 4 [5] 6

Author Topic: PictureFlow questions  (Read 22309 times)

Offline sammienator

  • Member
  • *
  • Posts: 24
Re: PictureFlow questions
« Reply #60 on: December 20, 2007, 10:11:19 AM »
Yes I did a bug report  ;)
http://www.rockbox.org/tracker/task/8347
Logged
RockBox rocks on my iPod Nano 1G!!!

Offline danmint

  • Member
  • *
  • Posts: 9
Re: PictureFlow questions
« Reply #61 on: December 23, 2007, 12:51:56 PM »
I'm having a problem running pictureflow.  I am running an ipod video 80 gig with a 120 gb hard drive.  Anyhow I install rockbox and I build the database and I try to run picture flow, I then get a message "Not Enough Memory For album names"  followed by "plugin returned error".  I have gotten this running the daily builds as well as tdtookes build.  I have tried deleting the pictureflow directory under /.rockbox/rocks/demos.  I have my cover.bmp's in the right place.  Any ideas?  Thanks, JD
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: PictureFlow questions
« Reply #62 on: December 23, 2007, 01:02:10 PM »
Are you trying to run the plugin whilst you're listening to music ? You need to make sure playback is *stopped*, not just paused in order for the plugin to load properly.
Logged

Read The Manual Please

Offline danmint

  • Member
  • *
  • Posts: 9
Re: PictureFlow questions
« Reply #63 on: December 23, 2007, 07:22:51 PM »
Yes, it happens when music is not playing, (nothing to resume).  Thanks for the reply.
Logged

Offline jswetzen

  • Artist
  • Member
  • *
  • Posts: 113
Re: PictureFlow questions
« Reply #64 on: December 27, 2007, 01:42:54 PM »
I think it would be good if you could choose what image size you prefer instead of 100x100. 100x100 is a good size for a wps, but it looks very small when you use it for PictureFlow (at least if you have an iPod video).

My ideal settings would be 200x200 sized album art and 70% zoom. It will look big enough, but it won't be pixelated when the album flips over to show the songs.

EDIT:
I've made a patch that adds "Preferred image width" and "Preferred image height" to the settings menu. It will search for images with the selected with/height (for example cover.200x200.bmp) first, and then it looks for cover.100x100.bmp, cover.bmp etc.
I'll probably post a patch later today, if anyone is interested in it.
« Last Edit: December 28, 2007, 12:26:48 PM by jswetzen »
Logged

Offline psycho_maniac

  • Member
  • *
  • Posts: 814
    • MyWebPage
Re: PictureFlow questions
« Reply #65 on: December 28, 2007, 10:17:44 AM »
Not saying thats bad, but I wouldnt mind seeing a auto resize to the selected album art size you chose like in your patch. I dont think we will see that until bmp resize is in svn though.
Logged
Please SEARCH the wiki | Please read the Forum Guidelines | Please Read the Manual
I Own A Gigabeat F80

Offline jswetzen

  • Artist
  • Member
  • *
  • Posts: 113
Re: PictureFlow questions
« Reply #66 on: December 28, 2007, 12:24:49 PM »
This patch only matters as long as bmp resize isn't in svn, with bmp resize you can have a 200x200 pixel image for both PictureFlow and the wps. (Soo much easier..  ::))
The thing is, I want PictureFlow to look good NOW, and still have good looking album art in the wps.

I have posted a first rough patch now, it can be found here: http://www.rockbox.org/tracker/task/8382
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: PictureFlow questions
« Reply #67 on: December 28, 2007, 12:26:34 PM »
Why do you post a patch that you know is going to be rejected, because it's not the right solution? (the right solution being BMP resize done properly)

The tracker is for patches that are seeking inclusion.
Logged

Offline jswetzen

  • Artist
  • Member
  • *
  • Posts: 113
Re: PictureFlow questions
« Reply #68 on: December 28, 2007, 12:53:48 PM »
All right, forget what I said. It can still be useful when bmp resize is included because you might want to resize the images before you put them on your player.
You can save some battery life when rockbox doesn't have to scale all album art images, and, more importantly, scaling them on the computer will probably result in better looking images.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: PictureFlow questions
« Reply #69 on: December 28, 2007, 12:57:39 PM »
If you resize the images before you put them on the player, it'll still work differently. There will be one file, cover.bmp, resized to what you've chosen as appropriate for your WPS. Then Coverflow will resize that image to what it needs to display, and other WPSes will resize to what they need to display if you change WPSes without resizing your images again.

Unless you're talking about having multiple copies of album art (one for each WPS, and one separate one for pictureflow) even after BMP resizing is available, which seems rather wasteful of disk space all things considered?
« Last Edit: December 28, 2007, 12:59:17 PM by Llorean »
Logged

Offline jswetzen

  • Artist
  • Member
  • *
  • Posts: 113
Re: PictureFlow questions
« Reply #70 on: December 28, 2007, 01:26:37 PM »
I was referring to multiple copies of the same image, but how much you consider it a waste of disk space depends on how many albums you have and how big your hard drive is. I would like having pre-resized images because I don't have that many albums and I like to see the album art clearly.
It's all a matter of personal preference, of course.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: PictureFlow questions
« Reply #71 on: December 28, 2007, 01:31:02 PM »
The whole point in waiting on a scaler is that among other things it needed to have decent image quality. At the size of these screens, it shouldn't be impossible to keep the images looking reasonable.
Logged

Offline jswetzen

  • Artist
  • Member
  • *
  • Posts: 113
Re: PictureFlow questions
« Reply #72 on: December 28, 2007, 01:49:07 PM »
I'll just keep on waiting then, and use multiple images until the resizing algorithm is good enough.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: PictureFlow questions
« Reply #73 on: December 28, 2007, 02:25:52 PM »
If the picture resize patch does end up with a significant quality penalty, the idea can be revisited, I'm sure, but the entire point of bitmap resize is "it should be done, but it should only be done once it can successfully replace having multiple images" :)
Logged

Offline kisso65

  • Member
  • *
  • Posts: 1
Re: PictureFlow questions
« Reply #74 on: December 30, 2007, 03:47:19 AM »
hi i'm a noob at this forum crap so um what is WPS and all this stuff you guyz are talkin of????btw i'm an ipodmodder so yes i know how to mod some stuff but not alot is known of rockbock for meh...so any help identifyin dis would help alot thanx   :P
Logged

  • Print
Pages: 1 ... 3 4 [5] 6
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  PictureFlow questions
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.109 seconds with 14 queries.