[Export-Theme] modernWallCard
#31
Thanks for the hint SmileSmileSmile
..... I thought all together in one alphabetic view (media library), but that's probably an ember export issue ?
Reply
#32
@DanCooper

I tested @manlo great template with MY Ember version and the program crashed.
Here a log-snippet:
[/code]
2015-11-23 19:16:19.2736;EmberAPI.Images;EmberAPI.Images.FromFile;15;ERROR;FromFile <X:\A\A Perfect Getaway tt0971209 (2009)\extrathumbs\thumb1.jpg>;"EXCEPTION OCCURRED:System.OutOfMemoryException: Nicht genügend Arbeitsspeicher.
bei System.Drawing.Bitmap..ctor(Stream stream)
bei EmberAPI.Images.FromFile(String sPath)* bei System.Drawing.Bitmap..ctor(Stream stream)
bei EmberAPI.Images.FromFile(String sPath)"
Code:
I must reboot because my PC don't have any free RAM - all 8GB are gone.
Reply
#33
32bit programms can only use 4Gb RAM and this 4Gb are shared with all other 32bit programms. So Ember can use only ~1,4Gb before memory is full.
But it's also a bug with our image handling and this template works only with the forthcoming release. Bug is fixed and release is coming soon (as always ;-) )
Reply
#34
Hi,

again thanks for this awesome skin (inclusive embedding tv-shows)

Do you have an explanation, why the movie order at the end of my movies is messed up ?

See screenshot:
https://www.dropbox.com/s/zyrog4dql3l7avb/Wall.png?dl=0

And is there any hope to get a view with alphabetic movies and combined tv-shows ?
Reply
#35
(2015-12-07, 18:53)Anderella Wrote: Hi,

again thanks for this awesome skin (inclusive embedding tv-shows)

Do you have an explanation, why the movie order at the end of my movies is messed up ?

See screenshot:
https://www.dropbox.com/s/zyrog4dql3l7avb/Wall.png?dl=0
All panels are centered, but you can see that only at the last movie(s).

(2015-12-07, 18:53)Anderella Wrote: And is there any hope to get a view with alphabetic movies and combined tv-shows ?
That's not possible.
Reply
#36
I don't mean the alignment Smile
Look at the alphabetic "wrong" order !

###

Not possible is hopefully not possible Smile
Reply
#37
(2015-12-08, 01:50)Anderella Wrote: I don't mean the alignment Smile
Look at the alphabetic "wrong" order !

###

Not possible is hopefully not possible Smile

Haha, ok, you're right :-)

We use the "Sorted Title" to order the list, but we display the "normal" title. Maybe that's the reason...
"Sorted Title" is: If "SortTitle" is not empty, use "SortTitle", else use "Title".
Reply
#38
Ok, thx.

Is there any way to display the sort title (like hide or display: title, original title, watched,...)
obviously I need to check those entries.

Or:
Any procedure to replace all sort title with title or empty ?
Reply
#39
P.S.:
just rechecked:

In my case only American Hustle had a wrong sort title entry.

All other screenshoted movies have NO sort title and should have been sorted correct Sad
Any other idea ??
Reply
#40
P.S. II Smile
probably a hint for you / maybe a bug ?
It seems that the export is sorted by "nfo".

If I sort the movies on NFO ascending the sorting is the same like the web-export.
Reply
#41
(2015-12-09, 13:10)Anderella Wrote: P.S. II Smile
probably a hint for you / maybe a bug ?
It seems that the export is sorted by "nfo".

If I sort the movies on NFO ascending the sorting is the same like the web-export.

It should be the same ordering like you have sorted it by "Sort Title":

Image
Reply
#42
hm, strange.....
sorting on NFO get's this wrong order:

Image

https://www.dropbox.com/s/0htaeanskwlk6j...r.png?dl=0
Reply
#43
(2015-12-09, 13:23)Anderella Wrote: hm, strange.....
sorting on NFO get's this wrong order:

Image

https://www.dropbox.com/s/0htaeanskwlk6j...r.png?dl=0

NFO has only two states: checked / unchecked (true / false)

But anyway, we use SortedTitle for export. This is a mix between SortTitle and Title. You can find this in database in SQLite view "movielist".
Reply
#44
Then it's a bug.
Because my Title AND Sort-Title Views are correct, but the Web-Export is sorted wrong.
Reply
#45
Just build a new export.....
At the end are listed all movies, on which I worked on today (changed NFO files)

Image

Screenshot

So please have a look at the sorting during export again Smile
Reply

Logout Mark Read Team Forum Stats Members Help
[Export-Theme] modernWallCard1