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.8.1 #95

Closed
wants to merge 25 commits into from
Closed

2.8.1 #95

wants to merge 25 commits into from

Conversation

deep5050
Copy link
Owner

@deep5050 deep5050 commented Oct 28, 2023

2.8.1

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

deep5050 and others added 19 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 <[email protected]>
* Update README.md

* docs: update README.md [skip ci]

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

---------

Co-authored-by: Dipankar Pal <[email protected]>
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 <[email protected]>
@deep5050 deep5050 closed this Oct 30, 2023
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