This guide shows two methods of installing Jellyfin on termux
Note: only tested on aarch64/arm64
These steps are same for both methods:
- Update the repo
pkg update
| # An afternoon hack script to convert 100's of old Pagemaker files into PDF for reading | |
| # Got tired looking for a good converter. Almost none exist..... Some bad business Adobe ! | |
| # Requires Powershell, WASP, Adobe Pagemaker (running as PM70, modify otherwise) with Distiller PDF conversion support | |
| # If some files are not converted, do a re-run of the script, which processes the PMD files for which PDF file has not been created. | |
| $path = "C:\PDFCollection\" | |
| $pmdfilelist = Get-ChildItem $path -filter *.pmd -recurse |