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

Vasilich

Portal Pro
August 30, 2009
3,392
1,173
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,959
    13,420
    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,927
    5,721
    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,959
    13,420
    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,927
    5,721
    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

    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the movies just fine. In past versions of MP, like 2.4x, I could press the More Info button on my remote twice, and on the second press, an option for showing/choosing the subtitles was listed. I'd select the...
    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the...
    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the...
    Replies
    0
    Views
    3K
    Sorry, I didn't get email notifications on these latest replies. I just came here to report I solved the problem after adjusting power settings for "Intel Graphics". I set it to Maximum Performance. I tried many other things so it could be a combination of them, but this was the last thing I did and I haven't had the problem return...
    Sorry, I didn't get email notifications on these latest replies. I just came here to report I solved the problem after adjusting...
    I'm running MP1 as a client only on this: https://www.amazon.com/dp/B0DZX5DWS5?ref_=pe_123509780_1038749300_t_fed_asin_title&th=1...
    Replies
    5
    Views
    2K
    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
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0 on Windows 7 SP1
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0...
    My TV PC is more a cast-off on older hardware (a 'Quiet PC' i5 4690, 16GB ram, 2xSSD 1xHDD, system graphics), mainly as a cheap way...
    Replies
    5
    Views
    2K
    Are the media/video folders on the Mint host?
    Are the media/video folders on the Mint host?
    I've used Mediaportal for years on a Windows Host with restricted online-access. Lately I reinstalled...
    Replies
    1
    Views
    1K
    Top Bottom