|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Metadata Tools 4.x (Released)
I just released BMT 4.5 for Sage7, and you install/upgrade it via the Plugin Manager. (If you are still on Sage6, then you can use this version)
This release primarily fixes the cross-linked metadata issue that some experienced via the web ui, some vfs tweaks, and some additional logging. There is a new log file, phoenix-metadata.log in the logs directory. When a mediafile is handled via the automatic plugin it will write an entry to this log log file. Later if the mediafile is skipped, updated, or has an error, then another entry will be added to this log file to indicate as such. This log is meant to be be an audit log, of sorts, that people can check easily, without being bombarded with normal debug information that would be in the the other logs. Keep in mind, that while BMT depends on phoenix, sagex, etc, you can upgrade all of those by simply upgrading the bmt web ui, which will force an upgrade to all the the other components. If you are still on Sage6, then there are no new releases for BMT for Sage6. At this point, I'm not sure that I have the time to support both a Sage6 and Sage7 version, so my energy will go to only enhancing Sage7.
__________________
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 Last edited by stuckless; 08-30-2010 at 06:06 AM. |
#2
|
|||
|
|||
This is great, I'm certain this will fix my issue with cross-linking as well.
I might have another problem though. For some reason, after upgrading, I am unable to get new metadata in the webui or via Sage when selecting a manual entry via imdb. The webui simply says "unable to get metadata". I've attached my log. Last edited by skyeclad; 08-13-2010 at 05:58 PM. |
#3
|
|||
|
|||
Same message here in Web interface "Unable to get Metadata". The search comes up with a list of titles to choose from but when you select the applicable title you get the red "Unable to get Metadata" message.
|
#4
|
||||
|
||||
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 |
#5
|
||||
|
||||
New Version: 4.5.1
I've uploaded a new version of the web ui, 4.5.1, which fixes the last NullPointer issue that came from the previous build.
I noticed in my live environment, that after I updated, and then went to the url, the version in the browser title did not display 4.5.1. I could not get it to display the 4.5.1 version until after I restarted my sage server process.
__________________
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 |
#6
|
|||
|
|||
Quote:
2010-08-13 23:41:46,095 - ERROR; I:\Video\Blu Ray\Wall-e.iso; ExternalID cannot be null. Will cause cross-linked metadata. Cannot save file Resource[Id: 2608196, Title: Wall·E Disc 1] Looking up the same metadata in the webui works with no problem though. |
#7
|
||||
|
||||
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 |
#8
|
||||
|
||||
New Version of Phoenix Core (2.0.7.1)
Phoenix Core Services has been updated to fix the bug where it could not auto-update because of the externalid. (I was being overly aggressive in compensating for the externalid issue)
@broconne - also added more logging to the added/skipped, but still no fix for your issue.
__________________
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 |
#9
|
||||
|
||||
New Version of Phoenix Core (2.0.8)
This is an update to phoenix-core, and it fixed a number of issues around the use of the MediaTitles.xml.
__________________
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 |
#10
|
||||
|
||||
New Version of Phoenix Core (2.0.9)
Fixed a bug in the phoenix-core to allow it to use episode filenames in the tv filename scrapers.
__________________
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 |
#11
|
||||
|
||||
Quote:
1) Have you noticed that the parental rating is not shown/kept most of the time. Sometime I can assign the value and then when I click save it disappear. 2) The Genre field (Category in SageTV 7), how many categories you actually write to the Wiz.bin? If the imported movie, lets say from IMDB, has more than two genres, then SageTV will show only the first two, however if you add, via Sage v7 interface, the missing categories and you reload the titles in BMT the missing genres appears, but then if you change some other fields and save again only the two genre are shown. thanx in advance for your efforts... |
#12
|
||||
|
||||
New Version: 4.6
4.6. has been released.... (Requires phoenix-core 2.0.10)
Most notable features include.... A performance change where views are not loaded completely but rather in "chunks". You need to hit "Load More Items" to load the rest of the view. This was done because if you 100s of items in a view, it could take a very long time to render. Another feature that I added, was searching to the Browser panel. This does a simple title search across ALL Video/TV media files. The next improvement comes in the form of a download manager in phoenix. This download manager is used by the fanart downloader and it support downloading fanart in multiple threads and it contains a retry queue if a download fails for some reason. I also added a bunch of "batch" operations to folder views in the browser. You can set groups of items Watched/UnWatched, Archived/UnArchived, clean fanart, clean properties, import as recordings, etc. As I need more batch operations, I'll add them to this menu. Full Changelog includes... bmtweb 4.6 * Changed the UI so that it will only load a small number of items per view. Large Views were slow to load on the UI and very frustrating. * Fixed Success Count in scanner to show correctly * Fixed issue with Scanner, since the scan progress was not being updated correctly * Added Batch Operations to folder views. You can now set watched/unwatched, archived/unarchived, import/unimport as tv, clean metadata, remove fanart, and remove properties. * Can apply custom image transformation (ie, scale, etc) to a mediaitem thumbnail. * Added Search Box to the Browser phoenix-core 2.0.10 * Import Recordings an now be Archived or Not Archived (Configuration Setting) * Added new tv scraper for Show -- EpisodeTitle (evilpenguin) * Changed tv scrapers to allow for more than 99 episodes in a season * Added DownloadManager * Fanart now uses DownloadManager; Failed images will retry. * Added Logging to the phoenix-metadata for Fanart Images * Fixed update issues in automatic scanner (was not updating totals and worked amounts correctly) * Fixed issue where some fanart was not being downloaded correctly when duplication filenames were in the url * Added Visitors for batch operations, such as watched, achived, import as tv, clean metadata/fanart * Fixed issue where some files would fail if they contained special characters, such as %.
__________________
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 Last edited by stuckless; 08-22-2010 at 01:00 PM. |
#13
|
|||
|
|||
Trying out newest version
Grouping doesn't appear to work the same as it did 2 versions back. Individual shows for a series are being displayed in the primary window and not under the series grouping. Attempting to edit individual shows and getting error that external ID cannot be blank. Did a lookup which found the show information but save still failed with same error. EDIT -- Scratch all the above. I am giving up and re-importing all folders. I'll let you know if I have problems after that. I think most of the issues I am seeing is based on different imports using different versions of BMT. I'll clean out all the properties files before I re-import. Last edited by ranger; 08-22-2010 at 03:02 PM. |
#14
|
||||
|
||||
Quote:
Could you verify that you are running phoenix 2.0.10 and the 4.6 of the web ui. I may have to add some debug logging, if you are, in order to figure out what is different about your setup.
__________________
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 |
#15
|
|||
|
|||
I am doing a complete re-import instead as I think the various imports over multiple versions of BMT isn't helping any. So far it seems to be working.
Question - How should "Specials" be handled with BMT? TVDB lists them as SEASON 0, but BMT doesn't seem to handle that season number. |
#16
|
||||
|
||||
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 |
#17
|
||||
|
||||
Quote:
Last edited by stuckless; 08-24-2010 at 11:21 AM. |
#18
|
||||
|
||||
Do you mean, having a batch operation that can set a specific genre, parental rating, etc?
__________________
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 |
#19
|
||||
|
||||
Quote:
Also it would be nice being able to modify the genre directly via the WebUI interface, instead that from sageTV, this is useful when you want create metadata, lets says, for your children videos which metadata are not loaded from IMDB obviously. |
#20
|
||||
|
||||
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 |
Metadata Tools 4.2 Bugs in Sage V7? | FidgetyRat | SageTV v7 Customizations | 4 | 07-07-2010 10:52 AM |
Warring metadata tools | davidk21770 | SageTV v7 Customizations | 1 | 06-09-2010 11:07 AM |
Metadata Tools Roadmap | stuckless | Batch Metadata Tools | 0 | 05-21-2010 12:41 PM |
Metadata Tools (Donations) | stuckless | SageTV Customizations | 4 | 06-26-2009 05:54 AM |