Search found 32 matches
- 26 Jul 2015, 02:17
- Forum: Ubuntu & Desktop Linux
- Topic: Incorrect matching: Real Time with Bill Maher
- Replies: 4
- Views: 8174
Re: Incorrect matching: Real Time with Bill Maher
I guess what I'm asking is: Is there a way to call date as a matching device, or is SxE the basis of all matching?
- 26 Jul 2015, 01:28
- Forum: Ubuntu & Desktop Linux
- Topic: Incorrect matching: Real Time with Bill Maher
- Replies: 4
- Views: 8174
Incorrect matching: Real Time with Bill Maher
I just recently added "Real Time with Bill Maher" to my RSS system, and after a couple episodes, I noticed that the rename isn't firing properly via AMC. Manual attempt fails with both TVDB and TVRAGE.
Xubuntu 14.04 LTS
3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64 x86_64 x86 ...
Xubuntu 14.04 LTS
3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64 x86_64 x86 ...
- 26 Jul 2015, 01:21
- Forum: Ubuntu & Desktop Linux
- Topic: AMC Script Help
- Replies: 7
- Views: 9358
Re: AMC Script Help
IRT #2: I wrote a python script that pulls the label information and passes it to a shell script(the .sh calls filebot).
#!/usr/bin/python
import sys
from deluge.ui.client import client
from twisted.internet import reactor
# Set up the logger to print out errors
from deluge.log import ...
#!/usr/bin/python
import sys
from deluge.ui.client import client
from twisted.internet import reactor
# Set up the logger to print out errors
from deluge.log import ...
- 11 May 2014, 17:40
- Forum: Help and Support
- Topic: Multi-cd Audio Tag?
- Replies: 1
- Views: 2493
Multi-cd Audio Tag?
I can't seem to find in the reference if you have added tagging for multi-cd on audio tracks. I know that {pi}/{pn} will give me the {track}/{total track} numbers, but I'm looking for disc numbers, such as what is listed in a deluxe cd set or anthology.
I'm really looking to solve this:
/URI ...
I'm really looking to solve this:
/URI ...
- 11 May 2014, 16:26
- Forum: Help and Support
- Topic: Amc Ubuntu Deluge
- Replies: 1
- Views: 2903
Re: Amc Ubuntu Deluge
I wrote up an AMC/Deluge guide here: http://www.filebot.net/forums/viewtopic.php?f=4&t=700 XBMCbuntu is just an Ubuntu variant, so all the steps should still work properly.
From what I can see: --output "Home/earthcoder/SortedMedia" needs to be altered slightly for the correct operation: --output ...
From what I can see: --output "Home/earthcoder/SortedMedia" needs to be altered slightly for the correct operation: --output ...
- 20 Nov 2013, 15:22
- Forum: Help and Support
- Topic: <SOLVED>At a loss....
- Replies: 4
- Views: 5584
Re: At a loss....
Actually had to split the difference between me and you. That check tool rocks, but it tried to escape single quotes too! It gave me:
"movies/{norm = (n.replaceAll(\":\", replacement = \" -\"))} - {y}/{norm = (n.replaceAll(\":\", replacement = \" -\"))} - {y} {[hpi]}{\'[\'+resolution} {\' \'+vc ...
"movies/{norm = (n.replaceAll(\":\", replacement = \" -\"))} - {y}/{norm = (n.replaceAll(\":\", replacement = \" -\"))} - {y} {[hpi]}{\'[\'+resolution} {\' \'+vc ...
- 19 Nov 2013, 08:25
- Forum: Help and Support
- Topic: <SOLVED>At a loss....
- Replies: 4
- Views: 5584
Re: At a loss....
This is the same format I've used for a while now. Filebot GUI works fine with it. This expression is actually a much slimmer version of the one I use for both TV and Anime. The only difference is that the movie files come with their own sub-directories.
my full expression:
/home/ash/movies/{norm ...
my full expression:
/home/ash/movies/{norm ...
- 19 Nov 2013, 06:10
- Forum: Help and Support
- Topic: <SOLVED>At a loss....
- Replies: 4
- Views: 5584
<SOLVED>At a loss....
I'm having issues with my movies only here. I can't tell if filebot is having issues with a set of files or if it's with spaces in the ut_title parameter.
Parameter: movieFormat = movies/{n.replaceAll(":", replacement = " -")} - {y}/{n.replaceAll(":", replacement = " -")} - {y} {[hpi ...
Parameter: movieFormat = movies/{n.replaceAll(":", replacement = " -")} - {y}/{n.replaceAll(":", replacement = " -")} - {y} {[hpi ...
- 01 Sep 2013, 02:10
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1361463
Re: How about sharing our format expressions?
I'm not the greatest at REGEX, so I've had to more or less slave over my expressions(and to make them CLI/XBMC/Anidb/TVDB friendly :roll: )
Here's my current TV expression:
/home/user/tv/{n.replace(':',' -').replaceAll(/[?]/, '')}/{n.replace(':',' -').replaceAll(/[?]/, '')} - {episode.special ...
Here's my current TV expression:
/home/user/tv/{n.replace(':',' -').replaceAll(/[?]/, '')}/{n.replace(':',' -').replaceAll(/[?]/, '')} - {episode.special ...
- 16 Jul 2013, 14:22
- Forum: Scripting and Automation
- Topic: Dumb artwork question?
- Replies: 1
- Views: 3243
Dumb artwork question?
Situation: I have anime absolute sorted under a folder {n} - ({y}), and even though I have all these named through TVDB, fn:artwork.tvdb fails >=40% of folders.
Question: is it possible to tell fn:artwork to ignore the {y} tag? or to force fail?
Remark: I would certainly not want to have to do ...
Question: is it possible to tell fn:artwork to ignore the {y} tag? or to force fail?
Remark: I would certainly not want to have to do ...
- 16 Jul 2013, 13:39
- Forum: Feature Requests and Bug Reports
- Topic: Wishlist for New Features and Scripts
- Replies: 108
- Views: 135229
Re: Wishlist for New Features and Scripts
* GUI for fetching artwork
this would be nice along with nfo
still using EMM for all of that, would be nice to have it all in one tool
XBMC scraper is one step above DIY, so getting the nfo/artwork in the GUI (perhaps as a checkbox []Fetch NFO/ART) when doing large rename jobs will kinda force ...
this would be nice along with nfo
still using EMM for all of that, would be nice to have it all in one tool
XBMC scraper is one step above DIY, so getting the nfo/artwork in the GUI (perhaps as a checkbox []Fetch NFO/ART) when doing large rename jobs will kinda force ...
- 28 Apr 2013, 09:37
- Forum: Scripting and Automation
- Topic: [GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
- Replies: 4
- Views: 12102
[GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
XBMC and the HOME STRETCH!
#I would use a usb keyboard to your htpc to do the last parts. ;)
In XBMC:
#I don't know which skin is your preference, so I'm going to use MAJOR headings
-------------- TV ----------------
Choose Videos: FILES
Choose ADD VIDEOS
Choose BROWSE
Choose HOME FOLDER
Choose ...
#I would use a usb keyboard to your htpc to do the last parts. ;)
In XBMC:
#I don't know which skin is your preference, so I'm going to use MAJOR headings
-------------- TV ----------------
Choose Videos: FILES
Choose ADD VIDEOS
Choose BROWSE
Choose HOME FOLDER
Choose ...
- 28 Apr 2013, 09:03
- Forum: Scripting and Automation
- Topic: [GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
- Replies: 4
- Views: 12102
[GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
Placing scripts, crontab, cleanup.
So now we need to place our handiwork and do a little hacking.
In Terminal (ssh session):
cp deluged_added.sh /home/*USER*/.config/deluge/
cp deluged_execute.sh /home/*USER*/.config/deluge/
cp getlabels.py /home/*USER*/.config/deluge/
sudo cp deluged_startup ...
So now we need to place our handiwork and do a little hacking.
In Terminal (ssh session):
cp deluged_added.sh /home/*USER*/.config/deluge/
cp deluged_execute.sh /home/*USER*/.config/deluge/
cp getlabels.py /home/*USER*/.config/deluge/
sudo cp deluged_startup ...
- 28 Apr 2013, 08:01
- Forum: Scripting and Automation
- Topic: [GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
- Replies: 4
- Views: 12102
[GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
Actual Scripting!
We left off with:
1. XBMCbuntu with PPA's and upgrades!
2. Filebot and all dependancies resolved!
3. Deluge Prepped.
#I use several scripts for Logging/checkbacks/crashes. You can get away with the minimum of the filebot script, but I would suggest this setup:
Terminal (ssh ...
We left off with:
1. XBMCbuntu with PPA's and upgrades!
2. Filebot and all dependancies resolved!
3. Deluge Prepped.
#I use several scripts for Logging/checkbacks/crashes. You can get away with the minimum of the filebot script, but I would suggest this setup:
Terminal (ssh ...
- 28 Apr 2013, 07:13
- Forum: Scripting and Automation
- Topic: [GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
- Replies: 4
- Views: 12102
[GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
Scripts and Gimmicks!
Directory Structures:
#I have multiple drives for the os(raid 1), anime, tv, movies, music, torrent temp, and an external qnap running a squid proxy and log storage. For the sake of my use case and this guide directories are as follows:
AS USER!:
mkdir
/home/*USER*/mount ...
Directory Structures:
#I have multiple drives for the os(raid 1), anime, tv, movies, music, torrent temp, and an external qnap running a squid proxy and log storage. For the sake of my use case and this guide directories are as follows:
AS USER!:
mkdir
/home/*USER*/mount ...
- 28 Apr 2013, 06:08
- Forum: Scripting and Automation
- Topic: [GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
- Replies: 4
- Views: 12102
[GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
******* FOR i386/32 BIT USERS!**** 64 bit users: Get the appropriate Filebot .deb for your arch!
XBMCbuntu
I'm not going to get into specific details on the setup and installation of XBMCbuntu on your HTPC. Suffice it to say that you need to get the install complete, open a terminal and ssh into ...
XBMCbuntu
I'm not going to get into specific details on the setup and installation of XBMCbuntu on your HTPC. Suffice it to say that you need to get the install complete, open a terminal and ssh into ...
- 28 Apr 2013, 01:34
- Forum: Scripting and Automation
- Topic: [AMC] Anime official/main title recognition?
- Replies: 1
- Views: 3755
[AMC] Anime official/main title recognition?
Rednoah,
I've been working on a fully integrated XBMCbuntu/Deluge/Filebot HTPC system, and while TV and Movies are detected no problem, I've been running into some wierdness with my new anime feeds.
My console log:
http://pastebin.com/HHd1vp5C
I added the anidb entry pages for all the series that ...
I've been working on a fully integrated XBMCbuntu/Deluge/Filebot HTPC system, and while TV and Movies are detected no problem, I've been running into some wierdness with my new anime feeds.
My console log:
http://pastebin.com/HHd1vp5C
I added the anidb entry pages for all the series that ...
- 26 Mar 2013, 03:45
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1361463
Re: Automated Media Center
1: Preferences: General: "When downloading": checkbox "Append .!ut to incomplete files". Not really sure if it's necessary, but it allows me a visual of what is downloading but not complete, in case any files don't get moved by utorrent or the computer crashes/power failure.
2: Sorry, you're going ...
2: Sorry, you're going ...
- 25 Mar 2013, 13:27
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1361463
Re: Automated Media Center
dacari:
#1: --action move
I personally have great success with this. My utorrent is set to download (with .ut) to a partial directory, then move on complete to a competed directory, which is where filebot takes over and moves that to the clean directory after rename. It allows me to monitor failed ...
#1: --action move
I personally have great success with this. My utorrent is set to download (with .ut) to a partial directory, then move on complete to a competed directory, which is where filebot takes over and moves that to the clean directory after rename. It allows me to monitor failed ...
- 17 Mar 2013, 16:03
- Forum: Help and Support
- Topic: Exception in LM14
- Replies: 2
- Views: 3823
Re: Exception in LM14
Thanks again rednoah!
- 17 Mar 2013, 10:18
- Forum: Help and Support
- Topic: Exception in LM14
- Replies: 2
- Views: 3823
Exception in LM14
Running the AMC script with transmission-gtk latest in Linux Mint 14 Cinnamon, and everything was firing away nicely(the anidb gzip error I already saw the response to) and when downloading a movie, the script didn't fire. I'm getting the following from the terminal output:
My command:
filebot ...
My command:
filebot ...
- 07 Mar 2013, 07:10
- Forum: Scripting and Automation
- Topic: --def seriesformat question
- Replies: 8
- Views: 8553
Re: --def seriesformat question
Sorry about the cmd output, I didn't see your reply before I posted that up. It works now. I even understand it.
- 06 Mar 2013, 12:10
- Forum: Scripting and Automation
- Topic: --def seriesformat question
- Replies: 8
- Views: 8553
Re: --def seriesformat question
Command line output of that \.
C:\Documents and Settings\Ash>filebot -script svn:amc --output "G:/clean" --acti
on move --conflict override -non-strict --def "seriesFormat=TV/{n}/{n.replaceAll
(":\", replacement = " - \")} - {'S'+s.pad(2)}E{e.pad(2)} - {t} [{hpi}][{resolut
ion} {vc}-{ac ...
C:\Documents and Settings\Ash>filebot -script svn:amc --output "G:/clean" --acti
on move --conflict override -non-strict --def "seriesFormat=TV/{n}/{n.replaceAll
(":\", replacement = " - \")} - {'S'+s.pad(2)}E{e.pad(2)} - {t} [{hpi}][{resolut
ion} {vc}-{ac ...
- 06 Mar 2013, 11:48
- Forum: Scripting and Automation
- Topic: --def seriesformat question
- Replies: 8
- Views: 8553
Re: --def seriesformat question
What do you think happens when you pass in something like this? "..."..."..." How does the cmd know where the arguments starts and where it ends? It doesn't.
This is how you pass in literal " without messing yup cmd argument tokenizer:
"...\"...\"..."
It's plenty documented in FAQ and setup ...
This is how you pass in literal " without messing yup cmd argument tokenizer:
"...\"...\"..."
It's plenty documented in FAQ and setup ...
- 05 Mar 2013, 20:52
- Forum: Scripting and Automation
- Topic: --def seriesformat question
- Replies: 8
- Views: 8553
Re: --def seriesformat question
Check my setup instructions and pay attention to the parts written in BIG RED LETTERS . ;)
I know, RTFM and all that. I have done so, several times in fact, but I have to plead codeblindness in this case. I know the issue lies in:
{n.replaceAll(":", replacement = " - ")}
If you would be so ...
I know, RTFM and all that. I have done so, several times in fact, but I have to plead codeblindness in this case. I know the issue lies in:
{n.replaceAll(":", replacement = " - ")}
If you would be so ...