You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ made in Norway 🇳🇴
56
56
*[creating a playlist](#creating-a-playlist) - with a standalone mediaplayer or copyparty
57
57
*[audio equalizer](#audio-equalizer) - and [dynamic range compressor](https://en.wikipedia.org/wiki/Dynamic_range_compression)
58
58
*[fix unreliable playback on android](#fix-unreliable-playback-on-android) - due to phone / app settings
59
+
*[textfile viewer](#textfile-viewer) - with realtime streaming of logfiles and such
59
60
*[markdown viewer](#markdown-viewer) - and there are *two* editors
60
61
*[markdown vars](#markdown-vars) - dynamic docs with serverside variable expansion
61
62
*[other tricks](#other-tricks)
@@ -257,7 +258,8 @@ also see [comparison to similar software](./docs/versus.md)
257
258
* ☑ play video files as audio (converted on server)
258
259
* ☑ create and play [m3u8 playlists](#playlists)
259
260
* ☑ image gallery with webm player
260
-
* ☑ textfile browser with syntax hilighting
261
+
* ☑ [textfile browser](#textfile-viewer) with syntax hilighting
262
+
* ☑ realtime streaming of growing files (logfiles and such)
261
263
* ☑ [thumbnails](#thumbnails)
262
264
* ☑ ...of images using Pillow, pyvips, or FFmpeg
263
265
* ☑ ...of videos using FFmpeg
@@ -1127,6 +1129,18 @@ not available on iPhones / iPads because AudioContext currently breaks backgroun
1127
1129
due to phone / app settings, android phones may randomly stop playing music when the power saver kicks in, especially at the end of an album -- you can fix it by [disabling power saving](https://user-images.githubusercontent.com/241032/235262123-c328cca9-3930-4948-bd18-3949b9fd3fcf.png) in the [app settings](https://user-images.githubusercontent.com/241032/235262121-2ffc51ae-7821-4310-a322-c3b7a507890c.png) of the browser you use for music streaming (preferably a dedicated one)
1128
1130
1129
1131
1132
+
## textfile viewer
1133
+
1134
+
with realtime streaming of logfiles and such , and terminal colors work too
1135
+
1136
+
(TODO: add screenshots)
1137
+
1138
+
click `-txt-` next to a textfile to open the viewer, which has the following toolbar buttons:
1139
+
1140
+
* `✏️ edit` opens the textfile editor
1141
+
* `📡 follow` starts monitoring the file for changes, streaming new lines in realtime
1142
+
1143
+
1130
1144
## markdown viewer
1131
1145
1132
1146
and there are *two* editors
@@ -2425,6 +2439,9 @@ interact with copyparty using non-browser clients
2425
2439
* and for screenshots on macos, see [./contrib/ishare.iscu](./contrib/#ishareiscu)
2426
2440
* and for screenshots on linux, see [./contrib/flameshot.sh](./contrib/flameshot.sh)
2427
2441
2442
+
* [Custom Uploader](https://f-droid.org/en/packages/com.nyx.custom_uploader/) (an Android app) as an alternative to copyparty's own [PartyUP!](#android-app)
2443
+
* works if you set UploadURL to `https://your.com/foo/?want=url&pw=hunter2` and FormDataName `f`
2444
+
2428
2445
* contextlet (web browser integration); see [contrib contextlet](contrib/#send-to-cppcontextletjson)
0 commit comments