Search found 15 matches

by DoctorBubba
24 Sep 2023, 19:15
Forum: unRAID & docker
Topic: Trying to Find a Workflow for Renaming Music Videos
Replies: 5
Views: 1014

Re: Trying to Find a Workflow for Renaming Music Videos

What was the database that was being used when I was ripping CDs back in the early 2000s? I don't think it was using acoustdb fingerprints. Was it Gracenote, maybe? That sounds right.
by DoctorBubba
24 Sep 2023, 17:33
Forum: unRAID & docker
Topic: Trying to Find a Workflow for Renaming Music Videos
Replies: 5
Views: 1014

Re: Trying to Find a Workflow for Renaming Music Videos

Unfortunately, xattr metadata is limited to Movie and Episode objects. AudioTrack objects are not stored to xattr for neither video files nor audio files. Fortunately, the new Custom Post-Processing Scripts feature should allow you to generate NFO files via custom code in the post-processing phase....
by DoctorBubba
24 Sep 2023, 15:53
Forum: unRAID & docker
Topic: Trying to Find a Workflow for Renaming Music Videos
Replies: 5
Views: 1014

Trying to Find a Workflow for Renaming Music Videos

Hello! I'm looking for a piece of software that will rename my Music Videos and collect metadata for them. I use FileBot a lot for movies and TV shows and I would like to use it for music videos if possible, but I'm having some issues. To start from the end, my video scheduling software needs video ...
by DoctorBubba
22 Mar 2023, 03:10
Forum: Ubuntu & Desktop Linux
Topic: Multi-episode files, non-sequential
Replies: 9
Views: 993

Re: Multi-episode files, non-sequential

:?: How do you manage your docker containers? Run docker on the command-line? Use some kind of WebUI management system like unRAID? I'm in UnRaid. The FileBot container didn't have an update button for some reason, but it seems like the new version fixes that. I managed to remove the container, pul...
by DoctorBubba
20 Mar 2023, 23:44
Forum: Ubuntu & Desktop Linux
Topic: Multi-episode files, non-sequential
Replies: 9
Views: 993

Re: Multi-episode files, non-sequential

I just reinstalled the Docker but it still looks like the WebUI is backdated to 4.9.6. I get a prompt about the new features in 5.0.1 but the header for the web app says FileBot 4.9.6.

Image
by DoctorBubba
18 Mar 2023, 16:21
Forum: Ubuntu & Desktop Linux
Topic: Multi-episode files, non-sequential
Replies: 9
Views: 993

Re: Multi-episode files, non-sequential

I am getting different results, but I might know why. I'm using the latest XPRA container, but the WebUI is still 4.9.6. I get a prompt about new features for 5.0.1 but the application says 4.9.6.

For the example you posted, I get S01E01-E07
by DoctorBubba
18 Mar 2023, 15:38
Forum: Help and Support
Topic: How to write a custom xattr tag to files?
Replies: 3
Views: 690

Re: How to write a custom xattr tag to files?

I'm using the Docker container on UnRaid. Okay, so I was successfully writing the xattr data, I just can't see if from the GUI. I tested and it looks like I can rename a file using this data by putting this in the format for that file: {f.xattr['net.filebot.test']} That's what I needed to do. When I...
by DoctorBubba
18 Mar 2023, 04:51
Forum: Help and Support
Topic: How to write a custom xattr tag to files?
Replies: 3
Views: 690

How to write a custom xattr tag to files?

I've been pouring over this for an hour trying to figure it out but I'm not getting anywhere. I've mostly been looking at this topic: https://www.filebot.net/forums/viewtopic.php?t=4826 but I can't make any commands that work. All I want to do is tag my files with a label to identify their origin, m...
by DoctorBubba
13 Mar 2023, 19:38
Forum: unRAID & docker
Topic: [unRAID] Do you have any tips from your experience building a media archive?
Replies: 5
Views: 1239

Re: Do you have any tips from your experience building a media archive?

If I'm not missing something, I think the jlesage repository doesn't have the CLI version. That sounds strange but I kept trying the filebot command after opening a console in the docker and it wouldn't work. But I installed the official repository and it fixed that problem. Now the biggest problem ...
by DoctorBubba
12 Mar 2023, 18:51
Forum: unRAID & docker
Topic: [unRAID] Do you have any tips from your experience building a media archive?
Replies: 5
Views: 1239

Re: Do you have any tips from your experience building a media archive?

Thank you for the suggestions! I really want to experiment with these scripts but I'm having trouble accessing FileBot CLI via the same docker as FileBot GUI. I'll make another thread about it since that's an unrelated issue.
by DoctorBubba
12 Mar 2023, 08:28
Forum: unRAID & docker
Topic: [unRAID] Do you have any tips from your experience building a media archive?
Replies: 5
Views: 1239

[unRAID] Do you have any tips from your experience building a media archive?

I've been working toward the media server that I'm building now for a year at least. I've spent a lot of time thinking about it and planning and trying different software. I still feel like I'm missing something though. I'm curious if anyone has any suggestions for things they've learned along the w...
by DoctorBubba
11 Mar 2023, 00:32
Forum: Ubuntu & Desktop Linux
Topic: Multi-episode files, non-sequential
Replies: 9
Views: 993

Re: Multi-episode files, non-sequential

This is my current format: /storage/TV Shows/Children's TV Shows/ { n.colon( ' - ' ).replace( '?','' ) } ({ y })/Season { s00 }/ { n.colon( ' - ' ).replace( '?','' ) } - { s00e00 } - { t.colon( ' - ' ).replace( '?','' ).replacePart( '(Part $1)' ) } [{ resolution }, { vc }, { ac }, { hours }, { f[3]}...
by DoctorBubba
10 Mar 2023, 09:18
Forum: Ubuntu & Desktop Linux
Topic: Multi-episode files, non-sequential
Replies: 9
Views: 993

Multi-episode files, non-sequential

I've run into a peculiar issue. For shows that have multiple tvdb episodes per 30 minute timeslot, it works great to select the 2 or 3 episodes in the file and rename. The problem is if they're not in order, it only displays the lowest and the highest, and could present as being too many episodes. I...
by DoctorBubba
05 Mar 2023, 05:49
Forum: Help and Support
Topic: Can filebot sort between children's/adult shows/movies?
Replies: 3
Views: 2666

Re: Can filebot sort between children's/adult shows/movies?

I know this is a super late reply but I wanted to respond. I tested this out and it doesn't appear that it consistently works for everything, which means that any sort of automation of this process is unlikely to work well enough. I have a lot of old TV shows and obscure stuff that won't return resu...
by DoctorBubba
17 Jan 2023, 14:42
Forum: Help and Support
Topic: Can filebot sort between children's/adult shows/movies?
Replies: 3
Views: 2666

Can filebot sort between children's/adult shows/movies?

I'm trying to figure out how to best sort my media based on how I use it. Since I schedule children's shows/movies for the day and adult shows/movies during the night, I'd like to divide them in that manner. I'm wondering if there's a way to consistently sort them this way via FileBot. I've looked u...