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,791
    12,033
    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,791
    12,033
    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

    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
    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
    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
    700
    I see no reason in Windows XP or 7, in my experience, on ancient Atom, Windows 10 worked faster than XP or 7...
    I see no reason in Windows XP or 7, in my experience, on ancient Atom, Windows 10 worked faster than XP or 7...
    Hi all, I'm new to MediaPortal and looking forward to using it. Just one catch and I apologize if it sounds silly - I want to run...
    Replies
    3
    Views
    834
    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
    979
    Top Bottom