• 1
  • 44
  • 45
  • 46(current)
  • 47
  • 48
  • 82
Release tinyMediaManager - a media manager written in Java (Win/Mac/Linux)
lol sorry, it's me again Tongue I just noticed that poster for first season (can be either season 0 or 1) isn't displayed for all my TV shows.. even though it exists. I have 100 shows in my library and this is applicable for all of them.
~Web and graphic designer... Linux enthusiast... Python Fan... A Gooner~
[AMD A10-7850K 3.7 Ghz, Radeon R7]
[Fedora 27] | [Kodi - 17.6 / Skin - Grid]

Image
are the season posters listed in the "Media files" table in the TV shows panel? (file and type = Season Poster)

where are your season posters located on the TV show structure? how is their name?
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
Season 1 poster is identified as type= poster and not season poster. Adding a few screen shots below
Google Drive
~Web and graphic designer... Linux enthusiast... Python Fan... A Gooner~
[AMD A10-7850K 3.7 Ghz, Radeon R7]
[Fedora 27] | [Kodi - 17.6 / Skin - Grid]

Image
thanks - some regexp are failing here.. I'll fix that for the new version

In 2.6.2 there will be a better detection and also a cleanup for old and wrong entries (you just need to do one update datasources)
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
Thanks.. that's nice Smile
~Web and graphic designer... Linux enthusiast... Python Fan... A Gooner~
[AMD A10-7850K 3.7 Ghz, Radeon R7]
[Fedora 27] | [Kodi - 17.6 / Skin - Grid]

Image
21.09.2014 - version 2.6.2
+ added column for watched state to the movie table
+ added action to scrape episode metadata without thumbs
+ added quick creation of movie sets to the movie bulk editor
x greatly improved our episode detection engine
x performance improvements with loading and update datasources
x fixed season poster detection
x fixed occasional crashes with trakt.tv
x fixed wrong filenames in the renamer preview
x fixed losing donator registration information
x fixed crashes in ofdb.de, moviemeter.nl and zelluloid.de scraper
x fixed trailer detection (movies with trailer in their name weren't added)
x fixed startup crashes with orphaned movie sets
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
Nice and thanks for implementing + added action to scrape episode metadata without thumbs this so quickly Smile
~Web and graphic designer... Linux enthusiast... Python Fan... A Gooner~
[AMD A10-7850K 3.7 Ghz, Radeon R7]
[Fedora 27] | [Kodi - 17.6 / Skin - Grid]

Image
I have just installed and followed instructions and I simply cant get TMM to scrape any movie from any site? I have looked through the forums but still not quite sure what is goin on?

java.lang.NullPointerException
at org.tinymediamanager.ui.UIMessageListener$1.run(UIMessageListener.java:71)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.WaitDispatchSupport$2.run(Unknown Source)
at java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.WaitDispatchSupport.enter(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at org.tinymediamanager.ui.dialogs.TmmDialog.setVisible(TmmDialog.java:73)
at org.tinymediamanager.ui.movies.dialogs.MovieChooserDialog.showDialog(MovieChooserDialog.java:546)
at org.tinymediamanager.ui.movies.actions.MovieSingleScrapeAction.actionPerformed(MovieSingleScrapeAction.java:66)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
please also provide a bug report after this happens (menu "Contact us" -> "Send bug report")

Manuel
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
Yeah i tried to submit a bug report but it says "error sending bug report"
Hmm... it works here.
Do you need a proxy for connection and maybe did not set it up?

Else upload the ./logs/tmm.log file here: http://www.tinymediamanager.org/index.php/contact-us/
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
05.10.2014 - version 2.6.3
+ added edit button for tv show season
x fix physically deletion of movies in multiMovieDir
x updated Trakt.tv libs
x fix release build version info
x fix TMM updater in case of error download
x write additional NFO for DVD/BD folder
x tweak getting modified date from files (speedup)
x ignore backup folder when searching for missing movies
x added more transifex languages
x improved some needed debug loggings
x and some more minor internal things...
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
Hi, thanks for your great software! you rock! Wink

i have this basics requests to add to the soft (requests useful for spanish users).

First, Imdb dont load the plot in spanish... so i use tmdb. But i like the ranking for imdb, and the other information (poster, title,etc) in english. So i have to change all the "scrape items" in each scrapping. The simple solution (i think so) is add a mark to select/unselect all the items. This would save me a lot of time. I dont have another solution for this inconvenient.

And another thing, is add the language selection in the search movie window... so i dont have to go to the settings to change the language all the time.

The last minimal problem, if the soft don't found the plot in spanish, this let the plot in blank (when previously i scrap the movie in english). Is there a way to fix this? or is impossible for the software know if the plot on tmdb doesn't have data?

third world problems. Laugh

Thanks again!
we are redesigning the scraping process. I will have a look how your suggestions will fit into the new scraping process Wink
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
TMM won't launch on my mac since I updated to Yosemite. Is there a way to manually update the software without launching it first?
  • 1
  • 44
  • 45
  • 46(current)
  • 47
  • 48
  • 82

Logout Mark Read Team Forum Stats Members Help
tinyMediaManager - a media manager written in Java (Win/Mac/Linux)7