Hi MariusTh86.
Many Thanx for Alpha 2! It works like charm. Especially the movie sets were long awaited and
work like they should. But after all i have a feature request or better a question.
When will it be possible to get the german 'MPAA Ratings' like 'FSK 16'? I ask this because
this is the last missing feature to drop EMM running in a VM and leave Windows completely.
Thanx in advance.
Efty
[MAC] ViMediaManager - Media Manager for Mac OS X!
efty.edge
Senior Member Posts: 169 Joined: Feb 2009 Reputation: 0 |
2012-07-22 18:18
Post: #681
|
| find quote |
MariusTh86
Fan Joined: Oct 2010 Reputation: 6 Location: The Netherlands |
2012-07-22 21:32
Post: #682
I think I 'only just' found a way to gather foreign MPAA ratings, it should be done by the next alpha release if I can hack it in there.
![]() Unfortunately the rating needs to be available in "TMDB", and while the american rating system has a pretty good availability, foreign ones such as my native dutch or your german, doesn't have as good an availability amongst all movies, in which case the rating will be left empty. It might be nice if TMDB had a fallback to the american rating system, but as it stands, you would have to create an account on it, and set the rating yourself before it would be picked up by ViMM trough fetching metadata. However, i'll make sure that it'll at least be available for the user to be set trough the metadata editor if it's not found. Edit: Woohoo! I think I actually did it! at least for DE, NL, FR & EN-UK rating systems so far, it'll be available in the next release. ^^ Creator of ViMediaManager - The Best Media Manager for Mac OS X! ViMediaInfo: User friendly media file information. ________________ MediaPC: Mac Mini OS 10.8.2, 500GB Drive Watching on: Silvercrest 32" with z506 Logitech Speakers
(This post was last modified: 2012-07-23 00:23 by MariusTh86.)
|
| find quote |
carloss1
Junior Member Posts: 5 Joined: Jan 2011 Reputation: 0 |
2012-07-23 08:13
Post: #683
(2012-07-22 14:27)MariusTh86 Wrote: As you probably found out, the TV section is yet to be build. Marius! my fault for not reading...excellent app by the way! |
| find quote |
Edwin75
Junior Member Posts: 2 Joined: Jul 2012 Reputation: 0 |
2012-07-25 17:34
Post: #684
Hi
Is ViMM compatible with Mac OS X Mountain Lion ? If not, I won't upgrade
|
| find quote |
Linusorg
Member Posts: 80 Joined: Oct 2011 Reputation: 1 |
2012-07-25 18:07
Post: #685
Hi Edwin,
you should wait at least for 1 - 2 weeks before a bunch of early adapters will figure out if ML will work for the most services. with lion some of the Timemachinebackup on a nas stopped workin and require some patching from apple, so keep calm :-) Best regards Linus |
| find quote |
Edwin75
Junior Member Posts: 2 Joined: Jul 2012 Reputation: 0 |
2012-07-25 19:08
Post: #686
Thanks Linus,
Then I will not take the risk yet! Best regards |
| find quote |
MariusTh86
Fan Joined: Oct 2010 Reputation: 6 Location: The Netherlands |
2012-07-25 21:15
Post: #687
I haven't got a test machine for this yet, but I imagine that it'll technically still work, but since it's build on an old technology (Called Carbon), it'll potentially look very blurry on retina displays.
I'm planning on using newer technology/cocoa in the future, but the app that i'm using to build ViMM has only experimental support for this as of today. Once I hear from one of ViMM's users or install Mountain Lion on a machine that supports it, i'll post more details on this subject. ![]() My current development Mac does not support Mountain Lion, since I bought it 1 month before the new Mac's came out that do currently support it. I like the original Plastic White look, but now I bemoan the fact that I can't use the newer OS yet. =P I'm planning on getting one of those fancy Retina Laptops around 5 september, since that's my birthday, and since I really sort of need a laptop for work, and as a developer, i'd better have a look at what Retina's gonna be all about in App & Web development. ^^ Creator of ViMediaManager - The Best Media Manager for Mac OS X! ViMediaInfo: User friendly media file information. ________________ MediaPC: Mac Mini OS 10.8.2, 500GB Drive Watching on: Silvercrest 32" with z506 Logitech Speakers |
| find quote |
joelfernandes
Junior Member Posts: 41 Joined: Oct 2011 Reputation: 0 |
2012-08-01 16:31
Post: #688
(2012-07-12 11:12)MariusTh86 Wrote: Hi Joel, I can't seem to reproduce this on my own, could you take me through the steps you take to add a movie source to ViMM? Hello, I have two network drives connected, and when I add two sources at once, it only assumes the last one. For instance, I now have this: ![]() Then I add one more, like this: ![]() When I close the settings window, doing a refresh or not (doesn't matter), when I go back to settings I have this: ![]() I've just updated to the latest version (0.6a2) and it's still doing the same. I didn't have this problem before the alpha version ![]() Also, both of those drives are network connections (a timecapsule disk plus an external disk connected to the timecapsule). I always had the same setup, it was working before. Thanks. btw, I'm now using Mountain Lion and ViMM is working great so far (except that little problem with multiple sources, but that already existed in Lion).
![]()
(This post was last modified: 2012-08-01 16:36 by joelfernandes.)
|
| find quote |
MariusTh86
Fan Joined: Oct 2010 Reputation: 6 Location: The Netherlands |
2012-08-01 22:57
Post: #689
Great to hear ViMM is working the same on Mountain Lion, as it does on regular Lion, besides the odd bug you're experiencing of course.
![]() I've completely rewritten the app from scratch for the 0.6 version, that way I could drop a lot of faulty code and add all the new experience i got from making ViMM 0.5. ![]() It's using a totally new and generally more effective way to write the movie paths to the preferences, with your case seeming to be the exception to that. Luckely, with GREAT thanks to your screenshots, I figured out the problem! apparently ViMM doesn't like to save paths that contain the same folder name. Or more correctly it does this: It saves a key with the name "Movies" and the Value "Movie's Path" to your preferences, then it writes a second key with the Name "Movies" and the Value "Another Movie's path", but unfortunately, keys need to be 'unique', so it's just overwriting the previous one. I'll get right onto fixing that! Edit: Fixed it by switching the 'key''s and 'value's around, since the path should be unique, and the name definitely shouldn't be, as your case so clearly shows. ![]() It'll be available in the next alpha. ^^ Creator of ViMediaManager - The Best Media Manager for Mac OS X! ViMediaInfo: User friendly media file information. ________________ MediaPC: Mac Mini OS 10.8.2, 500GB Drive Watching on: Silvercrest 32" with z506 Logitech Speakers
(This post was last modified: 2012-08-01 23:18 by MariusTh86.)
|
| find quote |
joelfernandes
Junior Member Posts: 41 Joined: Oct 2011 Reputation: 0 |
2012-08-02 00:10
Post: #690
(2012-08-01 22:57)MariusTh86 Wrote: Great to hear ViMM is working the same on Mountain Lion, as it does on regular Lion, besides the odd bug you're experiencing of course. Awesome news MariusTh86! Can't wait to try it out. Yeah, you should use the whole path as the key, that will be unique for sure (at it should be )Other than that, it's awesome on Mountain Lion. One thing tho: I never worked with sets before, and I just tried it out in the new version. However, when I add the movies to the XBMC library, after I enter the set (it looks like it's working as a folder on XBMC), the movies itself don't have covers, XBMC uses a screenshot instead. I needed to load a cover from the XBMC option. Fanart works great tho. Again, I don't know if it has something to do with ViMM or if it's a XBMC issue. It was my first usage of movie sets. Just wanted to let you know. Thanks again man. btw, a feature request: it would be awesome to download subtitles directly from ViMM using OpenSubtitles and the filesize (they do have that filter and it works great via the webpage). Just a thought
![]()
(This post was last modified: 2012-08-02 00:11 by joelfernandes.)
|
| find quote |


![[Image: 00000071.png]](http://content.screencast.com/users/joelrfernandes/folders/Jing/media/721b65b5-0fd6-481c-a7cc-aff8a21e3c28/00000071.png)
![[Image: 00000072.png]](http://content.screencast.com/users/joelrfernandes/folders/Jing/media/5a906a11-6c5d-492e-a9b0-c19c87d0bd1d/00000072.png)
![[Image: 00000073.png]](http://content.screencast.com/users/joelrfernandes/folders/Jing/media/ac8b6b00-77d3-4cfa-99f3-432fe29bb0a6/00000073.png)
![[Image: all-clearlogo.jpg]](http://trakt.tv/user/joelfernandes/widgets/watched/all-clearlogo.jpg)
Search
Help