• 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 Guides, Walkthroughs & Tutorials How to solve photo actor not showing

     
    • 0 Vote(s) - 0 Average

    How to solve photo actor not showing

    This tutorial is for Windows 7-64bit & above
    krotos139
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:Russia
    #2
    2024-08-18, 09:49 AM
    I used the following sh script enstead of 3-6 steps:
    Code:
    #!/bin/sh
    mkdir data_out
    cp data/* data_out
    cd data_out
    find . -depth -name '*_*' | while IFS= read -r f ; do mv -i "$f" "$(dirname "$f")/$(basename "$f"|tr _ ' ')" ; done
    find . -name "*.jpg" -exec sh -c 'NEWDIR=`basename "$1" .jpg` ; mkdir "$NEWDIR" ; mv "$1" "$NEWDIR/folder.jpg" ' _ {} \;
    find . -type d -maxdepth 1 -exec sh -c 'NEWDIR=`echo $1 | cut -b 3` ; mkdir "$NEWDIR" ; mv "$1" "$NEWDIR" ' _ {} \;


    You need to put all your files in the "data" folder. After that you need to run this script with sh. This script will replace "_" with " " in all file names . Move each file to a folder with the same name and rename all files to folder.jpg. And perform the action described in step 6.

    If you have Linux, just open the convol. If you have Windows, you will have to install either WSL https://learn.microsoft.com/en-us/windows/wsl/install or some program that has a bashor sh console, for example git.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    How to solve photo actor not showing - by HERIGROSIR - 2024-07-14, 08:19 AM
    RE: How to solve photo actor not showing - by krotos139 - 2024-08-18, 09:49 AM

    • 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