Custom handling of URIs #1

Closed
opened 2022-09-02 21:29:48 +00:00 by emma · 0 comments
Owner
Retr0id#9647 [2022-09-02 | 10:15:15]: Maybe its "out of scope", but it would be cool to have e.g. spotify links open in the native spotify app - could specify domain->app mappings in a config file

Emma Tebibyte#3123 [2022-09-02 | 16:33:34]: i think spotify:// links do already open in the Spotify desktop app

Retr0id#9647 [2022-09-02 | 16:33:43]: but not spotify.com links

Emma Tebibyte#3123 [2022-09-02 | 16:33:47]: oh!
                                            would the app handle them?

Retr0id#9647 [2022-09-02 | 16:33:56]: yeah
                                      iirc

Emma Tebibyte#3123 [2022-09-02 | 16:34:51]: idk about directly supporting proprietary software but i might add some configuration that allows you to specify what patterns the regex is looking for and what app to open it in
                                            like
                                            [custom]
                                            # Add custom entries here
                                            spotify = ^https://spotify.com/
                                            or something similar
                                            where the key is the application and the value is the regex pattern
``` Retr0id#9647 [2022-09-02 | 10:15:15]: Maybe its "out of scope", but it would be cool to have e.g. spotify links open in the native spotify app - could specify domain->app mappings in a config file Emma Tebibyte#3123 [2022-09-02 | 16:33:34]: i think spotify:// links do already open in the Spotify desktop app Retr0id#9647 [2022-09-02 | 16:33:43]: but not spotify.com links Emma Tebibyte#3123 [2022-09-02 | 16:33:47]: oh! would the app handle them? Retr0id#9647 [2022-09-02 | 16:33:56]: yeah iirc Emma Tebibyte#3123 [2022-09-02 | 16:34:51]: idk about directly supporting proprietary software but i might add some configuration that allows you to specify what patterns the regex is looking for and what app to open it in like [custom] # Add custom entries here spotify = ^https://spotify.com/ or something similar where the key is the application and the value is the regex pattern ```
emma added a new dependency 2022-09-03 03:10:03 +00:00
emma added a new dependency 2022-09-03 08:59:17 +00:00
emma removed a dependency 2022-09-03 09:00:57 +00:00
emma added this to the Extensions project 2022-09-04 17:57:36 +00:00
emma added the
enhancement
label 2022-09-04 17:59:27 +00:00
emma added this to the Version 0.4.0 release milestone 2022-09-20 20:00:37 +00:00
emma added reference rewrite 2022-11-08 06:56:55 +00:00
emma closed this issue 2023-03-22 18:39:07 +00:00
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
Reference: emma/xdg-sanity#1
No description provided.