Commit Graph

16643 Commits

Author SHA1 Message Date
Zachary Klosko 01b2ec21cb Updated podcasts page, spring cleaning of screenshots 2020-05-01 13:51:22 -04:00
Zachary Klosko a9cb5b4b81 Added information on how to use ufw 2020-05-01 13:28:23 -04:00
Zachary Klosko e8a22350cc Fixing bad link 2020-05-01 13:19:01 -04:00
Zachary Klosko f2e13cab8f Updating docs pages post merging tutorials and how-tos 2020-05-01 13:15:48 -04:00
Zachary Klosko 2ef47e8a23 Remove old readme for Airtime 2020-05-01 13:12:01 -04:00
Zachary Klosko 65a5eb0c3d Merging tutorials and how-tos 2020-05-01 11:01:24 -04:00
Zachary Klosko 59e7f7e32b Updated incorrect link 2020-05-01 10:45:14 -04:00
Zachary Klosko ea1d922fca Updated index.md 2020-05-01 10:43:16 -04:00
Zachary Klosko 149d5b8f35 Filled out radio page and added screenshots 2020-05-01 10:40:31 -04:00
Zachary Klosko c53ac59b51 Added how to starting services at boot and fixing issue #473 2020-05-01 09:59:04 -04:00
Kyle Robbertze 1d65945ed3 Merge remote-tracking branch 'farguss/master' 2020-05-01 09:55:51 +02:00
Zachary Klosko da066248d4 Fixed typos 2020-04-30 22:36:19 -04:00
Zachary Klosko 7e20d55e6d Added more information on configuring Netplan 2020-04-30 18:31:18 -04:00
Zachary Klosko cb0aee1a5a Updated formatting 2020-04-30 18:21:00 -04:00
Zachary Klosko eebce92276 Added information on how to set static IP using Netplan 2020-04-30 16:09:27 -04:00
Zachary Klosko db22d5e9c1 Fixed broken link 2020-04-30 15:50:21 -04:00
Zachary Klosko 87a178b4fc Updated installer page for clarity 2020-04-30 15:49:30 -04:00
Zachary Klosko 7df8edb544 Added screenshots to features page 2020-04-30 09:56:21 -04:00
Zachary Klosko 1bcbd7fa9a
Added screenshots 2020-04-29 19:17:37 -04:00
Zachary Klosko 4560e4369e
Added podcast page screenshots 2020-04-29 19:12:22 -04:00
Zachary Klosko 0a3e33042f
Updated screenshot and features of upload page 2020-04-29 19:05:36 -04:00
Zachary Klosko f6b37f8e87
Uploading cropped new screenshot 2020-04-29 18:56:33 -04:00
Zachary Klosko 6d44a65428
Need to crop 2020-04-29 18:55:37 -04:00
Zachary Klosko 5820362cf6
Hopefully fixed with new screenshot 2020-04-29 18:54:06 -04:00
Zachary Klosko f1fb2b8aa1
Oops 2020-04-29 18:53:28 -04:00
Zachary Klosko 6c6ad7249d
Uploading screenshot with current interface 2020-04-29 18:51:56 -04:00
Zachary Klosko a539d6ea3b
Interface is out of date 2020-04-29 18:51:27 -04:00
Zachary Klosko 8404c4a522
Added spaces for readability 2020-04-29 18:50:11 -04:00
Zachary Klosko 3b4c415c62
Updating out-of-date docs 2020-04-29 18:49:13 -04:00
Zachary Klosko fdda618073
Uploaded current screenshot 2020-04-29 18:46:21 -04:00
Zachary Klosko 29aa01cd1d
Oops 2020-04-29 18:45:50 -04:00
Zachary Klosko 7717949860
Added updated screenshot 2020-04-29 18:43:13 -04:00
Zachary Klosko 88f5e80841
Screenshot out of date 2020-04-29 18:42:09 -04:00
Kyle Robbertze cf3b9782ac fix legacy version check 2020-04-29 19:06:52 +02:00
Kyle Robbertze 6640e5624c move legacy script to python3 2020-04-29 19:06:52 +02:00
Keoni Mahelona 30d6db1e5e Make sure command calls python3 2020-04-29 19:06:52 +02:00
Keoni Mahelona 91996c91bc Remove double encode which caused webstream playout to break 2020-04-29 19:06:52 +02:00
Kyle Robbertze ca0d01b693 Fix mutagen to compatible versions 2020-04-29 19:06:52 +02:00
Keoni Mahelona d48e792922 Checking type of command to only encode if string. 2020-04-29 19:06:52 +02:00
Keoni Mahelona 348f8573c7 Add traceback so we can debug. 2020-04-29 19:06:52 +02:00
Keoni Mahelona 9724298f40 Use `utf-8` encoding. 2020-04-29 19:06:52 +02:00
Keoni Mahelona 0a9781d138 Added traceback so we can find the bug 2020-04-29 19:06:52 +02:00
Keoni Mahelona 0289f84111 Ok hopefully this is it. python3 requries a bytestring https://docs.python.org/3.7/library/telnetlib.html 2020-04-29 19:06:52 +02:00
Keoni Mahelona dd46b4c984 Remove .encode(). Not needed in python3 2020-04-29 19:06:52 +02:00
Keoni Mahelona 42a5937288 Updated other old tn.write() functions 2020-04-29 19:06:52 +02:00
Keoni Mahelona 1ac3f691b4 Fixed #968. Needed to send a byte string to telnet not a normal string. 2020-04-29 19:06:52 +02:00
Keoni Mahelona a643883d06 Set pika version to ~1.1.0 to prevent api updates from breaking code.
Updated message_listener for new version.
2020-04-29 19:06:52 +02:00
Keoni Mahelona 4a45225369 Suggest using `universal_newlines` as the alias `text` only works for python 3.7 and above.
Default python3 for example is 3.6 in Ubuntu Bionic and therefore liquidsoap fails with parameter `text`.
2020-04-29 19:06:52 +02:00
Kyle Robbertze 6ebb1fd555 more pypo fixes 2020-04-29 19:06:52 +02:00
Kyle Robbertze 44a0cb50e1 Follow pip best practices
Let apt manage system pip3 version
2020-04-29 19:06:52 +02:00