-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add APIC frame support to 'get' command #2
Comments
@malor I wonder what your opinion on this? |
I want to say a temporary file (some graphical terminal emulators would even recognize a link and make it clickable?), but it's not clear to me who and when is supposed to clean it up later. It's a temporary directory, yes, but multiple calls to |
Text wrapped into OSC 8 is considered to be a hyperlink by supported terminals. I think this a good idea to provide such functionality.
Yeah, correct. We can probably implement proper cleanup for 'edit' command by calling 'unlink()' on the file just right after we opened it, but it cannot be applied to 'get' command. I think we can probably live with that until we implement a better solution. Or maybe considering an extra flag to support base64 format too. |
APIC frame contains a picture of one of the media file covers. Currently APIC frame support is limited by 'set' command, but not 'get'. We have to figure out the best way to support APIC frame in 'get' command.
At this point two options are considered:
The text was updated successfully, but these errors were encountered: