|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
||||
|
||||
you probably know that MyMovie doesn't use Phoenix fanart, well it does, but limited to the backgrounds, all the other metadata are in separate files and not in the wiz.bin like BMT/Phoenix does...and to be quite honest this is a real shame as like you I'm very keen on using SMM, but the thought of redoing 2000+ DVDs metadata kills me...
|
#62
|
||||
|
||||
MyMovies will work file with Phoenix - there will be some integration required at some point but just because they are getting metadata from different locations doesn't mean it won't work.
You could run Phoenix UI + MyMovies but have the metadata provided by Ortus if you wanted to - and some might btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#63
|
||||
|
||||
You could run Phoenix UI + MyMovies but have the metadata provided by Ortus if you wanted to - and some might
...I'm probably completely wrong, but this involves triplication of the same metadata, wouldn't be more simple to use one source of metadata? Don't get me wrong and I don't want to minimise all the fantastic work you guys are doing, but at the end of the day Phoneix/SMM/Ortus/??? are graphical front end to the metadata provided by SageTV and stored in the wiz.bin; as software engineer myself I wouldn't go into trouble to reinvent a new source of metadata if I already got one which is reliable, debugged and accessible via clean API interface, does make sense? |
#64
|
||||
|
||||
I'm not saying it's the recommended setup, but nothing would preclude anything from working just because there are 3 sources of data......
btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#65
|
||||
|
||||
I'm glad I made the decision while ago to stick with BMT/Phoenix as I can wait to use what you guys are making for the community...BTW have you guys some preview of the Movie/Music/Photo sections....OK, all right, I know, stop barking and just seat/wait/see...
|
#66
|
|||
|
|||
Quote:
Also you can't use phoenix or ortus metadata in MyMovies just wanted to re clarify that as the statement there claims it can and that is not possible. You can however like bailo said use mymovies to provide metadata to the core sagetv database however fanart from mymovies will not be pulled into ortus or phoenix unless they chose to or I decide to right a implementation class for them. (outside of my SMM interface that is.) |
#67
|
|||
|
|||
Quote:
MyMovies is meant just for my interface but my interface will be brought into the phoenix STV just like it is the default and will be ortus. |
#68
|
||||
|
||||
Quote:
That being said, the Phoenix metadata apis do fetch metadata from external sources and it populates the wiz.bin directly, which is clean, and results in less duplication. But, fanart is another story. There is nothing in sagetv about handling fanart, so each system, phoenix, ortus, mymovies, etc will have their own preference on how it should be done. I agree that there is overlap in the 3 projects... but at the end of the day, choice is good, and progress happens simply because there is choice. 3 projects means 3 different design goals, engineering goals, 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 |
#69
|
|||
|
|||
perfectly stated
|
#70
|
||||
|
||||
...three times debugging...
Quote:
|
#71
|
|||
|
|||
Quote:
I could have and may one day support the default db (probably will but way off in future). but then the features will be pretty limited as just the core will pretty much remain with out all the advance searches/filters and such that are available through MyMovies only. My main decision for not writing to the DB was to not interfere with BMT or Ortus or the default. Could I have written the code to not interfere and write to the default db absolutely but it would have taken more time I didn't have currently. Plus I am more comfortable with SQL databases then sage and that is just my preference. No sorry back on topic please post in the sub forum this forum is for the great work phoenix guys are doing not me |
#72
|
|||
|
|||
Back on topic... looks awesome!!
A couple of questions that popped into my head - and please don't take this as criticism, because it looks great - I'm just curious: 1) How are you handling current recordings vs. archived recordings? More specifically, how would you get to archived recordings? Will there be a selection within, maybe, "Admin Tools", that determines whether that menu item on the "Info key" popup is "current", "archived", or "all"? 2) Are the menus going to be user-configurable at all? For example, will we be able to determine what "shortcuts" are on the pop-up menu that appears when you hit "Home"? Or at least be able to rename them or remove them? 3) Will we be able to determine a default view and path for, say, videos? For example, when I had v6 and nielm's DCM, I made a main menu link (called "DVD Collection") to take me, in "folder view", straight into a single folder that had my DVDs organized into folders by genre. Now, in v7 default (no menu customizing yet), when you click "Videos" and choose folder view, it shows you every folder you have that has videos in it, all in one big list. I don't like that. 4) Will there be the ability to add submenus or screens? And add shortcuts to them from one of the default menus? Example: in v6/DCM, I had a text file reader that I linked to my infopopup log file, and created a menu item called "Caller ID Log" (so I could see who had called recently). I also converted my Windows address book to a text file and had a menu item for "Address book" that I could pull up in Sage. And, of course, there were plugins like the "Weather Report Suite" and "MovieTimes" that required adding menu items to get to them. It would be great to be able to have these again. As you can tell (by #2, 3, and 4), I'm really missing nielm's DCM.
__________________
Server: AMD Athlon II x4 635 2.9GHz, 8 Gb RAM, Win 10 x64, Java 8, Gigabit network Drives: Several TB of internal SATA and external USB drives, no NAS or RAID or such... Software: SageTV v9x64, stock STV with ADM. Tuners: 4 tuners via (2) HDHomeruns (100% OTA, DIY antennas in the attic). Clients: Several HD300s, HD200s, even an old HD100, all on wired LAN. Latest firmware for each. |
#73
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
On a side note about Phoenix... Phoenix consists of an api, services, and a ui. Different plugins can depend on different levels of phoenix. For example, our Phoenix UI will depend on the core services, since they are required for us. But other plugins, such as bialio's fanart plugin, only depends on the phoenix-api, since it only needs access to the fanart/metadata apis. Once phoenix is released, different plugins can use the API in their own needs. ie, if someone wants to create another media browser plugin using the phoenix vfs, then they can do so, but the end user is not required to also install the phoenix ui. Or, dynamic menus can be added to the core stv, if someone wanted to write an implementation using the phoenix dynamic menu apis... and again, depending on the phoenix api doesn't mean that you need to install the phoenix ui (although I recommend that you do ). To date, many of the apis in phoenix are not released. The reason for this, is that as we implement various features, we sometimes change the API. But once phoenix is released, the apis are fair game to anyone.
__________________
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 |
#74
|
||||
|
||||
Quote:
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#75
|
|||
|
|||
#76
|
||||
|
||||
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
#77
|
|||
|
|||
It's beautiful. Looks like there is a LOT to Phoenix. Love it!
|
#78
|
|||
|
|||
That all sounds great, if not a little over my head (where's the emoticon for watching info sail over your head?).
If I translate your post correctly, stuckless, it sounds like, at release time, you would need to know XML to customize menus and add screens and such, and phoenix will not come with a "menu customization" function per se.... But phoenix will be set up in a way where people with programming knowledge (and Studio knowledge) can create plugins allowing various clever ways of UI customization (such as how nielm's original one worked with copy/pasting)? Is that right, or am I confused?
__________________
Server: AMD Athlon II x4 635 2.9GHz, 8 Gb RAM, Win 10 x64, Java 8, Gigabit network Drives: Several TB of internal SATA and external USB drives, no NAS or RAID or such... Software: SageTV v9x64, stock STV with ADM. Tuners: 4 tuners via (2) HDHomeruns (100% OTA, DIY antennas in the attic). Clients: Several HD300s, HD200s, even an old HD100, all on wired LAN. Latest firmware for each. |
#79
|
||||
|
||||
Quote:
But, if it doesn't come with that, then people would be able to customize views and menus by manually editing the XML files
__________________
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 |
#80
|
||||
|
||||
Couple more screen caps for your enjoyment. These are the other two options for the first screen you see in Phoenix - we are calling it the Landing Zone. Both of these are a lot more minimalistic than the Boxee version - for people who like simple and not a lot of clutter.
HText - made famous by SageMC and some little known upstart called XBMC? Vertical-style - pretty standard. The Serenity Skin (any SageMC'ers out there will recognize the cows and the orange!) is also in use for these shots. This is not the default skin in Phoenix, just one that ships with it btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Feature Request: one-shot favorite | robind | SageTV Software | 20 | 05-24-2011 08:30 AM |
First shot of hd-pvr no dice | PLUCKYHD | Hardware Support | 19 | 02-23-2009 11:16 AM |
CPU Peak Demand | Steve52 | Hardware Support | 1 | 09-11-2008 10:00 AM |
Shot Myself in the Foot! | rmbu | SageTV Software | 4 | 12-27-2005 05:15 PM |