Commit Graph

53 Commits

Author SHA1 Message Date
f3108e73e5 clean code 2023-03-13 08:56:12 +01:00
45c9b2ebcd rewrite search_tracks_from_youtube()
update search_tracks_from_youtube(): now use youtube api for search (more faster than ytsearch)
completion: add search_tracks_from_youtube()
2023-03-11 15:57:24 +01:00
8e80e0f58e search_tracks_from_youtube()
search_tracks_from_youtube(): recherche des pistes sur youtube et les joue sur le sonos
2023-03-09 20:43:53 +01:00
3efc5cc5a4 shellcheck
-correct 4 errors
2023-03-02 07:01:03 +01:00
a66928e941 bugfix 2023-03-01 14:23:24 +01:00
5859c282d0 play_track_from_library()
-replace play_track_from_library() by search_tracks_from_library(): usage of fzf
2023-02-28 09:13:02 +01:00
069778d59d bugfix
in functions art(), _tia(), search_artist_from_library(), search_album_from_library()

remove functions play_album_from_library() and play_artist_from_library()
2023-02-24 12:51:33 +01:00
4bdfaeb6fa 22-02-2023
-rename functions: minfo() in _minfo()
, display_cover_art() in _display_cover_art(), is_int in _is_int
-new function: art() tia(), search_artist_from_library(), search_album_from_library()
2023-02-22 13:35:08 +01:00
4332489503 curl_url()
-new function curl_url():
return $status_uri (ok=200), $icy_name (stream’s name)

-prefix functions curl_url, display_cover_art, minfo, is_int by _
2023-02-17 11:29:17 +01:00
3c0b737908 test uri status
-play_shared_link(): test uri status = 200
2023-02-16 11:30:46 +01:00
bec8d2f84d make_playlist()
rework make_playlist() with fzf
2023-02-16 10:08:56 +01:00
389a8f327e play_shared_link
play_shared_link(): rework with fzf
2023-02-14 14:41:15 +01:00
d907aef039 play_local_audio_dir()
play_local_audio_dir(): rework function with fzf
2023-02-14 14:12:18 +01:00
25bf291fa6 display_cover_art
feature:
- new display_cover_art() function (require exiftool and iTerm2)
- rework play_local_audio_file() function (support fzf)
2023-02-11 23:10:39 +01:00
1b859f47aa copy_alarms
features:
- copy_alarm() to speaker
2023-02-10 12:50:52 +01:00
a63863605c fzf
-new fzf arguments
2023-02-10 11:40:34 +01:00
ae1a4fac0b feature
-rework modify_alarms() with fzf
-add sort to fzf
2023-02-09 19:53:33 +01:00
7087ad486d spec()
-update spec() as create_alarms()
2023-02-08 17:58:11 +01:00
68d9fbe2a0 08-02-2023
remove_alarms(): remove a series of <Alarm_ID>
create_alarms(): remork the function and add some fzf to options
2023-02-08 17:43:43 +01:00
8c4fbc1ded Bugfix
-move_alarms()
-snooze_alarms()
2023-02-07 10:27:11 +01:00
cad6b2682b Update
-update bash_completion
-update cli help
2023-02-06 14:35:47 +01:00
c7eb5842fd Alarms
-new functions:
 * move_alarm() and
 * spec() for modify alarms
 * modify_alarms()
 * enable_alarms()

-rebuild the list_alarms()
-update remove_alarms()
2023-02-06 10:13:56 +01:00
19b6f9161e Alarms menu
-new menu alarm
-rework the main menu (soco())
2023-02-03 06:56:22 +01:00
74f23b0fbf Create alarms
-new create_alarms() function
2023-02-02 19:16:50 +01:00
ebc13b6d2e Bugfix
-add a timeout to shazam() for launching soco() offline
2023-02-01 16:34:50 +01:00
a83312ecc2 Cosmetic
-center titles menu
2023-02-01 09:02:55 +01:00
e0fbc58909 Bugfix
-add some help
-correct some $playing
2023-01-29 07:37:13 +01:00
c45705473f Rework start/stop/prev/next/pause actions
-bugfix in shazam()
-don’t display error in prev/next if no applicable for the audio source
2023-01-28 10:26:55 +01:00
29b24ec24d Volume
-add a step for up/down volume
2023-01-28 07:18:43 +01:00
9e20c86589 19-01-2023
-correct shebang install.sh
-update help
2023-01-19 10:15:50 +01:00
4b50b08fee install.sh
-install script and completion
2023-01-18 06:46:13 +01:00
2bcd7b29e8 Auto-completion
-à mettre dans /opt/homebrew/etc/bash_completion.d
2023-01-18 06:44:09 +01:00
6bbae0944a Rename some functions 2023-01-18 06:42:06 +01:00
a148aed605 Version 2
Major revision.
-functions can be called directly
-help about functions
-‘Salon’ is the default Sonos device
-renamed many functions
-party mode
-play_local_dir
-play_shared_link
2023-01-15 09:05:51 +01:00
be11a42db0 11-11-2021 2021-11-11 11:23:09 +01:00
994ec935c2 bugfix 2021-03-09 06:32:59 +01:00
5c683133d6 Improvement
-by default, search in $HOME/Music for playlist. and local audio files
-search track/artist/album in library
2021-02-03 09:41:44 +01:00
5ed5700f05 Bugfixs
correct a bug if there are more than 9 tracks per albums
2021-01-31 11:20:42 +01:00
2c873e0ff2 New feature
+play radio stream, like http://jazzradio.ice.infomaniak.ch/jazzradio-high.aac
2021-01-31 08:28:08 +01:00
375c375f2b improvement
add display info in:
-play_album_from_library
-play_artist_from_library
-play_track_from_library
functions
2021-01-30 20:33:56 +01:00
b9f2e33677 New feature
+ play locals files
2021-01-30 10:21:15 +01:00
29c8d709b7 new feature
Features:
+ play local .m3u playlist
2021-01-28 07:11:22 +01:00
6010aaaf67 Security
-mask GITHUB_TOKEN
2021-01-27 17:53:01 +01:00
990cfbf8a5 new features
Features:
+ play favorite from TuneIn radio
+ play local .m3u playlist (alpha)
+ Apache License 2.0
2021-01-27 17:26:28 +01:00
839830a895 volume +/-
Features:
+ volume +/-
+ new menus
2021-01-24 08:31:17 +01:00
5e6b11dd81 Cosmetics bugfix
+help
2021-01-21 14:04:30 +01:00
ffbafb40cc Dynamic menu
Feature:
+all Sonos device are automatically discover and have an entrie in principal menu.
2021-01-21 09:10:59 +01:00
b38776f7f1 soco-cli-gui.sh
Features:
+check last version and update for soco-cli
2021-01-16 12:04:35 +01:00
23b282592b README.md 2020-12-29 09:32:30 +01:00
8eaaa9b227 New name 2020-12-29 09:30:54 +01:00