Kodi Community Forum
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)



AW: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - puenktchen - 2013-10-01

Mainly i use MediaPortal, but not the inbuild Video-plugin. Instead i use MovingPictures-plugin where you can also
scrape nfos in xbmc format. The MediaPortal nfo would be okay (the MovingPictures scraper needs a little adjustment), but i have one client with xbmc and that's the problem.
<genres>
<genre>Action</genre>
</genres>

Also i wonder why the actor thumbs are still *.tbn?


AW: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - puenktchen - 2013-10-01

Another small bug: When i scrape a movie with TMDB and after that the same movie with IMDB just because of their rating,
the TMDB-Id gets cleared.


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - scorpie - 2013-10-01

@myron

thanks for the nice program. It is really fast and small, I like it - thought I should give a little feedback.

More than one movie in a folder works perfect (as long as there are no movie sets in it)

Moviesets pics are not found even if they are present (you wrote about it)

My movieset structure is like this

Harddisk 1

Mehrteiler (folder)
-aliens (folder)
--aliens 1.mkv
--aliens 1.nfo
--aliens 1-poster.jpg
--aliens 1-fanart.jpg
--aliens 2.mkv
--aliens 2.nfo
--aliens 2-poster.jpg
--aliens 2-fanart.jpg
--fanart.jpg
--folder.jpg

-bad boys (folder)
--bad boys 1.mkv
--bad boys 1.nfo
--bad boys 1-poster.jpg
--bad boys 1-fanart.jpg
--bad boys 2.mkv
--bad boys 2.nfo
--bad boys 2-poster.jpg
--bad boys 2-fanart.jpg
--fanart.jpg
--folder.jpg

if I use \Mehrteiler as source only tiny doesn't find the movie sets, it just finds the movies and the right pics for each movie, but ignores the nfo's. So I don't have any data about the movie
if I use \Mehrteiler\aliens as source tiny finds the sets, pics for the movies, description and so on, but not the pics for the set (I know you wrote about that)
if I try to export the movies I don't have any pics.

Haven't tried TV Shows yet.

Thanks again

p.s
I still have hope for the little things I miss, then it would be the perfect program for me Angel


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2013-10-03

(2013-10-01, 02:33)pĆ¼nktchen Wrote: Another small bug: When i scrape a movie with TMDB and after that the same movie with IMDB just because of their rating,
the TMDB-Id gets cleared.

I've fixed that today - it will be in the next release


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2013-10-03

I am proud to announce:
We got our own subforum here in the XBMC forum: http://forum.xbmc.org/forumdisplay.php?fid=204

Feel free to start new threads for bug reporting/feature requests (or other discussions Wink )


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - zestef - 2013-10-04

Hi,

(2013-06-19, 19:50)mlaggner Wrote: EDIT: Myron investigated a bit and found out, that with frodo there is a JSON interface to xbmc. We will put this on our ToDo list

Any news on this feature ?

Regards.


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2013-10-05

not yet..
there's so much to do and not enough time to do it (we both have a RL job, family, ...)


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2013-10-05

05.10.2013 - version 2.4.1
feature: detect imdb id from file/folder name at import
feature: switched scaling algorithm to imgscalr - is should now use less memory, be faster and the images have a better quality
feature: implemented a new column resizer - the tables for media files/trailer should now have more accurate column widths
feature: option to not renaming a movie into a movie set folder, when the movie set only has one movie
fix: do not overwrite imdb id / tmdb id with empty values when scraping
fix: better messages when renaming does not work
fix: added a warning that TV show episodes with season/episode number -1 (not detected ones) cannot be renamed
fix: added a warning before initializing the database
fix: do not rename movie trailers when the renaming settings are empty
fix: exclude movie set artwork from movie import
fix: do not import windows special dirs (like $RECYCLE.BIN or Volume System Information)
fix: store extrathumbs/extrafanart in the database after download
fix: rebuild image cache now also caches extrafanart/extrathumbs

discussions about this version are welcome in this thread: http://forum.xbmc.org/showthread.php?tid=175029


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - zestef - 2013-10-07

(2013-10-05, 13:09)mlaggner Wrote: not yet..
there's so much to do and not enough time to do it (we both have a RL job, family, ...)
Hi,

No problem that was a only a question...
Take your time Wink

Regards
Zestef


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - myron - 2013-10-08

just a minor hotfix to fix a nasty renamer bug

08.10.2013 - version 2.4.2
- fix: spacer replacement with . went crazy
- fix: ignore invalid IMDB entries
- feature: a little better IMDB movie detection
- feature: video format $F renamer option
- feature: additional TvShow renaming separator
- feature: better explanation why a movie is not scraped

JSON XMBC not forgotten Wink


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2013-10-13

13.10.2013 - version 2.4.3
feature: added video codec / audio codec filter for movies
fix: some enhancements to the search algorithm
fix: some performance improvements for updating datasources
fix: (OSX) mediainfo will now gather data from all files
fix: media information now gathers more audio/text details
fix: an invalid database recovery file no longer prevents tmm from starting
fix: wrapped settings into a scrollpane (tmm window is no longer larger than the screen on small res. devices)
fix: custom genres work as they should (also wrong picked genres are fixed)
fix: failed http requests are no longer cached


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2013-10-20

20.10.2013 - version 2.4.4
feature: added icons to the menu items
feature: changed our notification system
feature: improved caching of extrathumbs/extrafanart
feature: improvements to the renamer (+new commandline argument -checkFiles)
feature: at single scrape, searches with only 1 result will automatically taken
feature: added context menu with common actions in the movie set panel
feature: selective datasource update for commandline (see http://www.tinymediamanager.org/index.php/command-line-arguments/)
fix: massive rework on our caching system (images should no longer be cut off)
fix: do not cache images in the url cache anymore (they were kinda useless)
fix: set movie year an initial value if deleted in the editor (rather than NULL)
fix: for some users (mainly java 1.6 users) mediainfo was gathering nothing since 2.4.3
fix: better name/year detection in the filename/directory parser
fix: when downloading extrafanart/extrathumb no mediainfo was gathered for them
fix: when renaming a multiepisode file, the episode title will no longer taken into the filename
fix: changed IMDB scraper due to changes the plotsummary page


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mmrocha - 2013-10-22

Can I acess the program via web browser? I Want to install it in a linux server without gui... thanks anyway for this amazing program...


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - IceNine - 2013-10-22

(2013-10-22, 20:25)mmrocha Wrote: Can I acess the program via web browser? I Want to install it in a linux server without gui... thanks anyway for this amazing program...

Assuming you have it installed already I think your only option would be using the program through the CLI. See this post for a command reference:
http://forum.xbmc.org/showthread.php?tid=174988


RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mmrocha - 2013-10-24

(2013-10-22, 21:44)IceNine Wrote:
(2013-10-22, 20:25)mmrocha Wrote: Can I acess the program via web browser? I Want to install it in a linux server without gui... thanks anyway for this amazing program...

Assuming you have it installed already I think your only option would be using the program through the CLI. See this post for a command reference:
http://forum.xbmc.org/showthread.php?tid=174988

Thanks! Big Grin