Skip to content

Commit

Permalink
new name
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Feb 13, 2014
1 parent 48ea019 commit ee4e04b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2,106 deletions.
30 changes: 13 additions & 17 deletions README
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
mps-youtube
===========

.. image:: http://badge.fury.io/py/pms-youtube.png
:target: https://pypi.python.org/pypi/pms-youtube
.. image:: https://pypip.in/d/pms-youtube/badge.png
:target: https://pypi.python.org/pypi/pms-youtube
.. image:: http://badge.fury.io/py/mps-youtube.png
:target: https://pypi.python.org/pypi/mps-youtube
.. image:: https://pypip.in/d/mps-youtube/badge.png
:target: https://pypi.python.org/pypi/mps-youtube


[UPDATE 13/Feb/2014: To assist with packaging and resolve a nameclash with
other software (pms), this program is being renamed to mps-youtube. The
rebranding is underway and partially complete, sorry for any confusion!]

Features
--------
- Search and play audio/video
Expand All @@ -30,7 +26,7 @@ Installation

Using `pip <http://www.pip-installer.org>`_::

sudo pip install pms-youtube
sudo pip install mps-youtube

Mac OS X installation notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -50,7 +46,7 @@ Install the python `colorama <https://pypi.python.org/pypi/colorama>`_ module to
Download mplayer for your CPU type from the "Build Selection table" `here
<http://oss.netfarm.it/mplayer-win32.php>`_.

Extract the mplayer.exe file, saving it to your pms directory
Extract the mplayer.exe file, saving it to your mpsyt folder


Upgrading
Expand All @@ -60,14 +56,14 @@ It is recommended you update to the latest version.

Upgrade pip installation::

sudo pip install pms-youtube --upgrade
sudo pip install mps-youtube --upgrade

Usage
-----

mps-youtube is run on the command line using the command::

pmsyt
mpsyt

Enter ``h`` from within the program for help.

Expand Down Expand Up @@ -166,17 +162,17 @@ Invocation

To play a saved playlist when invoking mps-youtube use the following command:

``pmsyt play <playlistname>``
``mpsyt play <playlistname>``

This also works for other commands, eg:

``pmsyt .mozart`` to search
``mpsyt .mozart`` to search

``pmsyt view <playlistname>`` to view a saved playlist
``mpsyt view <playlistname>`` to view a saved playlist

``pmsyt ls`` to list saved playlists
``mpsyt ls`` to list saved playlists

``pmsyt open moz`` to open a saved playlist called mozart.
``mpsyt open moz`` to open a saved playlist called mozart.

Specifying Ranges
~~~~~~~~~~~~~~~~~
Expand Down
30 changes: 13 additions & 17 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
mps-youtube
===========

.. image:: http://badge.fury.io/py/pms-youtube.png
:target: https://pypi.python.org/pypi/pms-youtube
.. image:: https://pypip.in/d/pms-youtube/badge.png
:target: https://pypi.python.org/pypi/pms-youtube
.. image:: http://badge.fury.io/py/mps-youtube.png
:target: https://pypi.python.org/pypi/mps-youtube
.. image:: https://pypip.in/d/mps-youtube/badge.png
:target: https://pypi.python.org/pypi/mps-youtube


[UPDATE 13/Feb/2014: To assist with packaging and resolve a nameclash with
other software (pms), this program is being renamed to mps-youtube. The
rebranding is underway and partially complete, sorry for any confusion!]

Features
--------
- Search and play audio/video
Expand All @@ -30,7 +26,7 @@ Installation

Using `pip <http://www.pip-installer.org>`_::
sudo pip install pms-youtube
sudo pip install mps-youtube

Mac OS X installation notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -50,7 +46,7 @@ Install the python `colorama <https://pypi.python.org/pypi/colorama>`_ module to
Download mplayer for your CPU type from the "Build Selection table" `here
<http://oss.netfarm.it/mplayer-win32.php>`_.

Extract the mplayer.exe file, saving it to your pms directory
Extract the mplayer.exe file, saving it to your mpsyt folder


Upgrading
Expand All @@ -60,14 +56,14 @@ It is recommended you update to the latest version.

Upgrade pip installation::

sudo pip install pms-youtube --upgrade
sudo pip install mps-youtube --upgrade

Usage
-----

mps-youtube is run on the command line using the command::
pmsyt
mpsyt
Enter ``h`` from within the program for help.

Expand Down Expand Up @@ -166,17 +162,17 @@ Invocation

To play a saved playlist when invoking mps-youtube use the following command:

``pmsyt play <playlistname>``
``mpsyt play <playlistname>``

This also works for other commands, eg:

``pmsyt .mozart`` to search
``mpsyt .mozart`` to search

``pmsyt view <playlistname>`` to view a saved playlist
``mpsyt view <playlistname>`` to view a saved playlist

``pmsyt ls`` to list saved playlists
``mpsyt ls`` to list saved playlists

``pmsyt open moz`` to open a saved playlist called mozart.
``mpsyt open moz`` to open a saved playlist called mozart.

Specifying Ranges
~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion mpsyt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function

__version__ = "0.01.13"
__version__ = "0.01.30"
__author__ = "nagev"
__license__ = "GPLv3"

Expand Down
Loading

0 comments on commit ee4e04b

Please sign in to comment.