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
    15,963
    11,004
    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,984
    5,663
    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
    15,963
    11,004
    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,984
    5,663
    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

    Similar threads

    Using version 1.32: no problems at all.
    Using version 1.32: no problems at all.
    The automatic refresh rate changeover suddenly stopped working for me. Everything worked perfectly the whole time. I didn't change...
    Replies
    6
    Views
    688
    Oh, thank you I will read it immediately
    Oh, thank you I will read it immediately
    How can you play copy-protected Blu-rays with MP after AnyDVD has stopped working? And I don't mean converting the movies...
    Replies
    2
    Views
    199
    Concerning the HDHomerun Expand. This has 4 tuners, and is DVB-C It has, of course, latest software from Silicondust already installed, version name 20230713. BDA compatibility mode is set to MediaPortal. Advanced --- BDA driver set to InjectCVCT plus automatically select from tuners recommended.
    Concerning the HDHomerun Expand. This has 4 tuners, and is DVB-C It has, of course, latest software from Silicondust already...
    I have set up MP1 .34 on Win 11 Pro. I have a HDHomerun Expand DVB-C tuner, which I have used for about 10 years. Until about 2021...
    Replies
    13
    Views
    828
    MP1 MP2 MP2 - V2.5 Trailer plugin DE
    Maybe the wording “plugin” is misleading, because almost every feature in MP2 is basically a plugin. This allows to even exchange core elements easily. Short: Of course it can be also a feature as part of the installer, means integrated for the user.
    Maybe the wording “plugin” is misleading, because almost every feature in MP2 is basically a plugin. This allows to even exchange...
    The question, if MP2 can support trailers came up several times (e.g. here) and was so far always neglected mainly because of the...
    Replies
    14
    Views
    2K
    Many thanks for the answer. So far I've used Logitech's Harmony hub. This allows you to control all components (including the media portal). I have now contacted the Sofabaton hotline. It should also work here like with the Harmony. Unfortunately, not all of the IR codes are correct. You can also learn commands here. But that doesn't...
    Many thanks for the answer. So far I've used Logitech's Harmony hub. This allows you to control all components (including the...
    I don't have a complicated A/V system - a Sony A8H TV, Yamaha receiver, and a HTPC on which I run most media through MediaPortal. I...
    Replies
    8
    Views
    1K
    Top Bottom