closed ujCategories

iLoveHouseMusic
iLoveHouseMusic
@ilovehousemusic
10 years ago
517 posts
Hi @SteveX.

I followed this video to give ujCategories a first pass. http://www.jamroom.net/ultrajam/youtube/21/ujcategories-intro-genres

What I noticed is, I have a bunch of audio migrated from my JR4 site, I have approx 14 genres or so. So, when I follow your setup, I only get 1 genre come through which is listed as "Category: Tech" in the categories config.

So I'm wondering - Does the module differentiate between audio that was migrated vs. actually uploaded into the JR5 system? It seems like it's only looking for audio that was uploaded through the jrAudio module.

How can we make it look at imported audio too?

I know you wanted to try to use ujTogether to test that too, so just let me know how we should connect.

Thanks,
Brian
updated by @ilovehousemusic: 04/03/14 05:11:43AM
SteveX
SteveX
@ultrajam
10 years ago
2,583 posts
I doubt that it will do an import, It wasnt designed to do that.

Is the name of your category "Category: Tech"? If so, rename your category to "Tech"


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 02/14/14 03:24:16AM
iLoveHouseMusic
iLoveHouseMusic
@ilovehousemusic
10 years ago
517 posts
The category is named "Tech".

Hmmm darn most of my audio is coming in from the import.
So even though audio_genre is populated it looks somewhere else?
paul
@paul
10 years ago
4,325 posts
I'm not familiar with what this module does, but 'audio_genre' is a valid field name and what the import process puts JR4 genres into, so if there is another field that the import needs to populate, I'd be interested to know.


--
Paul Asher - JR Developer and System Import Specialist
SteveX
SteveX
@ultrajam
10 years ago
2,583 posts
There isnt another field to be populated.

https://www.jamroom.net/ultrajam/documentation/modules/1284/ujcategories
There is also inline help, but please keep posting here - not many people have installed this yet so I'm really interested to follow the process and see how I can make it easier/better documented.

If you set it up like in this screenshot, then on the main /categories/browse page you will see your cat set and can should have rock, pop and funk pages, click on the links to go to each page.
create-cat-genres.png




--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 02/14/14 10:43:11AM
iLoveHouseMusic
iLoveHouseMusic
@ilovehousemusic
10 years ago
517 posts
I'll try that way. I used ujCategories_get_audio_genres on my test.

Thanks!
SteveX
SteveX
@ultrajam
10 years ago
2,583 posts
This is what your cat set should then look like:
cat-set.png
cat-set.png  •  52KB




--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 02/14/14 10:12:15AM
SteveX
SteveX
@ultrajam
10 years ago
2,583 posts
ujCategories_get_audio_genres returns the 'audio_genre' and 'audio_genre_url'

If you put that function name into the "categories" field it will get all of your audio_genre options for you. Just the function name, not the whole function, so just
ujCategories_get_audio_genres



--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
SteveX
SteveX
@ultrajam
10 years ago
2,583 posts
Then in the module config, set Linkify Genres to categories and that will convert the links on jrAudio audio genres to link back into your categories pages. That might depend on your skin, its an untested feature.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 02/14/14 10:23:55AM
SteveX
SteveX
@ultrajam
10 years ago
2,583 posts
I don't want to try a ujTogether session right now cos I'm saving my bandwidth to download a couple of de la soul albums later on (back catalogue is free today, and I'm on a daily mobile broadband cap). Could do that over the weekend though?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
iLoveHouseMusic
iLoveHouseMusic
@ilovehousemusic
10 years ago
517 posts
@SteveX perhaps Saturday or Monday just let me know - bcabalic at gmail dot com
brian
@brian
10 years ago
10,144 posts
Can you guys follow this up in the Ultrajam forums if needed?

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
SteveX
SteveX
@ultrajam
10 years ago
2,583 posts
Sure Brian, if you can close this thread that would be great.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
SteveX
SteveX
@ultrajam
10 years ago
2,583 posts
Paul:I'm not familiar with what this module does, but 'audio_genre' is a valid field name and what the import process puts JR4 genres into, so if there is another field that the import needs to populate, I'd be interested to know.
Hey Paul, I haven't seen it myself, but it sounds like there is no audio_genre_url being created on import.

@iLoveHouseMusic has to save an audio item in order for the audio_genre_url to be added. jrAudio creates the audio_genre_url on each create save and update save of an audio item, so it is always there, much liek the title_url.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
paul
@paul
10 years ago
4,325 posts
Quote: Hey Paul, I haven't seen it myself, but it sounds like there is no audio_genre_url being created on import.
Your right. I've just added it into the jrImport module (also for video imports).
It may be worth build a simple script to run through the audio and video data stores added it in. I'll do that.


--
Paul Asher - JR Developer and System Import Specialist

Tags