INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Potential customer: Three questions  (Read 3360 times)

Fungud

  • Recent member
  • *
  • Posts: 30
Potential customer: Three questions
« on: March 17, 2013, 04:45:48 am »

1) Can I easily play all my tracks randomly?


2) Do you have a sleep function that I can control? (i.e. "play for 60 mins, fade to 1% in 30")


3) Does your software create reports on my library? (i.e. 20,055 tracks, 999 albums, most played, etc)


Thanks.
Logged

yannis

  • World Citizen
  • ***
  • Posts: 229
Re: Potential customer: Three questions
« Reply #1 on: March 17, 2013, 06:58:11 am »

1.  Use menu item Player>Shuffle>Shuffle On
2.  Don't know
3.  Create any library view or any smartlist you want and use File>Export playlist choosing from the available options.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Potential customer: Three questions
« Reply #2 on: March 17, 2013, 01:22:18 pm »

2) You can use Windows Scheduler functions and MCC commands to accomplish this.  Ask and someone will help if you need it.

3) Some stats are native, some can be obtained via view customization, and others can be gathered as mentioned via exporting track info into a spreadsheet program.
Logged
The opinions I express represent my own folly.

Fungud

  • Recent member
  • *
  • Posts: 30
Re: Potential customer: Three questions
« Reply #3 on: March 20, 2013, 09:37:49 am »

2) You can use Windows Scheduler functions and MCC commands to accomplish this.  Ask and someone will help if you need it.

3) Some stats are native, some can be obtained via view customization, and others can be gathered as mentioned via exporting track info into a spreadsheet program.

Should I ask here or create a new thread?
I'm not so much concerned about shutting down the whole computer.
So, don't think I'll need Windows Scheduler functions (?).

Just something that (simply?) does what Sleep Function does in MediaMonkey.
Plays music for a certain length of time, begins lowering the volume at another
 certain length of time within that length...to a certain % volume, shuts off
 program (MC) at the end of first length of time.

Thanks!
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Potential customer: Three questions
« Reply #4 on: March 20, 2013, 12:03:47 pm »

The built-in MC scheduler (Services & Plug-ins > Scheduler) can run command line programs, such as MC's launcher program.  You can have it run a batch file you create that:

1. Sleeps some amount of time: mc18.exe /Sleep nMilliseconds
2. Sends a lower volume command: mc18.exe /MCC 10020,nPercent
3. Closes MC (or Stops playback): mc18.exe /MCC 20007    (or mc18.exe /MCC 10002)

When you want this to run, go to Scheduler and Run the task Now.  For more flexibility, you could pass a Seconds and Percent argument and have the script calculate/pass the correct values.

If you have questions about Stats, you can ask in a new thread for your particular questions that aren't already covered, or follow-up in the referenced thread for anything related there.
Logged
The opinions I express represent my own folly.

Fungud

  • Recent member
  • *
  • Posts: 30
Re: Potential customer: Three questions
« Reply #5 on: March 20, 2013, 10:00:51 pm »

I must be really stupid as I don't understand 3/4ths of what you just said.

 :(


Is there any way you can give instructions such as:
"Go HERE> HERE> HERE. Then post this code: '____________________________' ?"

Hope I'm not being pushy here. I'm not even sure what a batch file is, dude.
I make sandwiches for a living. lol. But, they're delish! Anyways...thanks in advance...

If it's too big of a project or ordeal, just nix it.
I'll edit a few tracks in Audacity and just leave MC running at night, I guess.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Potential customer: Three questions
« Reply #6 on: March 21, 2013, 12:09:33 am »

Nothing wrong with making a good sandwich!

Attached is a sleep ramp script.  Download and unzip the file.  Inside there is a script named "sleep ramp.vbs".  Place that script somewhere, such as on your desktop or wherever (remember where).

In MC,

1. Go to Services & Plug-ins > Scheduler in the left side tree.
2. Click Add Task and select Command Line from the Task pulldown.
3. Give it a Description of your choice, like Sleep, Lower Volume, and Quit
4. Browse for and select the sleep ramp.vbs script you saved above (change the file types pulldown from Executable Files to All Files)
5. Provide three numeric Arguments such as: 10 5 20
    - the first is the number of minutes until the volume is changed
    - the second is the number of minutes after volume change before the MC quits
    - the third is the volume percentage (0 to 100)

Using the numbers from above, when you select the Now checkbox and hit OK, the script will launch, wait 10 minutes to lower the volume to 20%, and then quit 5 minutes after that.
Logged
The opinions I express represent my own folly.

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Potential customer: Three questions
« Reply #7 on: March 21, 2013, 07:21:58 am »

Nothing wrong with making a good sandwich!

One could even argue that making good sandwiches is amongst the most important jobs.  ;)
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: Potential customer: Three questions
« Reply #8 on: March 22, 2013, 01:34:38 am »

hi,
tree panel ==>services and plug-ins==>add task ===>you can set an hour when the player 'll play and stop and choose what music it play only with 3 mouse click.
If you want the pc shutdown or hibernate you can use sleep timer at the bottom of the page here :
http://accessories.jriver.com/mediacenter/accessories.php

Have a good lunch :)
Logged

whatsup

  • Junior Woodchuck
  • **
  • Posts: 83
Re: Potential customer: Three questions
« Reply #9 on: March 22, 2013, 04:19:24 pm »

hi,
tree panel ==>services and plug-ins==>add task ===>you can set an hour when the player 'll play and stop and choose what music it play only with 3 mouse click.
If you want the pc shutdown or hibernate you can use sleep timer at the bottom of the page here :
http://accessories.jriver.com/mediacenter/accessories.php

Have a good lunch :)


hi, do u have one for the ACTUAL cd count? thanks
Logged

Fungud

  • Recent member
  • *
  • Posts: 30
Re: Potential customer: Three questions
« Reply #10 on: March 24, 2013, 02:49:54 am »

Nothing wrong with making a good sandwich!

Attached is a sleep ramp script.  Download and unzip the file.  Inside there is a script named "sleep ramp.vbs".  Place that script somewhere, such as on your desktop or wherever (remember where).

In MC,

1. Go to Services & Plug-ins > Scheduler in the left side tree.
2. Click Add Task and select Command Line from the Task pulldown.
3. Give it a Description of your choice, like Sleep, Lower Volume, and Quit
4. Browse for and select the sleep ramp.vbs script you saved above (change the file types pulldown from Executable Files to All Files)
5. Provide three numeric Arguments such as: 10 5 20
    - the first is the number of minutes until the volume is changed
    - the second is the number of minutes after volume change before the MC quits
    - the third is the volume percentage (0 to 100)

Using the numbers from above, when you select the Now checkbox and hit OK, the script will launch, wait 10 minutes to lower the volume to 20%, and then quit 5 minutes after that.

This is good, very easy to understand and follow. Thank you! Colors helped... ;)
The only small thing: it suddenly lowers the volume. All at once. A large drop that is somewhat jarring.
This would preferably be a slower decline ...over the course of, say, 20-30 minutes.

I may be giving up my internet connection in a few days. Or less.
Not sure whether to 'take MC' with me offline or not...but, just so you know!

Likely, your efforts will be for some other person asking this question at a later date.
....or just as a personal challenge.  It's an interesting topic, 'Sleep Function, Code For.'
Perhaps I really should've started a new thread so it'd be easier to find for others.
 :-[


Anyways, thanks for the efforts!
Will check back in a few...
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Potential customer: Three questions
« Reply #11 on: March 24, 2013, 03:19:50 am »

Good to hear.  You can modify to add several more volume step downs, perhaps 1% each time.  The interval from the start of ramp-down to close could be used to calculate the period, or you could just pick some period.

Ask if you need help.
Logged
The opinions I express represent my own folly.

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: Potential customer: Three questions
« Reply #12 on: April 02, 2013, 10:57:20 am »

hi, do u have one for the ACTUAL cd count? thanks
sorry for the late what do u mean?
Logged

Fungud

  • Recent member
  • *
  • Posts: 30
Re: Potential customer: Three questions
« Reply #13 on: April 05, 2013, 01:14:36 pm »

Good to hear.  You can modify to add several more volume step downs, perhaps 1% each time.  The interval from the start of ramp-down to close could be used to calculate the period, or you could just pick some period.

Ask if you need help.

Mah, too much work for me.

Any chance this will show up in future editions?
A simple sliding scale sleep / fade volume function?
A few (3) other media players already have it... ;)
You would want to be left behind ... would you??

lol, jk.
 ;D
Logged

nwboater

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1346
Re: Potential customer: Three questions
« Reply #14 on: April 05, 2013, 08:42:51 pm »

Mah, too much work for me.

Any chance this will show up in future editions?
A simple sliding scale sleep / fade volume function?
A few (3) other media players already have it... ;)
You would want to be left behind ... would you??

lol, jk.
 ;D

You may not realize it but MrC does not work for the company. He does this out of the sheer joy of helping others. And he is incredibly good at it!

Cheers,
Rod
Logged

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Potential customer: Three questions
« Reply #15 on: April 05, 2013, 09:10:46 pm »

He does this out of the sheer joy of helping others.

Also, hungry.
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Potential customer: Three questions
« Reply #16 on: April 05, 2013, 10:12:53 pm »

Will work for food.  Preferably Filet Mignon and a nice Cabernet.
Logged
The opinions I express represent my own folly.

Fungud

  • Recent member
  • *
  • Posts: 30
Re: Potential customer: Three questions
« Reply #17 on: April 05, 2013, 11:51:17 pm »

Alls I gots is a sammich....

But anyways, seeing as you're so devoted, you may possibly know more about he machinations and future plans of The Grand Poo Bah who must not be named... is why I ask.
Logged
Pages: [1]   Go Up