• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 369
Ember Media Manager NFO/Poster/FanArt Manager for Movies (Open Source VB.NET)
nul7 Wrote:Looks good! Is this purely a mockup or are you actually coding this?

Well I did the drag and drop stuff Smile

I'm a Java guy with a little C# knowledge. VB is scary, but I can try to play with it...
nul7 Wrote:Sounds like a good idea to me. I just need to figure out how XBMC receives it commands via HTTP. lol

you just have to enable the http webserver in XBMC, then send this command through http

Code:
http://xbmc_ip:port/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.updatelibrary(video)

now HOW you would do that, I don't know. But that's why you're coding it Smile
just tested this for the first time. great program!
cant wait ot see music and series supported
ClayM Wrote:Well I did the drag and drop stuff Smile

I'm a Java guy with a little C# knowledge. VB is scary, but I can try to play with it...

I was just wondering if you were doing it so I know if I need to work on it. Didn't mean you had to do it. lol

sumofatguy Wrote:you just have to enable the http webserver in XBMC, then send this command through http

Code:
http://xbmc_ip:port/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.updatelibrary(video)

now HOW you would do that, I don't know. But that's why you're coding it Smile

interesting.... should be easy to do then.

blaize Wrote:just tested this for the first time. great program!
cant wait ot see music and series supported

Thanks! I can't wait to be done with the movies section! lol
nul7 Wrote:I was just wondering if you were doing it so I know if I need to work on it. Didn't mean you had to do it. lol

I should have some free time this afternoon; I'll see if I can make some progress. If I spend all my time cursing at VB I might leave it to you Smile
Something I just noticed that wasn't happening before..

I have movie.nfo checked in settings (and <movie>.nfo unchecked)

hitting refresh for media info will create a <movie>.nfo


Thanks for all the work you've been putting into this.. It's coming along great..
Tension113 Wrote:I have movie.nfo checked in settings (and <movie>.nfo unchecked)

hitting refresh for media info will create a <movie>.nfo

Also having some problems with the "settings". The different option "<movie.nfo>" versus "movie.nfo" are a little confusing (e.g., I selected "<movie.nfo>", but it creates "movie.nfo"). Also, there is no "movie-artwork.jpg" to select. And last point on this: when I check the box "over-write non-confirming nfo" and press "ok", after entering settings again, the box is unchecked.

Couple of more fixes and suggestions:
1) Not sure whether the autopilot for "media-tagging" works perfectly. It adds some media-flags, but I can get more info on some movies, when I press "refresh" in the individual movie.

2) I have a movie without any tick on poster/artwork/nfo, but it actually shows all of them.

3) EMM has renamed one of my prior .nfo files to .info although it was perfectly working and created by MC.

4) Feature suggestions
a) AMT trailer download (IMDB trailers only works in the US)
b) Can we have a button stating "Update all ratings and IMDB info (NOT posters, fanart, and ID and title) based on existing IMDB ID?
c) Can we have a button only updating "missing posters"?
d) Can we have a button only updating "missing artwork"?
e) Can we have a function identifying duplicate movies?



Again, thanks a zillion for this fantastic piece of software!!! Working extremely well and fast for me. Also thanks again for all the trouble-shooting and help over the weekend to get the stacking support and the fileview working fast and well. Really appreciate your help!!!
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
Not sure if this is a problem my end, or not..

No matter how many times I try a full scrape, 95% of my movies dont get updated. The only reason I can think of, is because I have all my movies stored using "scene" standard folder naming. Would it be possible to make it filter out all the extra information from the folder name before it trys to search for the movie. I believe this is causing the problem.

ie, replace . with spaces, remove DVDRip, XviD and other tags to form a "cleaner" search string.

Ark.
Arkitech Wrote:Not sure if this is a problem my end, or not..

No matter how many times I try a full scrape, 95% of my movies dont get updated. The only reason I can think of, is because I have all my movies stored using "scene" standard folder naming. Would it be possible to make it filter out all the extra information from the folder name before it trys to search for the movie. I believe this is causing the problem.

ie, replace . with spaces, remove DVDRip, XviD and other tags to form a "cleaner" search string.

Ark.

Do you have nfo's already created? if so, use the 'use title from nfo' option... that might help
Does this allow nfo editing? Let's say my copy of Casino Royale isn't really 720p but I still want that 720p flag to show in whatever skin i am using, can this (maybe add it if not available) easily edit the nfo so i can add it in manually?
Tension113 Wrote:Something I just noticed that wasn't happening before..

I have movie.nfo checked in settings (and <movie>.nfo unchecked)

hitting refresh for media info will create a <movie>.nfo


Thanks for all the work you've been putting into this.. It's coming along great..

Thanks for the report... I took a look at the code and it seems to be ok. One thing to keep in mind, is that if you use file mode sources it will ALWAYS use <movie>.nfo (other wise it would just overwrite the same "movie.nfo" for each movie). For folder mode sources, it can use either. Double check how you added the source in settings.

steve1977 Wrote:Also having some problems with the "settings". The different option "<movie.nfo>" versus "movie.nfo" are a little confusing (e.g., I selected "<movie.nfo>", but it creates "movie.nfo"). Also, there is no "movie-artwork.jpg" to select. And last point on this: when I check the box "over-write non-confirming nfo" and press "ok", after entering settings again, the box is unchecked.

what program supports "movie-artwork.jpg"? And is it literally "movie-artwork.jpg" or does it use the actual file name like "<movie>-artwork.jpg"? The non-conforming nfo problem is fixed for the next version.

steve1977 Wrote:Couple of more fixes and suggestions:
1) Not sure whether the autopilot for "media-tagging" works perfectly. It adds some media-flags, but I can get more info on some movies, when I press "refresh" in the individual movie.

Not sure why that would be, it calls the exact same function either way. Can you give me an example of the flags it produces in auto-pilot vs the tags produced by refresh?

steve1977 Wrote:2) I have a movie without any tick on poster/artwork/nfo, but it actually shows all of them.

Hmmm... strange. I'll look over the functions to see if I left something out

steve1977 Wrote:3) EMM has renamed one of my prior .nfo files to .info although it was perfectly working and created by MC.

Can you email me the .info file so I can investigate?

steve1977 Wrote:4) Feature suggestions
a) AMT trailer download (IMDB trailers only works in the US)
b) Can we have a button stating "Update all ratings and IMDB info (NOT posters, fanart, and ID and title) based on existing IMDB ID?
c) Can we have a button only updating "missing posters"?
d) Can we have a button only updating "missing artwork"?
e) Can we have a function identifying duplicate movies?

Please add all these bugs/feature suggestions to the google code page (link at the bottom of the first post) so I can keep track of them.

steve1977 Wrote:Again, thanks a zillion for this fantastic piece of software!!! Working extremely well and fast for me. Also thanks again for all the trouble-shooting and help over the weekend to get the stacking support and the fileview working fast and well. Really appreciate your help!!!

All the thanks goes to you for helping to test the new code. Glad it's finally working well for you.... just need to iron out a few more things obviously. lol

Arkitech Wrote:Not sure if this is a problem my end, or not..

No matter how many times I try a full scrape, 95% of my movies dont get updated. The only reason I can think of, is because I have all my movies stored using "scene" standard folder naming. Would it be possible to make it filter out all the extra information from the folder name before it trys to search for the movie. I believe this is causing the problem.

ie, replace . with spaces, remove DVDRip, XviD and other tags to form a "cleaner" search string.

Ark.

You can either do as sumofatguy suggested or utilize the custom filter option in settings. It utilizes Regex, so for instance, if you wanted to filter out "DVDRip" you would add "((?i)dvdrip)" to the custom filter (without the quotes). In fact, you could do something like "((?i)dvd(rip|))" and that should filter both "DVDRip" and "DVD". And just for reference, the "(?i)" signifies to make the match case insensitive. So "((?i)dvdrip)" will filter DVDRIP, DVDRip, dvdrip, etc.

Also, you can use custom replacement. So, using an example from an earlier user who had periods in his file names instead of spaces, you could use "(\.)[->] )" and that will convert all periods to spaces. The "[->]" signifies the replacement.... replace whatever is on the left of "[->]" with whatever is on the right.

Hope that makes sense. lol

XBMCG33K Wrote:Does this allow nfo editing? Let's say my copy of Casino Royale isn't really 720p but I still want that 720p flag to show in whatever skin i am using, can this (maybe add it if not available) easily edit the nfo so i can add it in manually?

Yes... there is a GUI editor and a manual editor. I don't have the ability in there to edit the studio tag though... only the real studio. I'll add that right now.
r55 is in the first post. Lots of little changes, some bug fixes, and a few more features.
nul7 Wrote:Thanks for the report... I took a look at the code and it seems to be ok. One thing to keep in mind, is that if you use file mode sources it will ALWAYS use <movie>.nfo (other wise it would just overwrite the same "movie.nfo" for each movie). For folder mode sources, it can use either. Double check how you added the source in settings.

That's what I thought it did in previous versions.. Overwriting the "movie.nfo" with the refreshed studio tags.. I could be wrong..

I have the sources added as folders and in each folder I have a "movie.nfo"

In the program, my media info window for all movies says "Media Info is not available for this movie. Try rescanning" (even though the info is all there in the nfo) When I hit refresh, it lists the info, but it also gives me a "movie-name.nfo" instead of updating the "movie.nfo" So now I have two nfo's.. Maybe I'm wrong, but I thought it was working differently a couple versions ago..
Tension113 Wrote:That's what I thought it did in previous versions.. Overwriting the "movie.nfo" with the refreshed studio tags.. I could be wrong..

I have the sources added as folders and in each folder I have a "movie.nfo"

In the program, my media info window for all movies says "Media Info is not available for this movie. Try rescanning" (even though the info is all there in the nfo) When I hit refresh, it lists the info, but it also gives me a "movie-name.nfo" instead of updating the "movie.nfo" So now I have two nfo's.. Maybe I'm wrong, but I thought it was working differently a couple versions ago..

Do you have <movie>.nfo or movie.nfo selected in settings?
Movie.nfo is checked.

If I rescrape a movie, it will update the movie.nfo

If I refresh the media info, it creates an additional <movie>.nfo
  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 369

Logout Mark Read Team Forum Stats Members Help
Ember Media Manager NFO/Poster/FanArt Manager for Movies (Open Source VB.NET)24