• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Q: How to export/generate text file with list of unplayed movies/tvshows

     
    • 0 Vote(s) - 0 Average

    Q: How to export/generate text file with list of unplayed movies/tvshows

    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,185
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #2
    2024-03-28, 04:40 PM
    One workaround that you could do is use nfo files if you have those enabled.

    Each nfo file stores the watched status of their respective video for a user of your choice.

    You could create a bash script that gets all the nfo files in a directory, uses grep on them to look for the unwatched status, then prints out a list of the nfo files it matched as unwatched.

    Then you would have to add some logic to tell the script to get the video file of the nfo and store that in a new list. This is easy with sed if all your video files are in one format (using sed to replace all ".nfo" extensions to ".mkv" as an example). However, if your videos are a mix of video extension types, you'll have to figure out how to get the final list of the video files correctly.

    I don't remember if the nfo files have the exact video file name however, but if it does, it would be helpful here.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Q: How to export/generate text file with list of unplayed movies/tvshows - by bernard - 2024-03-28, 02:53 PM
    RE: Q: How to export/generate text file with list of unplayed movies/tvshows - by Efficient_Good_5784 - 2024-03-28, 04:40 PM
    RE: Q: How to export/generate text file with list of unplayed movies/tvshows - by TheDreadPirate - 2024-03-28, 05:56 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode