'' ''
upload files and links to a copyparty server by sharing them to this app
primarily made for this year's meadup, letting a room full of nerds throw memes onto the big screen
only the PUT API is implemented for now so there is no resumable uploads yet
- install the app
- open it and set your server url (and password if applicable)
now all share buttons in other apps/browsers will have "Party UP!" as an option, letting you upload pics / vids / twitter links / anything really
as of Android 11 (SDK30), a new API for sharing files was unfortunately enforced
if you get Error3: java.io.FileNotFoundException
then that's because you are sharing files from an app which is still using the old API, which has now become forbidden for new apps to use
if you really need to share files from such outdated apps, then you'll have to use PartyUP 1.6.0 or older -- these versions were compiled for Android 9 (SDK28) which gives them permission to use the old API
setup a raspberry pi (raspbian or something else with a desktop) with the very-bad-idea plugin:
sudo apt install xdotool wmctrl libnotify-bin
curl -LO https://github.com/9001/copyparty/releases/latest/download/copyparty-sfx.py
curl -LO https://raw.githubusercontent.com/9001/copyparty/hovudstraum/bin/mtag/very-bad-idea.py
python3 copyparty-sfx.py --urlform save,get -a kevin:hunter2 -v.::rw,kevin:c,e2d,e2t,mte=+a1:c,mtp=a1=ad,t3,kn,very-bad-idea.py
WARNING: by design, the very-bad-idea
plugin makes it possible for anyone (with upload access) to hijack the copyparty server... so keep this on a LAN with people you trust, and give it a good password!
- and replace the example password
hunter2
for the example accountkevin
as appropriate
now, every time someone uploads something, it'll appear on the screen
- there is no queue system, it just goes
check the startup script in the very-bad-idea docstring for some bonus features,
- display a QR-code on the screen which takes people to the upload page
- make chrome autoplay audio on all pages
also twitter-unmute.user.js to play twitter links with audio