• 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 Troubleshooting Recently Added items in TV library has old items stuck at front

     
    • 0 Vote(s) - 0 Average

    Recently Added items in TV library has old items stuck at front

    Joel Stockley
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #3
    2024-11-04, 01:56 AM
    I edited the files directly via powershell. I made this script and ran it for each of these shows' affected seasons:

    #All files in folder
    $files = get-childitem "X:\Example\Season 3"
    $time = (get-date).ToString("2023-10-22 HH:mm:ss")
    Foreach ($file in $files) {
    $file.LastWriteTime = $time
    $file.CreationTime = $time
    }

    The files appear to be correct in file explorer and both the creation and modified dates are 22nd October 2023.

    For the recently added section in dashboard > libraries > display it is currently set to Use Date scanned into the library. I did prefer that when i set this up as many files have creation/modified dates all over the place between 1970 - yesterday.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Recently Added items in TV library has old items stuck at front - by Joel Stockley - 2024-11-04, 01:14 AM
    RE: Recently Added items in TV library has old items stuck at front - by TheDreadPirate - 2024-11-04, 01:42 AM
    RE: Recently Added items in TV library has old items stuck at front - by Joel Stockley - 2024-11-04, 01:56 AM
    RE: Recently Added items in TV library has old items stuck at front - by andres87 - 2024-11-04, 01:41 PM
    RE: Recently Added items in TV library has old items stuck at front - by TheDreadPirate - 2024-11-04, 02:11 PM
    RE: Recently Added items in TV library has old items stuck at front - by andres87 - 2024-11-04, 10:10 PM
    RE: Recently Added items in TV library has old items stuck at front - by Joel Stockley - 2024-11-07, 08:55 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