diff --git a/README.md b/README.md index 734a80e..9318863 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ Toot must be authorized at the Mastodon instance. Bonus: Suggestion yt -## tweet_music +Example: +![alt text](./images/music-tweet.png "Screenshot Twitter") + +## tweet_music ist kaputt +## Twitter hat im Mai 2023 twurl abgeschaltet Finds Metatags of Audio-Players * VLC @@ -35,7 +39,4 @@ Twurl needs to be be authorized by Twitter Bonus: Suggests a Link to yt -Example: - -![alt text](./images/music-tweet.png "Screenshot Twitter") diff --git a/hear-and-tweet.desktop b/hear-and-tweet.desktop deleted file mode 100644 index 82683da..0000000 --- a/hear-and-tweet.desktop +++ /dev/null @@ -1,19 +0,0 @@ -[Desktop Entry] -Comment[de_DE]= -Comment= -Exec=cd /home/foo/git/tweet_and_toot/; ./tweet_music -GenericName[de_DE]= -GenericName= -Icon=application-x-clementine -MimeType= -Name[de_DE]=Höre und Twitter -Name=hear and tweet -Path= -StartupNotify=true -Terminal=true -TerminalOptions=\s--noclose -Type=Application -X-DBUS-ServiceName= -X-DBUS-StartupType= -X-KDE-SubstituteUID=false -X-KDE-Username= diff --git a/tweet_music b/tweet_music:_kaputt similarity index 97% rename from tweet_music rename to tweet_music:_kaputt index 473072c..392fe2e 100755 --- a/tweet_music +++ b/tweet_music:_kaputt @@ -1,3 +1,6 @@ +## ACHTUNG Twurl wurde im Mai 2023 von TWitter abgeschaltet. +## FUNKTIONIERT NICHT MEHR ! + #!/bin/bash #//config BASEDIR=$(readlink -f "$0" | xargs dirname)