added question to faq
This commit is contained in:
parent
e902fbf350
commit
8aaebc80ed
|
@ -243,6 +243,23 @@
|
|||
<div class="col-lg-12">
|
||||
<div class="accordion text-dark" id="accordionExample">
|
||||
|
||||
<!-- no mac? -->
|
||||
<div class="card">
|
||||
<div class="card-header" id="headingEight">
|
||||
<h5 class="mb-0">
|
||||
<button class="btn btn-link text-dark collapsed" type="button" data-toggle="collapse" data-target="#collapseEight" aria-expanded="true" aria-controls="collapseEight">
|
||||
Is there no version for Mac?
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapseEight" class="collapse show" aria-labelledby="headingEight" data-parent="#accordionExample">
|
||||
<div class="card-body">
|
||||
Try the Linux version. It contains shell scripts, which should work under Mac, too.
|
||||
If they don't work, please <a href="https://github.com/0xboobface/ctbrec/issues">ask for help</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- only .ts files -->
|
||||
<div class="card">
|
||||
<div class="card-header" id="headingOne">
|
||||
|
@ -252,7 +269,7 @@
|
|||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
|
||||
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample">
|
||||
<div class="card-body">CTB Recorder also creates a
|
||||
playlist file called playlist.m3u8. If your media player is
|
||||
capable of playing playlist, you can just open the playlist and
|
||||
|
|
Loading…
Reference in New Issue