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

Update RofiBeats.sh || Add support for local and online music playback #260

Merged
merged 10 commits into from
May 12, 2024

Conversation

Linxford
Copy link
Contributor

@Linxford Linxford commented May 12, 2024

This commit introduces enhancements to the music playback script. It now allows users to choose between local and online music options. Under each category, the available songs are displayed, and the selected song is played using mpv. Additionally, shuffle functionality has been added to provide a randomized listening experience. The code has been refactored to include separate functions for playing local and online music, improving code organization and readability.

These changes aim to provide users with a more versatile and enjoyable music playback experience.

Pull Request

Description

Add support for local and online music playback
This commit introduces enhancements to the music playback script. It now allows users to choose between local and online music options. Under each category, the available songs are displayed, and the selected song is played using mpv. Additionally, shuffle functionality has been added to provide a randomized listening experience. The code has been refactored to include separate functions for playing local and online music, improving code organization and readability.

These changes aim to provide users with a more versatile and enjoyable music playback experience.

Type of change

Please put an x in the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (non-breaking change; modified files are limited to the documentations)
  • Technical debt (a code change that does not fix a bug or add a feature but makes something clearer for devs)
  • Other (provide details below)

Checklist

Please put an x in the boxes that apply:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My commit message follows the commit guidelines.
  • My change requires a change to the documentation.
  • I want to add something in Hyprland-Dots wiki.
  • I have added tests to cover my changes.
  • I have tested my code locally and it works as expected.
  • All new and existing tests passed.

Screenshots

##259 (comment)

JaKooLit and others added 9 commits May 10, 2024 22:36
Updated Video Showcase
This commit introduces enhancements to the music playback script. It now allows users to choose between local and online music options. Under each category, the available songs are displayed, and the selected song is played using `mpv`. Additionally, shuffle functionality has been added to provide a randomized listening experience. The code has been refactored to include separate functions for playing local and online music, improving code organization and readability.

These changes aim to provide users with a more versatile and enjoyable music playback experience.
Added option to list all supported music formats (mp3, ogg, wav, flac, m4a, wma,mp4) for local files.
adjusted a bit... made another rofi-beats menu
made another rofi-menu.rasi
@JaKooLit JaKooLit changed the base branch from main to development May 12, 2024 12:45
@JaKooLit JaKooLit merged commit 4ac8354 into JaKooLit:development May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants