Code Monkey home page Code Monkey logo

playlist-everywhere's Introduction

Playlist Everywhere

음원 서비스간 플레이리스트 이전, 공유가 어려운 점을 해결하기 위해 개발한 유틸리티입니다.

(기존 playlist-export 모듈을 본 프로젝트에 통합하였습니다.)


Disclaimer

  • 본 유틸리티는 개인적인 용도로 개발되었습니다. 상업적 이용을 금합니다.
  • 본 유틸리티 사용과정에서 발생한 문제에 대해 개발자는 책임지지 않습니다. 단, Issue를 올려주시면 최대한 도움을 드릴 수 있도록 노력하겠습니다.

Pre-requirement

  • 본 유틸리티는 Python 3.6+ 환경에서 동작합니다. 반드시 3.6 버전 이상의 파이썬이 설치되어 있어야합니다.

Quick Start

  • 본 Repository를 다운로드 합니다.
git clone [email protected]:kde713/playlist-everywhere.git
cd playlist_everywhere
  • 의존 요소를 설치합니다.
pip3 install -r requirements.txt
  • 유틸리티를 실행합니다.
python3 -m playlist_everywhere

Specification

음원사 플레이리스트 다운로드 플레이리스트 업로드
melon dj(DJ 플레이리스트) -
genie - 지원

현재 멜론 DJ 플레이리스트 다운로드와 지니 개인 플레이리스트 업로드 기능을 시범적으로 지원하고 있습니다.

Contribution

본 프로젝트는 어떠한 형태의 기여라도 환영합니다. Issue 나 PR을 올려주시면 빠른 시간 안에 확인하겠습니다. 기타 문의는 [email protected]으로 부탁드립니다.

playlist-everywhere's People

Contributors

kde713 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

2minchul

playlist-everywhere's Issues

Exception Handling이 올바르게 되지 않는 문제

Traceback (most recent call last):                         /s]
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/application/cli.py", line 182, in upload
    vendor_client.add_song_to_personal_playlist(new_playlist_id, song)
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/vendor/genie.py", line 87, in add_song_to_personal_playlist
    raise Exception(f'곡 추가에 실패했습니다. ({result["Result"].get("RetMsg")})')
Exception: 곡 추가에 실패했습니다. (실패)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/application/cli.py", line 184, in upload
    unregistered_song.append(f"{str(song)} ({e.message})")
AttributeError: 'Exception' object has no attribute 'message'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/__main__.py", line 3, in <module>
    CliApplication().run()
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/application/cli.py", line 32, in run
    getattr(self, answers['action'])(answers['vendor'])
  File "/Users/kde713-handys/Documents/PersonalWorkspace/playlist-everywhere/playlist_everywhere/application/cli.py", line 201, in upload
    sys.stderr.write(f"오류가 발생했습니다: {e.message}")
AttributeError: 'AttributeError' object has no attribute 'message'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.