How to export NFO file only for some (or even one) video in DB? (1 Viewer)

Vasilich

Portal Pro
August 30, 2009
3,394
1,170
Germany, Mayence
Home Country
Russian Federation Russian Federation
There is a button "export info to NFO files" that is applied to all videos in db.
But i want to export info to NFo only for some videos. is it possible?
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,500
    11,695
    Kyiv
    Home Country
    Ukraine Ukraine
    But i want to export info to NFo only for some videos. is it possible?
    Mediaportal MyVideo Context Menu has two Buttons:
    Code:
    dlg.AddLocalizedString(1304); //Make nfo file
    dlg.AddLocalizedString(1306); //Make nfo files
    If look at the action, the first creates the NFO for the current movie and another for all.
     
    Last edited:

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,989
    5,669
    France - IDF
    Home Country
    France France
    in the logic, on folder, it create all nfos inside the folder,
    and one by one on file, but you need to be in "folder view"
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,500
    11,695
    Kyiv
    Home Country
    Ukraine Ukraine
    on folder, it create all nfos inside the folder,
    Not sure. There's the choice of either the current MovieID, or all ...
    Code:
           case 1304: // Make nfo file
              OnCreateNfoFile(movie.ID);
              break;
           
            case 1306: // Make nfo files
              OnCreateNfoFiles();
              break;
    but you need to be in "folder view"
    The condition of these items:
    Code:
    if (handler.CurrentLevelWhere == "title" ||
              handler.CurrentLevelWhere == "recently added" ||
              handler.CurrentLevelWhere == "recently watched" ||
              handler.CurrentLevelWhere == "user groups")
    But maybe I was looking attentively ...
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,989
    5,669
    France - IDF
    Home Country
    France France
    i can confirm at 50% my idea
    in title view ( database )

    upload_2015-10-8_14-29-1.png

    the 3 option : Create nfo file : create NFO only for the movie selected
    the 4 Option : Create nfos files for all movies: create NFO only for ALL movie

    about this one , files created are with the same name than video file :
    NFO
    poster
    fanart
    WARN it replace all files available, so it can replace the poster or fanart ...

    This option is only available on Database view, ( tested on folder )
     

    Users who are viewing this thread


    Write your reply...

    Similar threads

    Hi mate, As usual, you are always first up with an offer of assistance, and I really appreciate it. So sorry I haven't replied. I'll send you a PM now. Cheers, Steve.
    Hi mate, As usual, you are always first up with an offer of assistance, and I really appreciate it. So sorry I haven't replied...
    It appears that MP somehow caches previously used subtitle files for subsequent use next time the same video is played. My problem...
    Replies
    2
    Views
    2K
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the Requirements and you've filled in your System Specs. Have a look at our MediaPortal Wiki! Maybe the solution is already there. Have a look at our Jira (Bug and Issue Tracker)and the threads in this section, maybe...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    0
    Views
    469
    It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is "ACTION", the "cmdproperty" is the actual window id, but it makes sense that it is. Try this for yourself. First backup your working profile for the remote, then in the "Mapping" panel make a change to...
    It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is...
    I would like to be able to go directly to the Scheduled recordings window without having to first go to the home menu. I saw this...
    Replies
    1
    Views
    372
    Hello, Name need to be the same as computer name. Also, logs could be useful.
    Hello, Name need to be the same as computer name. Also, logs could be useful.
    It is a bit of a long story! I successfully installed MP2 on my old PC as client/server with client on my laptop to confirm my...
    Replies
    2
    Views
    195
    I agree about the dash instead of colon on the LIVE thing. I did a little change to get the current program, just removed the D from the tags. Not that important, so I dont upload any new file. A little sad about the end time, but nothing to do about it.
    I agree about the dash instead of colon on the LIVE thing. I did a little change to get the current program, just removed the D...
    I'm trying to develop a new WebEPG grabber for sweden, but I got a few problem in parsing the html-file to get all programs. In...
    Replies
    9
    Views
    2K
    Top Bottom