-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a60fac
commit fa0bdba
Showing
14 changed files
with
119 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
--- | ||
title: Series and Blueprint Browser | ||
description: > | ||
Manually add a Series or Blueprint to create Title Cards for. | ||
--- | ||
|
||
# Series and Blueprint Browser | ||
|
||
!!! warning "Under Construction" | ||
|
||
This documentation is actively being developed. | ||
|
||
## Background | ||
From the left-hand navigation menu, new Series and Blueprints can be manually | ||
added and imported to TitleCardMaker. When on the home page, the | ||
:material-magnify-plus-outline: `Add New` sub-menu will appear. This can also | ||
be accessed from the search bar (top-left corner, or hitting the ++s++ key) and | ||
clicking the bottom `Search for ...` result. | ||
|
||
This page is separated into two sections, the Series browser - where new Series | ||
can be search for and added; and the Blueprints browser - where all Blueprint | ||
submissions can be viewed, filtered, and imported. | ||
|
||
## Adding Multiple Series | ||
|
||
If you are adding multiple Series (especially with the same Title Card | ||
configuration, or first a first-time setup) it is recommended to set up a | ||
[Sync](./syncs.md), as this automates the process. | ||
|
||
## Browse Series | ||
|
||
After typing the name of the Series you're looking to add, select the applicable | ||
Connection to search. The default is to search your global | ||
[Episode data source](./settings.md#episode-data-source), but it is largely | ||
irrelevant which Connection you browse (as TCM uses them all). Click `Search`. | ||
|
||
![Browsing Series](../assets/add_series_light.png#only-light){loading=lazy} | ||
![Browsing Series](../assets/add_series_dark.png#only-dark){loading=lazy} | ||
|
||
!!! note "Unclickable Results" | ||
|
||
Results which have already been imported will not be clickable, and will | ||
appear greyed out. See the first result above. | ||
|
||
The top results will appear below. Clicking a result will launch a separate | ||
dialog in which any libraries or [Templates](./templates.md) can be applied. Of | ||
course these can also be changed later by going to the Series page itself. | ||
|
||
In addition to the above Series options, you may also browse any existing | ||
[Blueprints](../blueprints.md) that are available for this Series. Clicking the | ||
`Import Series and Blueprint` button will start the Series import process - so | ||
be sure to have entered any libraries or Templates beforehand. | ||
|
||
If not utilizing a Blueprint, then click the `Add` :material-plus: button to add | ||
the Series to TitleCardMaker. | ||
|
||
## Quick-Adding Series | ||
|
||
On the right-hand side of the result is a `Quick-Add` button. This can be | ||
pressed to bypass the customization dialog and add the Series to TCM using | ||
__the last-selected library and Template options__. This can be useful if you | ||
are adding multiple related Series, but do not want to create a | ||
[Sync](./syncs.md). | ||
|
||
## Browse Blueprints | ||
|
||
!!! tip "Blueprints" | ||
|
||
Blueprints are described in much greater detail [here](../blueprints.md). | ||
|
||
Below the Series browser is the Blueprints browser. From here, you can view the | ||
Blueprint submissions for _all_ Series. These can be sorted by (Blueprint) | ||
release date and Series name. There are also two filter options which adjust | ||
_which_ Blueprints are displayed: | ||
|
||
- Only show Blueprints for Series which you have already added to TCM | ||
- Display Blueprints which you have already imported | ||
|
||
![](../assets/blueprint_all_light.webp#only-light){loading=lazy} | ||
![](../assets/blueprint_all_dark.webp#only-dark){loading=lazy} | ||
|
||
There are two actions for each Blueprint: | ||
|
||
- __Import__ - add the selected Blueprint (along with the associated Series | ||
_if_ it is not already in TCM). | ||
- __Hide__ - Remove the selected Blueprint from this list. However it will still | ||
be present if you browse for Blueprints [by Series](../blueprints.md#by-series). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.0-alpha.6.0-webui97 | ||
v2.0-alpha.6.0-webui98 |