|
7 | 7 | </head> |
8 | 8 | <body> |
9 | 9 | <div class="help-container"> |
10 | | - <h1>Help Center</h1> |
| 10 | + <h1 class="helph1">Help Center</h1> |
11 | 11 | <section id="yt-dlp-help"> |
12 | | - <h2>YT-DLP Help</h2> |
13 | | - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla convallis egestas rhoncus. Donec facilisis fermentum sem, ac viverra ante luctus vel. Donec vel mauris quam.</p> |
14 | | - <p>Etiam vitae lectus vel tortor ullamcorper venenatis. Duis tincidunt, urna quis varius placerat, libero ligula laoreet arcu, sed rutrum leo tortor nec nibh. Nunc sed fringilla magna.</p> |
| 12 | + <h2 class="helph2"><i class="fas fa-video"></i> YT-DLP FAQ</h2> |
| 13 | + <div class="faq-content"> |
| 14 | + <h3>Which sites are supported?</h3> |
| 15 | + <p>Find supported sites in the generic video downloading tab's supported sites section.</p> |
| 16 | + </div> |
| 17 | + </section> |
| 18 | + <section id="generic-faq"> |
| 19 | + <h2 class="helph2"><i class="fas fa-question-circle"></i> Generic FAQ</h2> |
| 20 | + <div class="faq-content"> |
| 21 | + <h3>Downloads get stuck, what to do?</h3> |
| 22 | + <p>Make sure to diagnose the issue. Currently, you can start the app from the terminal to debug.</p> |
| 23 | + <h3>Deleted files aren’t removed from my PC.</h3> |
| 24 | + <p>This is expected behavior for now. We’ll be fixing this in a future update.</p> |
| 25 | + <h3>How to report an issue/feature request?</h3> |
| 26 | + <p>Visit our main project page and create a new issue: <a class="linkRef" onclick=openPopup("https://github.com/MediaHarbor/mediaharbor/issues")>GitHub Issues</a>.</p> |
| 27 | + </div> |
15 | 28 | </section> |
16 | 29 | <section id="streamrip-help"> |
17 | | - <h2>Streamrip Help</h2> |
18 | | - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque at tincidunt magna. Phasellus sed nulla augue. Integer congue, eros non commodo viverra, urna eros tristique est, ac hendrerit urna est non felis.</p> |
19 | | - <p>Maecenas ut dolor in libero consequat scelerisque. Curabitur eu nibh ac lorem feugiat euismod vel nec libero. Donec non risus sollicitudin, fermentum turpis nec, congue elit.</p> |
| 30 | + <h2 class="helph2"><i class="fas fa-music"></i> Streamrip FAQ</h2> |
| 31 | + <div class="faq-content"> |
| 32 | + <h3>Streamrip downloads (Qobuz, Deezer, Tidal) get stuck, what to do?</h3> |
| 33 | + <p>Try running <code>$custom_rip config reset</code>. If unresolved, try downloading from your terminal. If it fixes, create a new issue</p> |
| 34 | + </div> |
20 | 35 | </section> |
21 | 36 | <section id="search-help"> |
22 | | - <h2>Search Help</h2> |
23 | | - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras mattis consectetur purus sit amet fermentum.</p> |
24 | | - <p>Aenean lacinia bibendum nulla sed consectetur. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> |
| 37 | + <h2 class="helph2"><i class="fas fa-search"></i> Search FAQ</h2> |
| 38 | + <div class="faq-content"> |
| 39 | + <h3>What is this?</h3> |
| 40 | + <p>A search function using API requests is in progress. Meanwhile, use your service’s search page.</p> |
| 41 | + </div> |
25 | 42 | </section> |
26 | | - <section id="general-help"> |
27 | | - <h2>General Help</h2> |
28 | | - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis interdum.</p> |
29 | | - <p>Sed posuere consectetur est at lobortis. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</p> |
| 43 | + <section id="sponsor-help"> |
| 44 | + <h2 class="helph2"><i class="fas fa-hand-holding-usd"></i> How to Sponsor this Project?</h2> |
| 45 | + <div class="faq-content"> |
| 46 | + <p>Support us via the sponsor button on our project page: <a class="linkRef" onclick=openPopup("https://github.com/MediaHarbor/mediaharbor/")>GitHub Sponsor</a>.</p> |
| 47 | + <p>All donations are appreciated!</p> |
| 48 | + </div> |
30 | 49 | </section> |
31 | 50 | </div> |
32 | 51 | </body> |
|
0 commit comments