Skip to content

Commit e0b9394

Browse files
committed
chore: Remove hr
1 parent ad84a3d commit e0b9394

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

docs/advanced/settings-reference.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
---
1+
22
sidebar_position: 4
33
description: Complete Settings page reference for M3U Editor
44
tags:
55
- Settings
66
- Configuration
77
- Admin
88
title: Settings Reference
9-
---
9+
1010

1111
# Settings Reference
1212

@@ -39,7 +39,7 @@ Complete guide to all settings available in the M3U Editor Settings page (admin-
3939
- **Default**: XL
4040
- **Description**: Maximum content width for better readability on large screens
4141

42-
---
42+
4343

4444
## 🔄 Proxy Tab
4545

@@ -87,7 +87,7 @@ Complete guide to all settings available in the M3U Editor Settings page (admin-
8787

8888
**Manage Profiles**: Link to Stream Profiles page
8989

90-
---
90+
9191

9292
## 🔗 Integrations Tab
9393

@@ -131,7 +131,7 @@ Complete guide to all settings available in the M3U Editor Settings page (admin-
131131
- **Default**: 40
132132
- **Description**: Max TMDB API requests per second
133133

134-
---
134+
135135

136136
## 📺 Streams Tab
137137

@@ -186,7 +186,7 @@ Same options as Series, but for VOD channels:
186186
- **Examples**: `"DE • "`, `"EN |"`, `"4K-"`
187187
- **Description**: Remove specific patterns from folder/file names
188188

189-
---
189+
190190

191191
## 💾 Backups Tab
192192

@@ -214,7 +214,7 @@ Same options as Series, but for VOD channels:
214214
- **Default**: Disabled
215215
- **Description**: Include EPG and Playlist files (increases backup size)
216216

217-
---
217+
218218

219219
## 🔔 Notifications Tab
220220

@@ -245,7 +245,7 @@ Configure email notifications for:
245245
- Backup created
246246
- Errors and failures
247247

248-
---
248+
249249

250250
## 🖥️ System Tab
251251

@@ -276,7 +276,7 @@ Configure email notifications for:
276276
- **Button**: Opens `/docs/api` in new tab
277277
- **Access**: Admin only
278278

279-
---
279+
280280

281281
## 🔧 Utility Buttons
282282

@@ -301,7 +301,7 @@ Configure email notifications for:
301301
- Freeing disk space
302302
- Testing logo changes
303303

304-
---
304+
305305

306306
## 💡 Tips & Best Practices
307307

docs/advanced/strm-files.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
22
sidebar_position: 3
33
description: Complete guide to .strm file generation for media server integration
44
tags:
@@ -9,7 +9,7 @@ tags:
99
- Jellyfin
1010
- Emby
1111
title: .strm Files Guide
12-
---
12+
1313

1414
# .strm Files for Media Server Integration
1515

@@ -33,7 +33,7 @@ http://your-ip:36400/stream/episode/12345
3333
**Automatic library updates** when content changes
3434
**Compatible** with existing media server workflows
3535

36-
---
36+
3737

3838
## 🚀 Quick Start
3939

@@ -64,7 +64,7 @@ http://your-ip:36400/stream/episode/12345
6464
3. Set library type (TV Shows or Movies)
6565
4. Scan library
6666

67-
---
67+
6868

6969
## ⚙️ Configuration Options
7070

@@ -120,7 +120,7 @@ Category + Title:
120120
/Movies/Action/Movie Title/Movie Title (2024).strm
121121
```
122122

123-
---
123+
124124

125125
## 📝 Filename Metadata
126126

@@ -153,7 +153,7 @@ Customize what appears in the filename for better media server recognition:
153153
/Movies/Action/The Matrix (1999) {tmdb-603}.strm
154154
```
155155

156-
---
156+
157157

158158
## 🔧 Advanced Settings
159159

@@ -187,7 +187,7 @@ Remove unwanted text from folder/file names:
187187

188188
**Use Case**: Cleaning up provider-added prefixes/suffixes
189189

190-
---
190+
191191

192192
## 🎬 Media Server Setup
193193

@@ -257,7 +257,7 @@ Remove unwanted text from folder/file names:
257257
4. Configure metadata providers (TMDB, TheTVDB)
258258
5. **Save**
259259

260-
---
260+
261261

262262
## 📂 Sync Location Requirements
263263

@@ -302,7 +302,7 @@ chown -R 1000:1000 /path/to/media/Series
302302
chmod -R 777 /path/to/media/Series
303303
```
304304

305-
---
305+
306306

307307
## 🔄 Syncing Process
308308

@@ -338,7 +338,7 @@ docker exec -it m3u-editor php artisan app:sync-series-strm-files
338338
docker exec -it m3u-editor php artisan app:sync-vod-strm-files
339339
```
340340

341-
---
341+
342342

343343
## 🎨 Filename Examples
344344

@@ -386,7 +386,7 @@ docker exec -it m3u-editor php artisan app:sync-vod-strm-files
386386
/Movies/Sci-Fi/The Matrix/The Matrix (1999) [tmdb-603].strm
387387
```
388388

389-
---
389+
390390

391391
## 🔍 Troubleshooting
392392

@@ -436,7 +436,7 @@ cat /path/to/media/Series/Show/S01E01.strm
436436
2. Or manually sync Series/VOD
437437
3. Trigger media server library scan
438438

439-
---
439+
440440

441441
## 💡 Best Practices
442442

@@ -476,7 +476,7 @@ cat /path/to/media/Series/Show/S01E01.strm
476476
- Similar to Plex settings
477477
- Square brackets work well
478478

479-
---
479+
480480

481481
## 🔗 Stream URLs
482482

@@ -506,7 +506,7 @@ http://your-ip:36400/stream/episode/12345?proxy=false
506506
http://your-ip:36400/stream/episode/12345?proxy=true
507507
```
508508

509-
---
509+
510510

511511
## 📊 Monitoring
512512

@@ -526,7 +526,7 @@ find /path/to/media/Series -name "*.strm" | wc -l
526526
find /path/to/media/Series -name "*.strm" -mtime -1
527527
```
528528

529-
---
529+
530530

531531
## 🆘 Getting Help
532532

0 commit comments

Comments
 (0)