• 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 NEVER take already existing video contact sheet as movie image

     
    • 0 Vote(s) - 0 Average

    NEVER take already existing video contact sheet as movie image

    JRPGod
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Sep
    Reputation: 0
    #6
    2023-09-11, 09:34 AM (This post was last modified: 2023-09-11, 09:37 AM by JRPGod. Edited 3 times in total.)
    Try

    find /data/download/48E1 \( -iname \*.jpg -o -iname \*.png -o -iname \*.jpeg \) -type f -exec rm -f {} \;

    or perhaps a little cleaner

    find /data/download/48E1 \( -iname \*.jpg -o -iname \*.png -o -iname \*.jpeg \) -type f -delete

    the -o means logical OR and iname instead of name should make it case-insensitive, so it capures jpeg and JPEG and Jpeg in one call.

    I haven't tested this since I've only access to a Windows machine atm, but it should be close if not spot on.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    NEVER take already existing video contact sheet as movie image - by SkewedZeppelin - 2023-09-09, 03:16 PM
    RE: NEVER take already existing video contact sheet as movie image - by TheDreadPirate - 2023-09-09, 03:20 PM
    RE: NEVER take already existing video contact sheet as movie image - by SkewedZeppelin - 2023-09-10, 04:57 AM
    RE: NEVER take already existing video contact sheet as movie image - by JRPGod - 2023-09-10, 05:32 AM
    RE: NEVER take already existing video contact sheet as movie image - by SkewedZeppelin - 2023-09-10, 06:21 AM
    RE: NEVER take already existing video contact sheet as movie image - by JRPGod - 2023-09-11, 09:34 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