can asong in the 'nowplaying' window be added to the library
Moderator: Gurus
can asong in the 'nowplaying' window be added to the library
can i add a song that is in the nowplaying list to the library in any way??
rightclicking on the song and choosing an option like 'add to library' wud be great .. but i guess there must be some other possibility
or shud i be a part of this thread http://www.mediamonkey.com/forum/viewtopic.php?t=4965 ?
rightclicking on the song and choosing an option like 'add to library' wud be great .. but i guess there must be some other possibility
or shud i be a part of this thread http://www.mediamonkey.com/forum/viewtopic.php?t=4965 ?
-
- Posts: 440
- Joined: Mon Jul 05, 2004 5:46 am
- Location: Melbourne, Australia
- Contact:
Currently there is no "Add to Library" selection (as you can already see).
However, if you right-click on the file in now playing, go to "Send to" - "Folder (Move)" and select the destination you would like to move it to, it will add it to the library as part of the process.
Fiddly, and not quite what you expected I know, but its an option.
However, if you right-click on the file in now playing, go to "Send to" - "Folder (Move)" and select the destination you would like to move it to, it will add it to the library as part of the process.
Fiddly, and not quite what you expected I know, but its an option.
Julian aka julzcompufreek
"Dancing is a contact sport; football is a Hitting sport." - Vince Lombardi
Visit My Blog - http://kompufreak.wordpress.com
"Dancing is a contact sport; football is a Hitting sport." - Vince Lombardi
Visit My Blog - http://kompufreak.wordpress.com
-
- Posts: 2156
- Joined: Fri Jan 14, 2005 1:45 am
- Location: Germany
- Contact:
Re: can asong in the 'nowplaying' window be added to the lib
Create a file "AddToLibrary.vbs" in MediaMonkey\Scripts\Auto and paste the follwing code into itaction123 wrote:can i add a song that is in the nowplaying list to the library in any way??
Code: Select all
Option Explicit
Sub OnStartUp
dim MenuItem
'Adds Menu-Item To Now Playing
SDB.UI.AddMenuItemSep SDB.UI.Menu_Pop_NP, 1, 1
'Adds Menu to Now Playing
set MenuItem = SDB.UI.AddMenuItem(SDB.UI.Menu_Pop_NP, 1, 1)
MenuItem.IconIndex = 37
MenuItem.Caption = "Add to Library"
MenuItem.Enabled = True
MenuItem.UseScript = Script.ScriptPath
MenuItem.OnClickFunc = "AddToLibrary"
Set MenuItem = Nothing
'Adds Menu-Item To Track-List
SDB.UI.AddMenuItemSep SDB.UI.Menu_Pop_TrackList, 1, 1
'Adds Menu to Now Playing
set MenuItem = SDB.UI.AddMenuItem(SDB.UI.Menu_Pop_TrackList, 1, 1)
MenuItem.IconIndex = 37
MenuItem.Caption = "Add to Library"
MenuItem.Enabled = True
MenuItem.UseScript = Script.ScriptPath
MenuItem.OnClickFunc = "AddToLibrary"
Set MenuItem = Nothing
end Sub
Sub AddToLibrary(Menu)
Dim TrackList
Dim Track
Dim a
Set Tracklist = SDB.SelectedSongList
for a=0 to Tracklist.Count-1
Set Track = Tracklist.Item(a)
if Track.IsntInDB then Track.UpdateDB
next
End Sub
Hope that helps.
Last edited by onkel_enno on Thu Sep 08, 2005 12:42 am, edited 2 times in total.
Oh, come on...
there is no such thing as bussines strategy here...
users keep request thinks and the developers do whatever possible to please them.
I know MM is not perfect but is by far the best sollution available in Music Cataloguing and (quess what) its free!!!!
So please be patient and understanding
EDIT
Well done Ehno!! One more of your beautifull and really practical scripts.
May I suggest to do a thread unders Scipts & Components where all of your scipts will be together along with a small description of them?
That would help a lot of people....
there is no such thing as bussines strategy here...
users keep request thinks and the developers do whatever possible to please them.
I know MM is not perfect but is by far the best sollution available in Music Cataloguing and (quess what) its free!!!!
So please be patient and understanding
EDIT
Well done Ehno!! One more of your beautifull and really practical scripts.
May I suggest to do a thread unders Scipts & Components where all of your scipts will be together along with a small description of them?
That would help a lot of people....
-
- Posts: 2156
- Joined: Fri Jan 14, 2005 1:45 am
- Location: Germany
- Contact:
Does this nice dragndrop to library script ...
Does this nice dragndrop to library script ... work with version 2.5.3.968.
I couldn't get it to work :-/
I couldn't get it to work :-/
It's not drag&drop - you right click on the song in Now Playing and select "Add To Library" from the context menu.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
- Posts: 23640
- Joined: Wed Aug 09, 2006 10:20 am
- Location: NJ, USA
- Contact:
Open notepad (Start -> Programs -> Accessories -> Notepad).matthew wrote:I am new to Media Monkey, only my third day. How do you create a skript? I dont know how to: Create a file "AddToLibrary.vbs" in MediaMonkey\Scripts\Auto and paste the follwing code into it "
Copy the green text above.
Paste into notepad.
Save as AddToLibrary.vbs in the C:\Program Files\MediaMonkey\Scripts\Auto folder.
Close notepad, restart MediaMonkey (or open it).
The AddToLibrary option should be available. If not, go to the MediaMonkey\Scripts\Auto folder and make sure it is AddToLibrary.vbs and not AddToLibrary.vbs.txt. You can verify by going to Tools -> folder options -> View, then uncheck hide extensions for known file types.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
-
- Posts: 34
- Joined: Mon Jun 25, 2007 7:56 pm
Re: can asong in the 'nowplaying' window be added to the lib
Thank you so much for this cool feature! It saves me so much time; it seems like now every time that I click file>add to library, the screen turns white for almost 20 minutes before it actually lets me select the folders to add. This feature lets me add songs instantly.
-
- Posts: 67
- Joined: Mon Feb 11, 2008 4:24 pm
- Location: Seattle, WA
Re: can asong in the 'nowplaying' window be added to the lib
Doesn't seem to be working. (MediaMonkey 4) The file does not show up using the script's right click option (tried it from the My Computer node on several file types including video and audio.) I searched the "Entire Library" node but no luck.
Also, the "Add to Library" option does not show up in the "Now Playing" node opened in a tab. It does show up in the "Now Playing" view pane though. (I don't use the view pane. Saves screen real estate.)
I wonder why the Devs have not added this to Mediamonkey yet. I particularly want the option to add the files from Explorer (right click or drag-n-drop.) It'd also be nice if files were added automatically when played (with an option to turn it off.) It is a pain to surf down through the tree for files that are outside of my monitored folders. I use a quick search utility to find them in Explorer. Takes 2 seconds.
Basically any one of these features would make life more simple. I'll try and see about it in Feature Requests.
Also, the "Add to Library" option does not show up in the "Now Playing" node opened in a tab. It does show up in the "Now Playing" view pane though. (I don't use the view pane. Saves screen real estate.)
I wonder why the Devs have not added this to Mediamonkey yet. I particularly want the option to add the files from Explorer (right click or drag-n-drop.) It'd also be nice if files were added automatically when played (with an option to turn it off.) It is a pain to surf down through the tree for files that are outside of my monitored folders. I use a quick search utility to find them in Explorer. Takes 2 seconds.
Basically any one of these features would make life more simple. I'll try and see about it in Feature Requests.
My current favorite software: MediaMonkey Gold!