Search found 4 matches

by thedigitalhobo
18 Sep 2024, 20:11
Forum: Help and Support
Topic: Saving fetched assets to shared folder (for Kometa)
Replies: 5
Views: 3249

Re: Saving fetched assets to shared folder (for Kometa)

MARVELOUS.

Learning how to read, understand, and modify the expressions is pretty key. Had my "ah-ha" moment and it is all working now. Thanks!
by thedigitalhobo
14 Sep 2024, 20:59
Forum: Help and Support
Topic: Saving fetched assets to shared folder (for Kometa)
Replies: 5
Views: 3249

Re: Saving fetched assets to shared folder (for Kometa)

I had been creating new folders after renaming the originals.... $: find -type d -exec mkdir -p "$HOME/NewFolder/{}" \; then creating an mp4 file based on the folder names... find . -type d | while IFS= read -r d; do ( cd "$d" && touch "$(basename "$d").mp4" ) ; done Let filebot work its magic on ...
by thedigitalhobo
14 Sep 2024, 04:31
Forum: Help and Support
Topic: Saving fetched assets to shared folder (for Kometa)
Replies: 5
Views: 3249

Saving fetched assets to shared folder (for Kometa)

Used Filebot to rename and reorganize years of manually named files and folders. Wish I dove in much, much sooner. Renaming is working like a charm.... //myNAS/4Kvideo/4kMovies/{ n.sortName('$2, $1')} ({y}) {" {tmdb-$tmdbid} "} {" {edition-$edition}"}/{ n.sortName('$2, $1')} ({y}) {" {tmdb-$tmdbid ...
by thedigitalhobo
19 Apr 2024, 14:20
Forum: Synology NAS & Embedded Linux
Topic: [HARDLINK] Help understanding filesystems vs volumes on Syn NAS
Replies: 1
Views: 6957

[HARDLINK] Help understanding filesystems vs volumes on Syn NAS

I thought I had a basic understanding of what was considered a filesystem, but obviously I was wrong. I'm trying to get up to speed on FileBot, and running a few different instances to learn the ins and outs. I've got a docker container on a RPi, accessing it via web GUI, the Windows desktop app ...