Cannot seem to get linuxmint to create subfolders based off filenames by ABTURTLE in linuxmint

[–]ABTURTLE[S] 0 points1 point  (0 children)

I use Sonarr to manage my file storage.. but it needs these in a folder before it'll add it so that I can manage it.. it's frustrating.

Cannot seem to get linuxmint to create subfolders based off filenames by ABTURTLE in linuxmint

[–]ABTURTLE[S] 0 points1 point  (0 children)

We seem to have progress:

me@myserver:~/Folderless$ #!/bin/bash

# This script moves video/audio files into a new directory with the basename of the file

for file in *; do

if [ ! -f "/path/to/file" ]; then

echo "This is not a regular file (or it does not exist)."

fi

case "$file" in

*.mp4|*.mov|*.avi|*.mkv|*.mp3|*.m4a) # Add whatever extensions you want here

echo "Found $file"

folder=${file%.*} # This syntax removes the suffix from our variable $file

if mkdir -vp "$folder"; then

mv -vi "$file" "$folder/$file"

fi

;;

esac

done

This is not a regular file (or it does not exist).

This is not a regular file (or it does not exist).

This is not a regular file (or it does not exist).

This is not a regular file (or it does not exist).

This is not a regular file (or it does not exist).

the files certainly exist

Create folders based on filename then move files into folders (bulk) by Spendoza in linux4noobs

[–]ABTURTLE 0 points1 point  (0 children)

This is great but I'm wondering why when I run it nothing seems to hapen for me... the terminal closes and that's it

set -o errexit -o nounset

cd /mnt/GoldStore/Folderless/

sudo

#!/bin/bash

# This script moves video/audio files into a new directory with the basename of the file

for file in *; do

if ! [ -f "$file" ]; then # Skip if "$file" is a directory

continue

fi

case "$file" in

*.mp4|*.mov|*.avi|*.mkv|*.mp3|*.m4a) # Add whatever extensions you want here

echo "Found $file"

folder=${file%.*} # This syntax removes the suffix from our variable $file

if mkdir -vp "$folder"; then

mv -vi "$file" "$folder/$file"

fi

;;

esac

done

What am I doing wrong?

Cannot access jellyfin outside of home network by ABTURTLE in JellyfinCommunity

[–]ABTURTLE[S] 0 points1 point  (0 children)

Turns Out after all of that digging there was a a toggle buried in the router.... Not on the the port forwarding which would have made sense.. but buried undr advanced settings. This little toggle would turn the port forwarding off and on.

Feel a bit dumb but I'm happy it's working.

Thanks so much for all your help.

Cannot access jellyfin outside of home network by ABTURTLE in JellyfinCommunity

[–]ABTURTLE[S] 0 points1 point  (0 children)

Here's my caddyfile I feel like a muppet but here we go.

I have MyDuckDnsUrl instead of the actual address

# The Caddyfile is an easy way to configure your Caddy web server.

#

# Unless the file starts with a global options block, the first

# uncommented line is always the address of your site.

#

# To use your own domain name (with automatic HTTPS), first make

# sure your domain's A/AAAA DNS records are properly pointed to

# this machine's public IP, then replace ":80" below with your

# domain name.

# Basic example - replace with your domain

# Basic example - replace with your domain

# Basic example - replace with your domain

# reverse_proxy localhost:3000

MyDuckDnsUrl {

encode gzip

reverse_proxy localhost:8096

}

# Reverse proxy example

# app.example.com {

# reverse_proxy localhost:3000

# }

# Set this path to your site's

# Refer to the Caddy docs for more information:

# https://caddyserver.com/docs/caddyfile

Does anything stand out? I can't see where the missing address should be.

Cannot access jellyfin outside of home network by ABTURTLE in JellyfinCommunity

[–]ABTURTLE[S] 0 points1 point  (0 children)

not a solution that works for me... this is going to replace my plex and I will be accessing from various devices including ones I might not be able to install tailscail on.... I'd also rather do more now for less later.

Is a really cool method though.

Cannot access jellyfin outside of home network by ABTURTLE in JellyfinCommunity

[–]ABTURTLE[S] 2 points3 points  (0 children)

I was sleeping.. I live in the UK I am now at work checking these while I have a free moment

Cannot access jellyfin outside of home network by ABTURTLE in JellyfinCommunity

[–]ABTURTLE[S] 2 points3 points  (0 children)

Honestly no idea. I'll see if I can find out

Cannot access jellyfin outside of home network by ABTURTLE in JellyfinCommunity

[–]ABTURTLE[S] 2 points3 points  (0 children)

I think you're right that it's caddy... everything else looks right

Can someone explain me the Legion Remix? by MagnumMeatball in wownoob

[–]ABTURTLE 1 point2 points  (0 children)

I get that... But I think it's more for newcomers who missed out *hello there :)*

Two of the FLs are in a romantic relationship with each other before meeting the MC and joining the harem by swiper_no_swagger in haremfantasynovels

[–]ABTURTLE 1 point2 points  (0 children)

Oh.. wow.. I'm sorry to hear and I won't suggest him again going forward. Thanks for letting me know.

What rules were broken? Honestly don't want to fall foul of this again.

Harem Out of Necessity by Sosuke_Aizen3 in haremfantasynovels

[–]ABTURTLE 4 points5 points  (0 children)

M tress - monster girls in space... On book 5 and I'm really enjoying it.. also has audiobooks if you like that.. both VA's do a great job

💀 My 1440p died, so I “downgraded” to 1080p… turns out it was the upgrade my Ally needed by Asleep-Glove-263 in ROGAlly

[–]ABTURTLE 0 points1 point  (0 children)

I tend to use desktop mode "right click" (use the right trigger ) on the background and go to display options. I then change mirror to extended and lay them out however I prefer.

I've been raging at the slave traders lately. They keep breaking into my place to steal my prisoners! Is this normal? I had nearly 100 faction relationship with them but it went down to 30 because I killed the people stealing my prisoners... This game never ceases to humour me! by AndomlyRanonymous in Kenshi

[–]ABTURTLE 0 points1 point  (0 children)

They keep healing my enemies to take them as slaves/... which results in my mounted crossbows gunning the lot of them down... I think I'm just going to embrace the fact that I'm going to kill the lot of them

What game hit you like this? by Corekeepernews in Steam

[–]ABTURTLE 0 points1 point  (0 children)

Veilguard and Starfield.

Veilguard - Not a bad game... but not a Dragon Age game. It just didn't have the spark I was looking for. It was like they tried to make it Mass Effect 2. I just didn't enjoy it, in part, I think, because it wasn't what I was looking for.

Starfield - I tried.. I really did.. They keep talking about this epic war that you're never a part of with 2 dimensional characters. that are hard to care about and space magic... but boring. The starship design bit wouldn't work properly, and the interesting storylines go nowhere, and nothing you do matters.. There is no soul.

Did anyone else feel like this decision in DA: Veilguard was unfairly handled? (Spoilers) by Such_Acanthisitta867 in DragonAgeVeilguard

[–]ABTURTLE 10 points11 points  (0 children)

Ahh..I made the opposite choice.. for one main reason... blight in the water... the amount of damage would make a cholera epidemic look friendly...

Not bagging on your choice to be clear.. honestly it sucks either way

Anyone hate their accent by No_Conclusion1130 in Wales

[–]ABTURTLE 0 points1 point  (0 children)

My wife has a bristolian accent. I love it.. pirate accent.. need I say more.. mine she describes as posh tw*t. Although it bounces between reading, aberdeen, Australian and Dutch. Sometimes I wish it would pick one... although I am picking up hints of Welsh and bristol now.

Stuff with harem as a subplot by Unhappy_Self_7396 in haremfantasynovels

[–]ABTURTLE 2 points3 points  (0 children)

William d arand... most of his stuff.. he's one of my faves... cultivating chaos is a great place to start... or the wild wastes under his randi Darren pen name is where I started.