Release tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204) +---- Thread: Release tinyMediaManager - a media manager written in Java (Win/Mac/Linux) (/showthread.php?tid=142723) |
tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2012-10-14 tinyMediaManager is a media management tool written in Java/Swing. It is written to provide metadata and artwork for Kodi/XBMC and MediaPortal. For more infomations, or to ask questions, please use this Kodi/XBMC SubForum Download Features: Movies:
TV shows:
General:
some screenshots - at tinyMediaManager Bug reporting and Feature requests please report bugs and feature requests at GitLab whenever its possible (it gives a better overview over bugs than a forum). Downloads tinyMediaManager is available at release.tinymediamanager.org Native starters should work on every OS. The first time you start tinyMediaManager it will create some files and directories in the running directory (except Mac version - all files will be created inside the App) Problems? tinyMediaManager does not show correct movie information or is acting weird: try to delete tmm.odb (via the "debug menu - initialize database" and/or config.xml! Sometimes a change in the sourcecode can create an inconsistency between the database/config and tinyMediaManager Usage The first time you start, you will have to add an existing directory containing the movies (the structure has to be "one movie per directory"). For example:
After you added a directory containing movies, you can update the datasources in the "movie panel". Once the movies are imported, you can either search for it in TMDB/IMDB/OFDB (magnifying glass icon) or change it manually (pencil image); When changing a movie, you can also choose other images (just click the image you want to change). All available images for this movie will be downloaded from TMDB/Fanart.tv, as soon as there is a IMDB id or TMDB id is present. Whenever you scrape or change a movie, the NFO file next to the movie will the modified; the poster and the fanart will also be modified, if they have been found. If there are any questions, feel free to ask! Abstract: Kodi Media Manager XBMC Media Manager MediaPortal Media Manager same like Ember Media Manager, ViMediaManager or MediaElch Contribute If you appreciate all the effort that has gone into this application then consider a donation. While it's neither expected nor required it is highly appreciated! You can also:
RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - slithers - 2012-10-14 Will check this out, have used emm but it is currently broken. I currently use mediaelch which is great but windows only. A cross platform media manager will be great. Re: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - atltrickster - 2012-10-14 Looking forward to this!!! : ) RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - xysm - 2012-10-14 Hi , look very nice looking trow the screenshots , i think missing some info , like : - Certification (G,PG,PG-13,R) - Genre - Writer - Studio - Runtime Will they be add ? RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2012-10-15 (2012-10-14, 23:09)xysm Wrote: Hi , look very nice Hi, yes, I will add these informations; genres and runtime are already present in the model/NFO. I added the other things to my ToDo list RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - Komet - 2012-10-15 (2012-10-14, 18:21)slithers Wrote: Will check this out, have used emm but it is currently broken. I currently use mediaelch which is great but windows only. A cross platform media manager will be great.I won't hijack this thread, but MediaElch is cross plattform (Mac, Linux and Windows) RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2012-10-17 Alpha 1 released - find it at Google Code RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - myron - 2012-10-17 Great! Finally a MediaManager in a language i speak Just tried it minutes ago... looks very promising (Waiting for a first alpha release / more workable svn version...) Will definitely monitor this thread... Edit: damn i should type faster :p Edit2: did some quick testing: - the AppBundler exe on windows fires up my firewall spyware module as "suspicious". Maybe you might want to try another lib... (launch4j et all) - didnt get my movie file directory listed. The Movie.parseNFO() locks the thread somehow up. after commenting out, i have the list, but scraping and editing does not work... (jvm crashes) - sourcecode could need more debug log output But hey, it's an alpha release. Keep on the good work! RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2012-10-17 thanks for your feedback could you send me (via PM) some information[/quote] about your movie directory structure (including a sample NFO) and maybe run the app from console via Code: java -jar lib/tmm.jar thanks and have a good night RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - xysm - 2012-10-17 Hi mlaggner , same as "myron" post , with windows version (win7) thank you for your work RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - myron - 2012-10-18 r37 working fine now But i can only edit scraped movies. Unscraped throw exception... ( java.lang.NumberFormatException: For input string: "" at org.tinymediamanager.ui.MovieEditor.<init>(MovieEditor.java:372) (this is initially needed to clean the title, to get results from tmdb - or possible scrape with a custom name/input box?) After that, we can start testing... RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2012-10-18 i fixed the issue right now, but will upload the new packages tomorrow morning you can change the search string in the inputfield of the search panel: (have a look at the upper part) just a little hint (maybe you didn't see that): in the main window, the search button is a kind of split button: clicking on the left side will open the mentioned search window with the actual name as search string. Clicking at the right side of the button, there is a menu with batch processing options EDIT: just an information for everyone: I uploaded Alpha 1 - r37 in the morning. It fixes the crash reported by myron and xysm; so initially importing data should work with different NFO formats RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - myron - 2012-10-18 yeah, i found the dropdown... but theres always "force best match" and never showing me any popup results from scraper (b/c my title is not clean ;) but for that the edit has to work.... fast, fast; r38 fixed that edit issue... :) Edit2: facepalm 2 me - i ALWAYS clicked the dropdown on search, never the icon :p RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - Aenima99x - 2012-10-19 I can't get the UI to launch on Ubuntu. Running the shell script creates the config.xml and tmm.odb, but the UI never opens. It throws an exception. Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:173) at java.awt.Window.<init>(Window.java:477) at java.awt.Frame.<init>(Frame.java:419) at java.awt.Frame.<init>(Frame.java:384) at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1754) at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1831) at javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1692) at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:864) at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:668) at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:639) at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:610) at org.tinymediamanager.TinyMediaManager$1.run(TinyMediaManager.java:65) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:670) at java.awt.EventQueue.access$400(EventQueue.java:96) at java.awt.EventQueue$2.run(EventQueue.java:631) at java.awt.EventQueue$2.run(EventQueue.java:629) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105) at java.awt.EventQueue.dispatchEvent(EventQueue.java:640) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177) at java.awt.EventDispatchThread.run(EventDispatchThread.java:138) RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2012-10-19 Hi Aenima99x, it looks like your are trying to run it with an "incomplete" jre (UI libs are missing). Consulting Google, there are several threads about this exception; maybe THIS thread will help you. btw: my main computer is running an Arch Linux x64 and its working fine Quote:#java -version hth manuel |