Show Posts
|
|
Pages: [1] 2
|
|
1
|
Developments / XMPlay / Re: XMPlay Ext (external tool)
|
on: 24 Nov '12 - 14:59
|
It would be better, if you download the whole .zip archive (google docs have such option in the menu). I don't remember, if I changed other files too  If you have a working conf.ini , you can try to put it to new version before first launch. It must work.
|
Reply
Quote
|
|
|
3
|
Developments / XMPlay / Re: Suggestions for 3.7
|
on: 29 Aug '12 - 04:10
|
|
Ok, I think last version of .bat. You just have to place If Errorlevel # Goto in descending order. You can use any combination of .bat code and files/folders, if it works and suits you.
|
Reply
Quote
|
|
|
4
|
Developments / XMPlay / Re: Suggestions for 3.7
|
on: 28 Aug '12 - 03:57
|
using wildcard "*" in renaming operation doesn't allow moving files, so you can't use drive or folder name. you must set absolute path to each plugin or move .bat to the plugin folder and change start line to start ..\xmplay.exe you can also try to replace choice strings to (if it will be more comfortable): echo 1- w/o plugins echo 2- with plugins choice /c:12 Choose an option tip: if you haven't tried yet, .bat file lets you to create a shortcut for it (e.g. place it on your desktop) p.s. maybe when you get it to work, moderator will have to clean the topic from our conversation
|
Reply
Quote
|
|
|
5
|
Developments / XMPlay / Re: Suggestions for 3.7
|
on: 27 Aug '12 - 09:35
|
The maximum amount of memory that you can allocate for an MS-DOS program is 4096 KB
For dos-box where user-input, renaming operations and starting of player are proceed. Hm... it seems that in win98 you must use choice instead of set /p... try both files in archive
|
Reply
Quote
|
|
|
6
|
Developments / XMPlay / Re: Suggestions for 3.7
|
on: 27 Aug '12 - 04:15
|
Out of Environment Space Error Check first or second method (for 2nd changing properties of a .bat file, if there would be memory tab, or maybe command.com). dog symbol "@" just hide result of command from user If you need to "switch-off" 10 plugins and leave on only two 2, then it would be easier to write 3 lines as you say, but it is leading to 2 more renaming operations. Writing line for each file could take more time from you, but less from OS to execute (I don't sure here, maybe 3 lines will execute more faster than 12). So test first method and if you like result - use it. A developer often has own vision of project's evolution, and it is his full right. So if you want some new feature, you can wait for it, look for another project (as I came from KMPlayer to gapless XMPlay) or make it with your hands. It's your full right too.
|
Reply
Quote
|
|
|
7
|
Developments / XMPlay / Re: Suggestions for 3.7
|
on: 26 Aug '12 - 08:20
|
|
dbz I think this can be done even with help of .bat file. It is depended on how xmplay detects plugins, if I think right, then renaming *.dll to something like *.dll0 must be enough to not load all plugins. If you want to have choice when you click song/playlist (not "run.bat"), then it can be solved with help of associations like I done with mini control bar.
added later: I just put run.bat from archive in the folder near xmplay.exe and execute it. It works for me.
|
Reply
Quote
|
|
|
8
|
Developments / XMPlay / Re: XMPlay Ext (external tool)
|
on: 16 Aug '12 - 14:02
|
|
moriez I just have tried these extensions (with "use the default icon..."), though I didn't get any strange effect... Be sure, that you don't run other programs that were associated with extensions before (they may break link, in this case use xmplay_ext again). Maybe other programs changed you icons, or it is a system bug, or a virus activity? What folders were affected?
NOTICE: "Revert defaults" button reset xmplay_ext parameters to default values, it doesn't affect your registry - you need to specify path and click "Apply changes" manually to undo associations' changes (and it would not restore from backup adding extensions' registry keys). Need some rework here...I have changed this in new version
|
Reply
Quote
|
|
|
9
|
Developments / XMPlay / Re: XMPlay Ext (external tool)
|
on: 21 Jul '12 - 17:03
|
|
moriez It would be nice, if you write what extensions you removed or added at that time. I will check them later. Firebrand To enable mini bar, you have to place folders as described in about dialog (xmplay_ext). Then run "xmplay_ext", select extensions which you use, enable checkbox "Bind to xmp_miniCB" and click "Apply changes". When you minimize player to tray, click it's icon with left mouse button one time - the bar will appear.
I could help you more, when I would return home. check new version
|
Reply
Quote
|
|
|
10
|
Developments / XMPlay / Re: XMPlay Ext (external tool)
|
on: 16 Jul '12 - 14:30
|
Thanks, now I will know and maybe use this word... Just google translate and russian dictionary-sites give rather conflicting and mixed definitions (even such as smelly/stinky  ). I'm going on vacation, if someone will have questions, I will answer them in the middle of august.
|
Reply
Quote
|
|
|
11
|
Developments / XMPlay / Re: XMPlay Ext (external tool)
|
on: 16 Jul '12 - 07:03
|
Doesn't sure what you mean by Nifty, is it a noun or adjective (I'm russian  )? In any case, I decided not to post all help text here, especially because the program interface could change in future versions (if they would be).
|
Reply
Quote
|
|
|
13
|
Developments / XMPlay / XMPlay Ext (external tool)
|
on: 15 Jul '12 - 17:55
|
XMPlay ExtUPD 1.0.0.1 25 august 12 Fixed:- saving "sub" checkbox state;
- some elements didn't fit in XP classic theme;
- associations didn't work with some soft overriding them;
- backup registry keys on XP.
New:- new extensions are added after Enter key pressed (as an Add button do);
- Restore from backup and Revert defaults are more user-friendly now (do most work own);
- Tested in XP pro SP3 32bit.
Automate process of enabling custom icons for each file type associated with player. Works without xmplay mini-control bar. First read About dialog, don't manually change any option in conf.ini. ORIGINAL IDEA: XMPlay file icons by Cypress & Custom filetypes and icons by DotpitchVirus check: virustotalDownload: xmplay_ext.zipXMPlay mini-control barUPD 1.0.0.1 26 august 12 sorry for publishing non-working versionFixed:- absolute path to app instead of relative.
Allow to control player from the tray, using small toolbar. Needs xmplay_ext in order to setup properly. First read About dialog in xmplay ext, don't manually change options in conf.ini if you don't understand them. Supports skining, just take a look in Simple folder and edit conf.ini parameter SkinFolder= to SkinFolder=Simple . Very ugly technical implementation of what I wanted to get. Still waiting built-in solution from Ian. ORIGINAL IDEA: xmptray 1.2 by saga & DDE_run (original author: Michael Polyakov)Virus check: virustotalDownload: xmp_miniCB.zipp.s. content of conf.ini for xmp_miniCB, after changing restart program| Interval=100 | interval in milliseconds over which user input is processed, try 100-300 | | ClickInterval=50 | interval in milliseconds over which user input is catched/checked, try 50-150 (1/2 of Interval above) | | SkinFolder= | name of the folder (must be located next to xmp_miniCB.exe , like Simple) with skin files without any slashes (if it is not a subfolder), try Simple | | Redraw=0 | if =0, then control bar won't be redrawn each time you click on xmplay tray icon; bar also won't be hidden, if you click on taskbar, only if xmplay or taskbar lost focus; may help to catch user's clicks more accurate, try 0 or 1 | | Accurate=0 | setting =1 may help to avoid false activity, but can lead to skip some user's clicks, try 0 or 1 |
|
Reply
Quote
|
|
|
17
|
Developments / XMPlay / Re: 3.6 reports, queries and bugs
|
on: 13 May '12 - 06:04
|
Is it correct that the Play/Pause button is still showing as paused, even though XMPlay is playing?
Yes, it is. I have to click twice to stop it again (first - it is visually change button to play, second - playback is paused).
|
Reply
Quote
|
|
|
18
|
Developments / XMPlay / Re: 3.6 reports, queries and bugs
|
on: 11 May '12 - 07:07
|
|
Dotpitch I use .60 build. It unpause when I activate or deactivate bt headphones while playback is paused. It don't unpause when I changed output device in Options, but when I do this the play button stoped blinking and track is rewound back a little (like 700ms). I use default ouput device, it is called "reassigning of audio devices" in options (realtek in-board audio chip). If I change it to "realtek high definition speakers" then there is no sound in headphones when I connect it to pc.
|
Reply
Quote
|
|
|
19
|
Developments / XMPlay / Re: 3.6 reports, queries and bugs
|
on: 4 May '12 - 11:21
|
|
If I pause playback and then the audio output is changed, xmplay continues playing track. It happens when I listen to music in my bluetooth headphones, pause and then switch off headphones. I click "play/pause" one time - it is changed on "playing" and nothing else happened, and after second click - playback is paused again. Is it a bug?
|
Reply
Quote
|
|
|
20
|
Developments / XMPlay / Re: Suggestions for 3.7
|
on: 28 Apr '12 - 16:17
|
|
Dotpitch I know about this tool. But it is a standalone application and it displays its controls all the time the xmplay is run. While I guess the bar will appear only after xmplay get focus for volume level change and dissappear after it looses this focus. Context menu is not also the best solution for this.
|
Reply
Quote
|
|
|