-
-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathmkdocs.yml
More file actions
147 lines (139 loc) · 4.59 KB
/
Copy pathmkdocs.yml
File metadata and controls
147 lines (139 loc) · 4.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
site_name: Tunarr
repo_name: chrisbenincasa/tunarr
repo_url: https://github.com/chrisbenincasa/tunarr
edit_uri: edit/dev/docs/
site_url: https://tunarr.com/
theme:
name: material
custom_dir: docs/overrides
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: assets/tunarr.png
features:
- navigation.tracking
- navigation.path
- navigation.sections
- navigation.indexes
- navigation.footer
- content.code.copy
- content.code.select
- content.tooltips
- content.action.edit
- content.action.view
nav:
- Home: index.md
- API Docs: api-docs.html
- Getting Started:
- Install: getting-started/installation.md
- Run: getting-started/run.md
- Setup: getting-started/setup.md
- Migration:
- Migrate to 1.0: getting-started/migration/migrate-to-1.md
- Configure:
- Media Sources:
- configure/media_sources/index.md
- Plex: configure/media_sources/plex.md
- Jellyfin: configure/media_sources/jellyfin.md
- Emby: configure/media_sources/emby.md
- Local:
- configure/media_sources/local/index.md
- Movies: configure/media_sources/local/movies.md
- Shows: configure/media_sources/local/shows.md
- Other Video: configure/media_sources/local/other_videos.md
- Music: configure/media_sources/local/music.md
- Music Videos: configure/media_sources/local/music_videos.md
- FFmpeg:
- configure/ffmpeg/index.md
- Transcode Configs: configure/ffmpeg/transcode_config.md
- Search:
- misc/search/index.md
- Channels:
- configure/channels/index.md
- Properties: configure/channels/properties.md
- Flex: configure/channels/flex.md
- EPG: configure/channels/epg.md
- Transcoding: configure/channels/transcoding.md
- Watermarks: configure/channels/watermarks.md
- Programming: configure/channels/programming.md
- Library:
- configure/library/index.md
- Filler: configure/library/filler.md
- Custom Shows: configure/library/custom-shows.md
- Smart Collections: configure/library/smart-collections.md
- Scheduling:
- configure/scheduling/index.md
- Concepts: configure/scheduling/concepts.md
- Slot Editor: configure/scheduling/random-slots.md
- Time Slots: configure/scheduling/time-slots.md
- Cyclic Shuffle: configure/scheduling/cyclic-shuffle.md
- Block Shuffle: configure/scheduling/block-shuffle.md
#- Balance: configure/scheduling/balance.md
- Mid-Roll Breaks: configure/scheduling/mid-roll-breaks.md
- Replicate: configure/scheduling/replicate.md
- Consolidate: configure/scheduling/consolidate.md
- Clients:
- configure/clients/index.md
- Plex: configure/clients/plex.md
- Jellyfin: configure/clients/jellyfin.md
- System:
- configure/system/index.md
- Backup: configure/system/backup.md
- Logging: configure/system/logging.md
- Misc.:
- FAQ: misc/faq.md
- Common Issues: misc/common-issues.md
- Stream Troubleshooter: misc/troubleshooting.md
- Development:
- Contributing: dev/contributing.md
markdown_extensions:
- admonition
- abbr
- md_in_html
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- docs-extras/includes/definitions.md
- tables
extra_css:
- stylesheets/extra.css
extra:
status:
new: Alpha only!
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/nYkb7MhPfD
name: Join the Tunarr Discord
- icon: fontawesome/solid/heart
link: https://github.com/sponsors/chrisbenincasa
name: Sponsor Tunarr on GitHub
plugins:
- glightbox
- search
watch:
- docs-extras/includes