I use two XTAR 16850-3500 cells and I get about 8h of active usage out of them.
sudo apt install gnome-shell gdm3| set ssl_starttls=yes | |
| set ssl_force_tls=yes | |
| set imap_user = '[email protected]' | |
| set imap_pass = 'password_here' | |
| set from= $imap_user | |
| set use_from=yes | |
| set realname='Your_Name' | |
| set folder = imaps://imap-mail.outlook.com:993 | |
| set spoolfile = "+INBOX" |
| -- Version: QT 7 for OSX 10.6 | |
| on run | |
| set unixpath to "/Volumes/Mac HD/Users/Movies/thefilm.mov" | |
| set macfile to (POSIX file unixpath) | |
| delay 1 | |
| tell application "QuickTime Player 7" | |
| activate | |
| delay 1 | |
| open file macfile | |
| set looping of document 1 to true |