rsync -av -e "ssh -p 8022" ~/Music <username>@<ip_address>:/data/data/com.termux/files/home/storage/music
-Refreshing the Android
-MediaStore
-Android uses a Database to store files. In order to play your music,
-this database needs to be refreshed. This can be achieved by a reboot or
-by using adb to manually refresh it.
-sudo dnf install adb
-Connect the Android device via USB and see if it is listed.
-adb devices
-If it is, restart adb in TCP mode with port 5555
-adb tcpip 5555
-Connect to the device using its .
-adb connect <ip_address>
-Refresh MediaStore.
-adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN -d file:///data/data/com.termux/files/home/storage/music/