6768 comments found.
Add the possibility of displaying in a channel the best tracks listened to by period (week, month, etc.)
I’ve been telling you for 3 years to put the automatic update that we could activate in the back admin but still nothing!
Hello dear Author,
I hope you are well. I’m interested in purchasing your script and have a few questions before proceeding:
1.Is it possible to upload the original song files in .zip format after including the audio preview? – I mean uploading the main audio with a watermark, and then the files to be delivered and after successful payment deliver the original files of the song, in this case the zip file, is it possible?
2. Can enable a shop ?
I appreciate your prompt response.
Hi,
There’s no built-in support for this currently.
Hi i see a new update 20th, do i need that? Whats in the update 20th june?
Hello?
Hi,
The update only fixes some installation issues.
Did a change in channel All Genres and website only shows error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘178712_rmx_hive.artist_album’ doesn’t exist
Please create a ticket regarding this on our support site and include your site url: https://support.vebto.com.
Thanks!
Why when tou search for a song it’s very slow? Using Mysql option. Should I change to a other local search option? Site has over 2million songs stored.
Hi,
Please create a ticket regarding this on our support site and include your site url: https://support.vebto.com.
Thanks!
Do you have a similar script for Videos as well? Otherwise, how easy it is to customize this script for video sharing?
Hi,
We’ve no video sharing script currently.
Purchased right now and, WOW awesome code, beautiful, clean, congratz, best music streaming on market so far.
I don’t see a way to contact you through this, and I’ve already provided these fixes, but you haven’t used them in your code as checked with the most recent version. I’m literally trying to help you, which in result helps all the users, which solves the problem (some) people are experiencing with Cron. Here’s the fixes. Please utilize them. https://gofileme.com/drive/s/DVjPPg339qPHPiQc26Dz8YmF4wDgPW
Hi,
If you are referring to “isFromFrontend” error in the screenshot you have attached, this is due to some custom modifications. There’s no such method and it’s not used anywhere in BeMusic originally.
app\Track.php common\Core\BaseController.php common\CommonServiceProvider.php
Stream anywhere.? Why doesn’t it look good when going to the site on the TV’S doesn’t even have the player controls. (It used to) needs to be fixed / rendered for TV’S please fix on next update.
Hello, I have a question before purchase, Spotify API have a very low quota for now I use the Muzzie streaming music here on codecanyon and the website died because of Spotify api quota used, my question is, on your script I can use the YouTube api even for search and fill the website with automated content? what about the YouTube quota?
Hi,
There’s no API quota for spotify API. There might be rate limit, if too many requests are made in 30 seconds period, but this should not occur because data is cached in BeMusic.
Regarding youtube, API is not used at all, youtube website is used directly, so API key is not required.
Is there API with this script? After purchase i will like to create a My Top 100 Songs Chart similar to billboards that rate all the music via streams that’s played on the Bemusic platform.
Hi,
Yes, BeMusic has a fully featured API.
Hi Vebto,
when there are 2 artists in the tag of an mp3 file, how can I make the script recognize the 2 artists. The names of the artists are separated by a comma (Artist1,Artist2) but the script does not separate the 2 artists and recognizes them as a single artist. I use Mp3tag
Hi,
There’s no standard way in Mp3tag to separate artists unfortunately, so there’s no way to know if the comma is separating artists or if there’s just a comma in artist name.
Hey i want to add Download button outside of popup beside play button can u just tell me which file i have to edit ?
Can you please provide url with rtl so we can check ? And also adding instructions how to enable rtl will be helpful , will be buying this but I need rtl
Hi,
We’ve no demo site with RTL enabled at the moment.
What happened in the June 18th update?
Add the possibility of downloading titles directly from the album, to allow users to download complete albums and avoid downloading them title by title, it would be nice to be able to compress the entire album automatically before downloading it
There’s no built-in option for this currently. There’s no built-in option for this currently. There’s no built-in option for this currently. There’s no built-in option for this currently. There’s no built-in option for this currently.
Hi, I’ve been trying to look at the script and I found out the it’s the best of all that I’ve seen. But I have something bothering me, is there a way to display Ad after music played
Hi,
This is not possible currently.
Just tried to update and here’s the error I get:
RouteNotFoundException PHP 8.1.29 10.38.2 Route [install] not defined.
common/Core/Install/RedirectIfNotInstalledMiddleware.php: 17
I got the update working by clearing config, cache, routes using php artisan. However, like other users I now get an annoying message in admin saying “There is an issue with CRON schedule. The CRON schedule has not run in the last 30 minutes. If you did not set it up yet, see the documentation here.” All crons are set up correctly and verified through php artisan. I also run other custom crons using artisan commands in a separate cron manager. These are running fine. I’ve removed the message for now using custom css but please fix in next update.
Also, although a smaller issue, could you consider please either adding an option during the update process to keep the current manifest.json file or at least add to the documentation that it should be backed up if customized for less advanced users? Although I’ve learned to backup my copy prior to updating, it’s still cumbersome when the script is installed as a PWA and reverts to the default title, colors, images., etc.every update.
Hi,
Manifest file should not be replaced anymore with future updates.
Regarding CRON, if you are seeing that message then it’s not running properly, see if there’s some error shown in cron log in your hosting’s control panel.
Is the cron message auto-triggered if it detects no crons in crontab running the artisan commands? I have more than a hundred cronjobs that run a day, so I switched from using system crons to a self-hosted task manager named Cronicle ( https://github.com/jhuckaby/Cronicle ) which essentially replaces system crons and makes everything easier to manage. An example of a task in Cronicle for BeMusic that runs multiple times a day is:
sudo /usr/bin/php8.2 /sample-directory/artisan uploads:clean
sudo /usr/bin/php8.2 /sample-directory/artisan csvExports:delete
sudo /usr/bin/php8.2 /sample-directory/artisan s3:abort_expired
sudo /usr/bin/php8.2 /sample-directory/artisan pagination:optimize
sudo /usr/bin/php8.2 /sample-directory/artisan bans:deleteExpired
sudo /usr/bin/php8.2 /sample-directory/artisan otp:deleteExpired
sudo /usr/bin/php8.2 /sample-directory/artisan schedule:be-health
sudo /usr/bin/php8.2 /sample-directory/artisan app-logs:clean
The script should account for user cases where the artisan schedule is run but through a different method. I know this seems like a small issue, but it seems to be affecting other users as well based on the comments I’ve seen. Plus, when the banner pops up and I’m on mobile, the notice flows outside the viewing area and I can’t close it. It therefore blocks the settings button in admin and I can’t make any changes unless I’m on desktop.
It does not matter how CRON is run, only that “schedule:be-health” command have been executed recently (it’s part of artisan schedule).