Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - lamrongol

Pages: 1
1
I use floating window to perform minimal operations (play/pause, rating, etc) but it makes the main window also active and interferes with my work.
Please add an option "Main window doesn't become active when operating floating window" .

Original topic: What is the floating window for?

2
I may be misunderstanding, but isn't the floating window there to perform minimal operations (play/pause, rating, etc.) without having to display the main window? However, when I operate the floating window, the main window also becomes active and interferes with my work. Is this expected behavior?

3
Bug Reports / Can't delete(update) lylics
« on: November 26, 2022, 09:07:03 PM »
I've installed mb_KGetLyricsPlugin but it got error and saved error message as "Lyrics".
I uninstalled the plugin and delete the lyrics manually.
However, the error lyrics remains in lyrics panel.

4
Bug Reports / Titles of .webm videos are not displayed
« on: November 13, 2022, 12:14:16 AM »
Titles of .mp4 and .mkv video are displayed by using file names but titles of .webm files are not displayed.

5
This post(  https://getmusicbee.com/forum/index.php?topic=12302.msg74784#msg74784 ) says:
Quote
in the Plugin class Initialise() function:
about.Type = PluginType.VideoPlayer;

and create a function as follows:
        public bool PlayVideo(string[] urls)
        {
...your code
            return true;
        }


When MB detects that function in a plugin it will call it instead of invoking an external .exe
But I noticed when next track is a video, PlayVideo(string[] urls) is not called automatically unless pushing pause button(when playing music).

6
I noticed when next track is a video, the video is not played automatically unless pushing pause button(when playing music).
I confirmed this problem happens even all plugins are disabled.
I also noticed when playlist contains audio books, they are skipped.

7
Plugins / Video Continuous Play plugin (Require MusicBee 2.4 or later)
« on: March 30, 2014, 03:21:59 AM »
About
-----
This is a plugin to play music and music videos continuously.
(On default behavior, MusicBee doesn't play next track when video play is finished. This plugin fixes it).

Requires
-----
1. You need MusicBee 2.4 or later.
   v2.4 Patch: http://musicbee.niblseed.com/V2_4/MusicBee_Exe_Patched.zip
2. Install VLC media player if you haven't
   VLC: http://www.videolan.org/vlc/
3. Download dll file to MusicBee plugin folder (C:\Program Files (x86)\MusicBee\Plugins, frequently)
   DLL: https://github.com/lamrongol/MusicBeeVlcVideoPlayPlugin/releases
4. Set VLC path on the plugin setting if you've installed VLC not to default path.
5. Before MusicBee 2.4, by default when a video file is added to the library the "skip when shuffling" flag is set.
    So you must set  "skip when shuffling" flag off if you want to play video files when shuffling, following procedure
    1, Select all video files in Video Library
    2. Shift+Enter
    3. Select [Settings] tab
    4. Check "exclude from playback" and select "No"
    5. [Save]

source code:
https://github.com/lamrongol/MusicBeeVlcVideoPlayPlugin

Update: 2014/04/02

8
MusicBee API / Video Play Notification
« on: March 16, 2014, 04:04:28 PM »
Hi.

I am now developing a plugin to play music and music videos continuously in playlist. (play video by vlc with play-and-exit option, and play next track when video play is finished)
https://github.com/lamrongol/MusicBeeVlcVideoPlayPlugin

However, this plugin can't work if a user plays specified video because video play notification doesn't exist(TrackChanged, TrackChanging doesn't work when playing video) and can't stop launching default video player.

Would you add such notification?

Pages: 1