Coder Social home page Coder Social logo

mediapro's People

Contributors

pgraci avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

mediapro's Issues

Create options for posting

Allow user to choose

  1. Post Type - Remix Song or Blog Post
  2. Post Mode - Multiple Posts or Album
  3. Title Mode - from Title, from Album, Artist + Title
  4. Description Mode - From Comments, From Description, Comments/Description/Genre/BPM, from WordPress media description
  5. Tagging Mode - from Grouping, from Comments, from Description
  6. Autoplay Mode - Off, On
  7. Artist Mode - from Artist, from Album Artist
  8. Date Mode - Now, Release Date/Year

Insert playlist into post

using following format

 [playlist ids="123,345,532"]

this will use new built in Wordpress HTML5 playlist and simplify the insertion of song data for now.

Remove code that adds track to Media library

  1. Assume we already have ID of media from Media Library; remove the following 2 functions:
 // move the file to the right month/date directory in wordpress

 // add the mp3 file to the post as an attachment

 // you must first include the image.php file for the function wp_generate_attachment_metadata() to work

Clean up display of info

  1. Change how list of tracks processed is displayed. Get rid of PRE tags, and display list of Post Titles and URLs?

  2. do not show Create Posts button until Songs are selected

  3. hide Select Songs button once tracks have been chosen.

  4. note - should I want to reselect or start over, have a reset button

Rewire with new logic

  1. get string of comma seperated IDs from page after pressing CREATE POSTS

  2. modify audio_to_song_post function to accept string of IDs

  3. loop through this list, creating array of track URLs on disk

  4. pass this array to the rest of the function, should work as expected

  5. modify display output to show processed track titles if not doing so already

Clone initial code into Github

do initial setup locally and on server. initial repo will be private, until ready for release. then will make new Repo that is public.

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.