SPlayer: Supercharged HTML5 Music Player (Max Edition)
$49.00
10 sales
LIVE PREVIEWSPlayer: Supercharged HTML5 Music Player (Max Edition) Review
Overview
SPlayer is a revolutionary HTML5 music player that takes advantage of the latest web technologies to provide a seamless and powerful music listening experience. With its advanced features and user-friendly interface, SPlayer is the perfect solution for anyone looking to create a professional-grade music player for their website or application.
Why Use SPlayer?
SPlayer offers a unique set of features that set it apart from other music players. Its powerful architecture, high-performance capabilities, and intelligent UX make it an ideal choice for developers and music enthusiasts alike. With SPlayer, you can create a fully-fledged music player with advanced features such as algorithm-based search, offline storage, and customizable UI.
Features
SPlayer offers a wide range of features that make it an ideal choice for music players. Some of its key features include:
- Pure HTML5: SPlayer is built using pure HTML5, making it fast, lightweight, and compatible with most modern browsers.
- Advanced Audio Player: SPlayer’s advanced audio player supports multiple audio formats, including MP3, OGG, OGA, AAC, M4A, and MP4.
- Dual Audio Engine: SPlayer’s dual audio engine allows for seamless playback of multiple audio files simultaneously.
- Gapless Playback: SPlayer’s gapless playback feature ensures that audio files play back seamlessly, without any interruptions.
- Database-based: SPlayer’s database-based architecture allows for efficient storage and retrieval of music metadata.
- Data API: SPlayer’s data API provides a powerful way to interact with the music player, allowing for customization and extension of its features.
- Tracks/Streams/Albums/Artists/Genres/Playlists/Collections: SPlayer’s robust metadata system allows for easy organization and retrieval of music tracks, streams, albums, artists, genres, playlists, and collections.
- Radio Support: SPlayer’s radio support feature allows for seamless playback of radio stations and podcasts.
- Automation: SPlayer’s automation feature allows for automatic generation of metadata, playlists, and other music-related data.
- Spotify-inspired mechanism: SPlayer’s Spotify-inspired mechanism allows for easy integration with Spotify and other music streaming services.
- Dual Metadata Engine: SPlayer’s dual metadata engine allows for efficient parsing and fetching of metadata from multiple sources.
- Embedded Metadata Parser: SPlayer’s embedded metadata parser allows for efficient parsing of metadata from audio files.
- Internet Metadata Fetcher: SPlayer’s internet metadata fetcher allows for efficient fetching of metadata from online sources.
- Offline Storage: SPlayer’s offline storage feature allows for offline playback of music files.
- Import/Export: SPlayer’s import/export feature allows for easy transfer of music files and metadata between different systems.
- JSON Support: SPlayer’s JSON support feature allows for easy integration with JSON-based data sources.
- Google-like Algorithm-based Search: SPlayer’s Google-like algorithm-based search feature allows for efficient searching of music files and metadata.
- Social Media Share: SPlayer’s social media share feature allows for easy sharing of music files and playlists on social media platforms.
- URL Code Reader: SPlayer’s URL code reader feature allows for easy reading and parsing of URL codes.
- History: SPlayer’s history feature allows for easy tracking of played music files and playlists.
- Queue: SPlayer’s queue feature allows for easy management of music files and playlists.
- Last Session: SPlayer’s last session feature allows for easy recovery of previously played music files and playlists.
- Backup/Restore: SPlayer’s backup/restore feature allows for easy backup and restoration of music files and metadata.
UI
SPlayer’s UI is designed to be user-friendly and intuitive, with a modern and sleek design that is easy to navigate. The UI is highly customizable, allowing you to tailor it to your specific needs and preferences.
Control Panel
SPlayer’s Control Panel is a Windows-based program that allows you to configure and customize the music player. The Control Panel is easy to use and requires no coding skills, making it accessible to developers and non-developers alike.
Demo
SPlayer’s demo is available online, allowing you to try out the music player and its features before purchasing.
Supported Audio Formats
SPlayer supports a wide range of audio formats, including MP3, OGG, OGA, AAC, M4A, and MP4.
Supported Src Inputs
SPlayer supports a variety of src inputs, including links, files/blobs, and base64.
Supported JSON Inputs
SPlayer supports a variety of JSON inputs, including strings, files/blobs, and URLs.
Browser Support
SPlayer is compatible with most modern browsers, including Google Chrome, Mozilla Firefox, Apple Safari, Opera, and Microsoft Edge.
FAQ
SPlayer’s FAQ section answers common questions about the music player, including its features, compatibility, and customization options.
Changelog
SPlayer’s changelog tracks the latest updates and changes to the music player, including new features, bug fixes, and performance improvements.
Conclusion
SPlayer is a powerful and feature-rich HTML5 music player that is perfect for developers and music enthusiasts alike. With its advanced features, user-friendly interface, and customizable UI, SPlayer is an ideal choice for anyone looking to create a professional-grade music player for their website or application.
User Reviews
Be the first to review “SPlayer: Supercharged HTML5 Music Player (Max Edition)” Cancel reply
Introduction
The SPlayer: Supercharged HTML5 Music Player (Max Edition) is a powerful and highly customizable music player designed specifically for web developers. With its robust feature set and intuitive interface, it's the perfect tool for creating engaging music experiences for your online audience. In this tutorial, we'll walk you through the process of setting up and customizing the SPlayer to fit your specific needs.
Getting Started with the SPlayer
Before we dive into the tutorial, make sure you have the following:
- A basic understanding of HTML, CSS, and JavaScript.
- A code editor or IDE (Integrated Development Environment) to write and edit your code.
- A web hosting platform or local development environment to test your player.
Step 1: Adding the SPlayer to Your Website
To add the SPlayer to your website, you'll need to include the required JavaScript and CSS files in your HTML document. You can do this by adding the following code to the head section of your HTML file:
<head>
<link rel="stylesheet" type="text/css" href="path/to/splayer.css">
<script src="path/to/splayer.js"></script>
</head>
Replace path/to/splayer.css
and path/to/splayer.js
with the actual file paths to the SPlayer CSS and JavaScript files.
Step 2: Configuring the SPlayer
Once you've added the SPlayer files to your HTML document, you'll need to configure the player to your liking. This involves setting various options and properties to customize the player's appearance, behavior, and functionality.
Here's an example of a basic configuration:
<div id="splayer"></div>
<script>
const splayer = new SPlayer({
container: '#splayer',
autoplay: true,
loop: false,
shuffle: false,
repeat: false,
volume: 50,
playlist: [
{
title: 'Song 1',
artist: 'Artist 1',
album: 'Album 1',
audio: 'path/to/song1.mp3'
},
{
title: 'Song 2',
artist: 'Artist 2',
album: 'Album 2',
audio: 'path/to/song2.mp3'
}
]
});
</script>
In this example, we're creating a new SPlayer instance and configuring it to:
- Autoplay the first song in the playlist
- Loop the playlist
- Shuffle the playlist
- Repeat the playlist
- Set the volume to 50%
- Load the playlist from an array of objects, each containing title, artist, album, and audio file path information
Step 3: Customizing the SPlayer
The SPlayer offers a wide range of customization options to suit your specific needs. Here are a few examples:
- Skin: You can change the SPlayer's skin by modifying the CSS classes applied to the player's container. For example, you can add the following CSS to your stylesheet to change the player's skin to a custom theme:
#splayer { background-color: #333; color: #fff; font-family: Arial, sans-serif; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
- Button Styles: You can customize the appearance of the player's buttons by modifying the CSS classes applied to the button elements. For example, you can add the following CSS to your stylesheet to change the button styles:
.splayer-button { background-color: #4CAF50; color: #fff; border: none; padding: 10px 20px; font-size: 16px; cursor: pointer; }
.splayer-button:hover { background-color: #3e8e41; }
* **Playlist**: You can customize the playlist by modifying the array of objects passed to the SPlayer constructor. For example, you can add the following code to add a new song to the playlist:
```javascript
splayer.playlist.push({
title: 'New Song',
artist: 'New Artist',
album: 'New Album',
audio: 'path/to/new-song.mp3'
});
Step 4: Testing the SPlayer
Once you've configured and customized the SPlayer, it's time to test it. You can do this by opening your HTML file in a web browser and verifying that the player is functioning as expected.
Conclusion
In this tutorial, we've covered the basics of using the SPlayer: Supercharged HTML5 Music Player (Max Edition). We've walked you through the process of adding the player to your website, configuring its options, customizing its appearance and behavior, and testing its functionality. With the SPlayer, you can create engaging music experiences for your online audience that are both visually appealing and feature-rich.
Here is a complete settings example for SPlayer: Supercharged HTML5 Music Player (Max Edition):
Global Settings
sPlayerConfig = {
// Set player height and width
height: '200px',
width: '300px',
// Set player's container ID (required)
containerId: 'player-container',
Player Appearance
// Custom CSS styles
customCSS: [
'#player-container {background-color: #f0f0f0; padding: 10px;}'
],
Audio File Settings
// Set default audio file extension
defaultExtension: 'mp3',
// Set playlist file format (e.g., M3U, PLS)
playlistFormat: 'm3u',
Playlist Settings
// Set playlist loop mode
loopMode: 'repeat',
// Set playlist shuffle mode
shuffleMode: 'true',
Volume and Audio Settings
// Set default volume
volume: 50,
// Set audio format (e.g., 'aac', 'ogg')
audioFormat: 'aac',
Autoplay and Start Settings
// Set autoplay mode
autoplay: 'true',
// Set start playing from the beginning of the playlist
startFromBeginning: 'true',
Other Settings
// Enable or disable loading bar
loadingBar: 'true',
// Enable or disable player UI (interface)
playerUI: 'true'
};
Note that these settings can be adjusted according to your specific requirements. For more information, refer to the official documentation for SPlayer: Supercharged HTML5 Music Player (Max Edition).
Here are the features of the SPlayer: Supercharged HTML5 Music Player (Max Edition):
Overview
- SPlayer is a powerful and feature-rich JavaScript audio library that allows you to build fully-fledged music players and music web apps with desktop-like features.
- It supports more than 10,000 songs and provides a great user experience with its incredible unique automation.
Architecture Features
- Pure HTML5: Taking advantage of HTML5 power and speed. No Flash, no PHP, just pure HTML5.
- Most Advanced Player: Without doubt, SPlayer is the most advanced HTML5 JavaScript audio player for the Web.
Control Panel
- Configure SPlayer: Configure TimeFormat, Metadata, Default Volume, and other options.
- Customize UI: Change theme, main color, style, pages and more.
- One-click Build: It literally takes one click to build SPlayer with your music folder, configured with your own options, customized just the way you like it, ready to upload to your own web hosting.
- Upload-ready Player: After you Build and Save Changes in the Control Panel, SPlayer becomes ready to upload. Everything will be configured. Everything will be connected.
- Zero-coding Skills Required: The Control Panel made for humans.
Supported Audio Formats
- Audio Containers/Extensions: MP3, OGG, OGA, AAC, M4A and MP4
- Audio Codecs: audio/mpeg, audio/mp3, audio/ogg, audio/x-m4a, audio/m4a, audio/x-mp4, audio/mp4, audio/mp4a, audio/x-aac, audio/aac, audio/aacp
Supported Src Inputs
- Links
- Files/Blobs
- Base64
Supported JSON Inputs
- Strings
- Files/Blobs
- URLs
Documentation
- Full documentation contains Installation, Usage, Audio Formats, Src Inputs, JSON Inputs, dataObjects, API Handy Guide, API Documentation, Selector, Events, States, Plugins, UI Plugin, Performance, Notes and Pro-tips, and Browser Support are now available online.
Browser Support
- Google Chrome (8+), Mozilla Firefox (4+), Apple Safari (6+), Opera (15+), Microsoft Edge (all), Internet Explorer (10+) and others.
FAQ
- Is this the successor of sPlayer? Yes. This is the long-awaited all-new SPlayer 2, but SPlayer is totally revamped, it doesn’t even share one line of code with sPlayer.
- Can I upgrade from sPlayer to SPlayer for free? No. This is completely a new product. You need a new licence.
- Do I have to manually write music metadata? No. You don’t have to manually write music metadata, and add music manually. SPlayer is as powerful as iTunes when it comes to adding Music.
- Is there a Control Panel to upload the songs? Yes. Starting from SPlayer 2.1
- Does SPlayer has users accounts, Facebook, Twitter, and Google Sign In, and premium members stuff? No. SPlayer is client-side. You have to buy a PHP music script or contact a web development company if you want something like this because it requires secured backend.
- Is there an upgrade guide from sPlayer to SPlayer? No. Everything has changed.
- Is it easy-to-use? Yes.
- Does it support Videos? No. but if you’re a developer, you can create a video plugin for it. JaguarScript might create an official video plugin for SPlayer in the future.
- SPlayer file size? 100k minified. 100~ Functions. However, It allows you to create custom builds containing only the modules you need, in case file size is an issue.
Related Products
$49.00
There are no reviews yet.