(2012-08-29, 14:33)DProudmoore Wrote: (2012-08-29, 04:15)jingai Wrote: Just added this.
This is really useful when scrolling through quickly but I'm wondering if there's another spot in the layout the popup could go so the plot info doesn't have to be squished up for the temporary label (when hiding other info flags)?
I anticipated this complaint.. I do have a logical reason for the change -- well, I think it's logical anyway
Basically, we're trying to stuff so much information down there in such a small space, I thought it would be good to allocate space for the various types of information we can display there. The conditionals for some of the items there were getting _really_ hairy and difficult to maintain -- not to mention taking me 30 minutes to test if I changed anything there (because it basically touches the entire skin).
The layout is as follows:
* Left-side: CDArt or rating/studio.
* Right-side: Clock and weather.
* Top-center: Plot/Description.
* Bottom-center: Media information/flags. This includes the video flags, the currently playing song, and the sort letter.
The change allows me to show the currently playing song in a _lot_ more views, without making the conditionals even more hairy. And besides, if you want to see a larger plot text view, you can always pop up the Info dialog.
In a nutshell, I'd like to leave it like this.. at least for now.. unless there is a serious backlash from the community. It simplifies things greatly for a (in my mind) minor regression of functionality.