• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 15
tmm v3 - ALPHA
@tars I have disagree - v3 looks much cleaner now; less space is wasted by artwork (remember, tmm is a media manager, not media center where artwork is the main aspect!)
everything expect the cast is on details tab? cast takes visually a huge amount of space thus it has its own hab...

resolution icons should be there? just between the stars and the tagline.. have to check it outside of my IDE (where things behave slightly different...)
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
OK. Then I guess I will have to adjust myself to the new look. Probably my wish has something to do with my using tmm as a stand-alone movie organizer in place of Kodi.
Those info won't take much space: have a look at my mockup based on IMDb title page.

Image

If such a header is displayed at the top of details tab (or for all tabs), you can get a quick and concise summary of the movie while browsing the collection without having to look around or open several tabs.

Well, I don't see resolution icons except certification icons. Do I need to activate some option?
tars: "... Probably my wish has something to do with my using tmm as a stand-alone movie organizer in place of Kodi..."

so do I - 

"... If such a header is displayed at the top of details tab (or for all tabs), you can get a quick and concise summary of the movie while browsing the collection without having to look around or open several tabs..."

BRILLIANT idea ... always missed that and got annoyed about going to another tab  knowing director, writer and the main actors ...
if it gets too crowded on the details tab rather put all the IDs, production ... onto another tab ... 

.ps have no resolution icons neithers on details tab
@tars @peram1 you are right - this looks much sexier. But you must not forget that tmm is NOT a website to present data (like imdb) nor a media center (like Kodi). It is a media manager (or movie database manager if you like that term more).
Presenting the data like the visuals above give us two problems:

a) if data is not filled (like no genres), you get an incomplete result: R | 2h 55min | | 24 March 1972 (USA)
you have to search which info is missing. With our approach you see it in the first second, that the genres are incomplete!

b) the mockup above is hard to achieve in non HTML (and tmm is non HTML!): our users have resolutions from 1366x768 up to 2560x1440 (or even 4k). It is a pain in the ass to create a UI which looks nice in all these sizes. and no - there is nothing like responsive out there..
creating the UI like in your mockup gives us too much "uncalculateable" blocks.
take a look at the fololwing screen

Image

this is our minimal layout which fits for low end notebooks - we do not have the space to put any more information to the right of the title..
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
The point of my mockup was just to illustrate how small space it only needs. It's not about the sexy visual or emulating IMDb style.
It seems you don't get why some users want to see director/writer/main cast on details tab too when they're available in another tab.
That's the key issue here. If you don't see the need, then all technical discussion is meaningless. But if you see the need, then there's plenty of space in your screenshot where those information can be added like the right side of the icon area or by re-arranging things including not listing all the stars for rating (what a waste of space!).
I am not seeing any icons either besides certification icons.

Not under movies nor under tvshows.
mlaggner: fully agree with your technical constraints ... it's not about tmm being not "sexy" enough - I love it and it's the best media manager I've seen so far ...
it's just about having the right information in the right place ... and for me the "details" page is the one I look at most when scanning my movie collection, searching for a movie, checking for completness ...
therefore it should show director/writer/main cast ... if not it's "uncomplete" and the movie is "undefined";
I'd rather give a miss to IDs, stars, production, edition, tags ...
I can't scrape anything if i select scrape in the righ button menu.

If I want to scrape, I must select the episode, double-click to enter in the chapter and there I can scrape.

I don't know what to do. Any idea?
REQ: Will it be possibly to add the ability to sync to the Kodi database like mediaelch end Ember Media Manager can do. It's the only thing missing for TTM to be the best mediamanager
(2018-11-14, 17:36)jespermart Wrote: REQ: Will it be possibly to add the ability to sync to the Kodi database like mediaelch end Ember Media Manager can do. It's the only thing missing for TTM to be the best mediamanager
 335606 (thread)

Wink
I'm getting an error when TMM tries to download extra artwork from fanart.tv. Cheers, Carl.

org.tinymediamanager.scraper.exceptions.ScrapeException: java.net.SocketTimeoutException: connect timed out
    at org.tinymediamanager.scraper.fanarttv.FanartTvMetadataProvider.getMovieArtwork(FanartTvMetadataProvider.java:187)
    at org.tinymediamanager.scraper.fanarttv.FanartTvMetadataProvider.getArtwork(FanartTvMetadataProvider.java:123)
    at org.tinymediamanager.ui.dialogs.ImageChooserDialog$DownloadTask.doInBackground(ImageChooserDialog.java:970)
    at org.tinymediamanager.ui.dialogs.ImageChooserDialog$DownloadTask.doInBackground(ImageChooserDialog.java:872)
    at javax.swing.SwingWorker$1.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at javax.swing.SwingWorker.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketTimeoutException: connect timed out
    at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at okhttp3.internal.platform.Platform.connectSocket(Platform.java:125)
    at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.java:238)
    at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:158)
    at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:256)
    at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:134)
    at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:113)
    at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
    at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
    at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
    at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:125)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
    at org.tinymediamanager.scraper.fanarttv.FanartTv$1.intercept(FanartTv.java:143)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
    at okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.java:212)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
    at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
    at okhttp3.RealCall.execute(RealCall.java:77)
    at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
    at org.tinymediamanager.scraper.fanarttv.FanartTvMetadataProvider.getMovieArtwork(FanartTvMetadataProvider.java:177)
    ... 9 more
CoreELEC 9.03
Aeon Nox 5: SiLVO
Minix Neo U9-H, Logitech Harmony Elite
OK, the extra artwork is working with the latest v3 alpha - thanks.
CoreELEC 9.03
Aeon Nox 5: SiLVO
Minix Neo U9-H, Logitech Harmony Elite
I'm planing to switch to TMM from Ember, I only wanted to know a couple of things, like if TMM adds the Rotten Tomatoes rating, my other question is if the movie already has a poster image and I rescrape the movie is there an option to tell TMM to keep that image?

Thank you
(2018-11-19, 04:41)abescalamis Wrote: I'm planing to switch to TMM from Ember, I only wanted to know a couple of things, like if TMM adds the Rotten Tomatoes rating, my other question is if the movie already has a poster image and I rescrape the movie is there an option to tell TMM to keep that image?

Thank you

Poster image:
If you scrape manually you can skip downloading the poster, fanart etc.
I'm new to Tiny Media Manager and don't know if I should report here or somewhere else:

1) in regards to the renamer it replaces the : with - intead it should just remove the :

Example:

Mission: Impossible - Fallout (2018) ------> Mission - Impossible - Fallout (2018)

Correct

Mission: Impossible - Fallout (2018) ------> Mission Impossible - Fallout (2018)

2) The other thing I noticed is that you have a duplicate, you have: 1) Clearart, 2) Clearlogo, 3) Logo.   I believe that you don't need Logo, because you already have Clearlogo and ClearArt.



Kodi now supports multirating nodes, would you consider adding the rotten tomatoes rating to the NFO, My Emby server adds the rotten tomatoes rating to the NFO as <criticrating>52</criticrating>, adding the <criticrating> node is required for the Emby server to read the NFO.
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 15

Logout Mark Read Team Forum Stats Members Help
tmm v3 - ALPHA1