mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename autoorganize files
This commit is contained in:
parent
e02f9c8726
commit
2246bd8165
5 changed files with 7 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="#" data-role="button" class="ui-btn-active">Activity Log</a>
|
<a href="#" data-role="button" class="ui-btn-active">Activity Log</a>
|
||||||
<a href="libraryfileorganizer.html" data-role="button">TV Settings</a>
|
<a href="autoorganizetv.html" data-role="button">TV Settings</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="margin: -15px 0 1em; text-align: right;">
|
<div style="margin: -15px 0 1em; text-align: right;">
|
|
@ -9,13 +9,13 @@
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div class="content-primary">
|
<div class="content-primary">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||||
<a href="libraryfileorganizerlog.html" data-role="button">Activity Log</a>
|
<a href="autoorganizelog.html" data-role="button">Activity Log</a>
|
||||||
<a href="#" data-role="button" class="ui-btn-active">TV Settings</a>
|
<a href="#" data-role="button" class="ui-btn-active">TV Settings</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="libraryFileOrganizerForm">
|
<form class="libraryFileOrganizerForm">
|
||||||
|
|
||||||
<p>The file organizer monitors your download folders for new files and moves them to your media directories.</p>
|
<p>Auto-organize monitors your download folders for new files and moves them to your media directories.</p>
|
||||||
|
|
||||||
<p>TV file organizing will only add episodes to existing series. It will not create new series folders.</p>
|
<p>TV file organizing will only add episodes to existing series. It will not create new series folders.</p>
|
||||||
<ul data-role="listview" class="ulForm" style="margin-bottom: 0!important;">
|
<ul data-role="listview" class="ulForm" style="margin-bottom: 0!important;">
|
|
@ -749,6 +749,10 @@ var Dashboard = {
|
||||||
name: "Metadata",
|
name: "Metadata",
|
||||||
href: "metadata.html",
|
href: "metadata.html",
|
||||||
selected: pageElem.id == "metadataConfigurationPage" || pageElem.id == "advancedMetadataConfigurationPage" || pageElem.id == "metadataImagesConfigurationPage"
|
selected: pageElem.id == "metadataConfigurationPage" || pageElem.id == "advancedMetadataConfigurationPage" || pageElem.id == "metadataImagesConfigurationPage"
|
||||||
|
}, {
|
||||||
|
name: "Auto-Organize",
|
||||||
|
href: "autoorganizelog.html",
|
||||||
|
selected: page.hasClass("organizePage")
|
||||||
}, {
|
}, {
|
||||||
name: "Plugins",
|
name: "Plugins",
|
||||||
href: "plugins.html",
|
href: "plugins.html",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue