|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#301
|
||||
|
||||
In regular expressions, a \ has special meaning... so if you mean a literal \ then your need to user \\ and if your mean \\ then your need \\\\.
As for the test button... basically when you put in your regex, you can fill the "Sample Data" box with some sample data, such as filenames... one per line. Then when you hit test, it will place all matching lines from the "Sample Data" box into the Results box, or put an error in the results box, if the regex is not value or if the regex didn't match anything in the sample data. I've attached a screen shot.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#302
|
||||
|
||||
Great, thanks for the explanation. The result comes up with something now, which is good, but I'm still not clear on how to separate multiple folders or whether subfolders inherit the exclusion of their parent folder.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#303
|
||||
|
||||
Files are matched based on passing their complete path to the regex. So if your regex has nothing except "test", then any filename that has "test" in it's name or any folder, will be matched.
If you need to match more than 1 thing, then you can use the regex "or" opererator, which is a pipe (|). So, in your case, you wanted to match both "\\MediaServer\Other Videos" and "\\MediaServer\Test Videos", then your regex would look something like... \\\\MediaServer\\Other Videos|\\\\MediaServer\\Test Videos", and you can put some directory names in the Sample Data, some that includes Other Videos and some that includes Test Videos and some that should not match at all. Then when you test, you should see all of your matched entries show up in the results.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#304
|
|||
|
|||
Sean - re: issue #31 on your site, see attached for what I'm getting in beta21. I swear I'm not going crazy... I just can't find the "Direct update wiz.bin" option anywhere.
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#305
|
||||
|
||||
Ok... I can see what you mean now... The notes for b18 should have been a little clearer.
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#306
|
|||
|
|||
3 quick questions:
To install an update (2.1), i just copy over the old files? Or do i need to stop/restart the service? Can someone give me a Cliff's Notes version on .properties files and why/why not to create them? Is there any way to 'start over' to get rid of this bug? And... also, thanks, nice work. It's made Sage beautiful, and my wife and kids LOVE the fanart. Thank you for your work. |
#307
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#308
|
||||
|
||||
Quote:
If you add this to the GUI would that eliminate the need to restart the service by chance? |
#309
|
|||
|
|||
Zoinks. So the bug with the erroneous fanart on everything is stuck with my Wiz.bin? Hrrrrm, I suppose I can dig up an old Wiz, from when I made the jump to Sage6, but that means an earful from the woman about lost episode info
|
#310
|
||||
|
||||
Does the automatic plugin do it's lookup when a recording starts or when it is done?
|
#311
|
|||
|
|||
Does anybody else have to log in 5 times to access the WebUI with beta 21?
Also, how can I make sure that everything gets rescanned? I clicked on "Refresh" and selected "Rescan Entire Media Library" and properties files were only generated for a few things. Basically what I'm trying to do is get Season and Episode info to show up in TV Explorer.
__________________
Server: WHS with 11TB of storage Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD Tuners: 1) HD-Homerun 2) Avermedia USB ATSC Twitter: ohpleaseno |
#312
|
||||
|
||||
Quote:
Quote:
When you use the "Refresh" link, it basically asks SageTV to look for new media and then pass that to the bmt automatic plugin. The automatic plugin will never overwrite metadata for fanart. I only use the "refresh" link when I add new media items to sagetv, and then I click the refresh link to have sage "discover" those newly added items.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#313
|
||||
|
||||
I don't know what could have happened, but this morning I'm suddenly getting .properties for new recordings
I think that means all my issues are resolved. Thanks Sean. |
#314
|
||||
|
||||
Maybe it's a case where tvdb is down, at the time that you've needed metadata?? I can't think of any changes that i've done recently that would have fixed the issue... since it wasn't really broken for me
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#315
|
||||
|
||||
I did have sjq setup to do a file cleanup of all the shrapnel from various comskip and other operations, I had put in that cleanup process the .properties.... it's only supposed to happen if the main show no longer exists. It could have been that process was misbehaving and simply deleting the files before I saw them in the directory.... but it left all the other support files so who knows.
If I see it happening again I may be able to track it down and at least report back some info that may help others..... again, thanks Sean for all the help! B. |
#316
|
||||
|
||||
I had SJQ doing that on my setup, too. I didn't think about the potential implications. I've now remove the properties files from the cleanup tool. I wonder if that's how my show descriptions were getting deleted...
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#317
|
||||
|
||||
First off let me thank you for all your amazing work so far.
I have two small bugs, First is a problem with show Remakes (V (2009), Doctor who ..). Everything is working great, apart from naming the MediaTitle, DisplayTitle and the FanArt folder, V instead of V (2009). I'm sure this was working in 3.1 with (V (2009) S01E05.avi), I could be wrong. I read previous posts regarding this issue but gathered it was more to do with grabbing the correct show info, which it does perfectly now. Second is with Special Episodes, when I browse "Missing Metadata" They are all shown there because they have the Season field missing. (FlashForward S00E02 2010-03-16.avi and Doctor Who (2005) S00E07.avi) The only way to remove them from "Missing Metadata" is to add (Season 0) manually to the .Properties file and update the timestamp.
__________________
Headless Server:Win7|8GB|i3-2100|Intel320-SSD|12Tb Storage|Colossus|Cinergy-2400i|Htvc STB|NAS 3Tb|1xPlaceshifter|1xHD200|2xHD300. |
#318
|
|||
|
|||
Quote:
<match> <regex>[\\/]TheOffice-</regex> <title>The Office (US)</title> <metadata type="tv" name="tvdb">73244</metadata> </match> What am I doing wrong? BTW, thanks for the great work on this stuckless! |
#319
|
|||
|
|||
My MediaTitles.xml (with the .sample removed) is in the root 'scrapers' folder. Is this right?
|
#320
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Batch Metadata Tools new releases subscription thread | stuckless | Customization Announcements | 18 | 02-17-2010 09:27 PM |
Is there a way of doing Metadata WITHOUT BMT | plnewton | SageTV Customizations | 12 | 08-17-2009 06:53 PM |
BMT Metadata Provider List? | cowboyway | SageMC Custom Interface | 1 | 08-12-2009 05:54 AM |
Metadata Tools (Donations) | stuckless | SageTV Customizations | 4 | 06-26-2009 05:54 AM |