Skip to content
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

2.9.0 #96

Merged
merged 26 commits into from
Oct 30, 2023
Merged

2.9.0 #96

merged 26 commits into from
Oct 30, 2023

Conversation

deep5050
Copy link
Owner

2.9.0

  1. Fetch current playing track info from runtime commands 🎶 ⚡
  2. Sort results with several parameters like: click-count, popularity, bitrate, random etc. --sort
  3. Select stations from favorite menu to remove them --remove
  4. Result page will adjust width according to the actual terminal window size
  5. Squashed CTRL+D unhandled bugs
  6. Detect station name while playing with direct url
  7. Play a random station from result page
  8. See station information from runtime command

deep5050 and others added 26 commits October 6, 2023 23:07
Sort result page with several parameters like popularity, clickcount, random etc.
fixed #80 EOF error while pressed CTRL + D
…A". This becomes problematic when you want to record the from the station because the default naming structure is STATION_NAME_FILE_NAME. (#91)

In linux you will end up getting directory "N/A" does not exist.

This update attempts to get the station name from header 'ICY-Name' from the URL provided

Updated custom url name from 'N/A' to 'Custom Station'

Changed requests library from 'urllib.request' to 'requests' to get rid of 'Audit url open for permitted schemes' warning

Co-authored-by: Marvin Ochieng <marvin@technologic-software.com>
* Update README.md

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: Dipankar Pal <dipankarpal5050@gmail.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
fixes #92 allow record a station played with direct url
using ffprobe instead of requests to fetch station name
result page will now adjust its width accroding to the actual window size.
Signed-off-by: Dipankar Pal <dipankarpal5050@gmail.com>
Signed-off-by: Dipankar Pal <dipankarpal5050@gmail.com>
@deep5050 deep5050 merged commit 0ce6278 into main Oct 30, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants